# HG changeset patch # User Juanma Barranquero # Date 1202837280 0 # Node ID 8fcc1d6b9fdef66d0207084283f85b5eb4cfa06e # Parent 8f14fd05002893dba9252be15cd996fbe1adb3d5 (hexl-mode): Don't make `font-lock-defaults' buffer-local; it is already automatically buffer-local. diff -r 8f14fd050028 -r 8fcc1d6b9fde lisp/hexl.el --- 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.