diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-08-15 00:48:20 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-08-15 00:48:20 +0000 |
commit | 1a4914f3407207b69a7ec96cec337fdc5125f3cf (patch) | |
tree | a726f7d2779720159849d180df96572837440789 /lisp/obsolete/hilit19.el | |
parent | 067723639234bf58eeb593b7e38e6e7bb43af9d3 (diff) | |
download | emacs-1a4914f3407207b69a7ec96cec337fdc5125f3cf.tar.gz |
Use find-file-hook instead of find-file-hooks.
Diffstat (limited to 'lisp/obsolete/hilit19.el')
-rw-r--r-- | lisp/obsolete/hilit19.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index 305838eea26..bc06583c694 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el @@ -956,7 +956,7 @@ the entire buffer is forced." (global-set-key [?\C-\S-l] 'hilit-repaint-command) -(add-hook 'find-file-hooks 'hilit-find-file-hook t) +(add-hook 'find-file-hook 'hilit-find-file-hook t) (eval-when-compile (require 'gnus)) ; no compilation gripes |