Function name mismatch causes revert error.

This commit is contained in:
David Keegan 2013-04-14 12:26:38 +01:00
parent 971bcf22f4
commit a04b8a8fdb

View file

@ -59,7 +59,7 @@
"A list of currently active overlays to the ledger buffer.")
(make-variable-buffer-local 'ledger-occur-overlay-list)
(defun ledger-remove-all-overlays ()
(defun ledger-occur-remove-all-overlays ()
"Remove all overlays from the ledger buffer."
(interactive)
(remove-overlays))