From: Glenn Morris Date: Wed, 11 Sep 2013 18:36:51 +0000 (-0400) Subject: * lisp/play/landmark.el: Yet more typo fixes. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed88649ee1bf7e63e8c164b869ee945d2c35e399;p=emacs.git * lisp/play/landmark.el: Yet more typo fixes. --- diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 3dc5dd2173c..8ee633e3917 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -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))