mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(hilit-mode): Typo.
This commit is contained in:
parent
474b9dcd57
commit
4611971089
@ -967,7 +967,7 @@ the entire buffer is forced."
|
||||
|
||||
(if hilit-mode
|
||||
(add-hook 'find-file-hook 'hilit-find-file-hook t)
|
||||
(remove-hook 'find-file-hook 'hilit-find-file-hook t))
|
||||
(remove-hook 'find-file-hook 'hilit-find-file-hook))
|
||||
|
||||
(unless (and hilit-inhibit-hooks hilit-mode)
|
||||
(condition-case c
|
||||
|
Loading…
Reference in New Issue
Block a user