Mercurial > emacs
changeset 91799:8fcc1d6b9fde
(hexl-mode): Don't make `font-lock-defaults' buffer-local;
it is already automatically buffer-local.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 12 Feb 2008 17:28:00 +0000 |
parents | 8f14fd050028 |
children | e5dde0c2f0ba |
files | lisp/hexl.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Tue Feb 12 11:25:01 2008 +0000 +++ b/lisp/hexl.el Tue Feb 12 17:28:00 2008 +0000 @@ -279,7 +279,6 @@ (make-local-variable 'hexl-mode-old-font-lock-keywords) (setq hexl-mode-old-font-lock-keywords font-lock-defaults) - (make-local-variable 'font-lock-defaults) (setq font-lock-defaults '(hexl-font-lock-keywords t)) ;; Add hooks to rehexlify or dehexlify on various events.