Cleaned up a defcustom that was lacking a type

This commit is contained in:
Craig Earls 2013-02-09 07:27:47 -07:00
parent 68665a7373
commit 47c3f6d353

View file

@ -46,6 +46,7 @@
(defcustom ledger-occur-use-face-unfolded t
"if non-nil use a custom face for xacts shown in ledger-occur mode"
:type 'boolean
:group 'ledger)
(make-variable-buffer-local 'ledger-occur-use-face-unfolded)