* lisp/play/landmark.el: Yet more typo fixes.

This commit is contained in:
Glenn Morris 2013-09-11 14:36:51 -04:00
parent da712f22f9
commit ed88649ee1

View file

@ -246,7 +246,7 @@ Other useful commands:
Entry to this mode calls the value of `landmark-mode-hook' if that value
is non-nil. One interesting value is `turn-on-font-lock'."
(landmark-display-statistics)
(setq-local font-lock-defaults '(lm-font-lock-keywords t))
(setq-local font-lock-defaults '(landmark-font-lock-keywords t))
(setq buffer-read-only t))