Mercurial > emacs
changeset 75378:efb5e4ca015b
(hexl-mode-exit): Add missing quote.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 22 Jan 2007 15:00:41 +0000 |
parents | cd317328ebb1 |
children | 43ea6180b62b |
files | lisp/hexl.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Mon Jan 22 08:28:34 2007 +0000 +++ b/lisp/hexl.el Mon Jan 22 15:00:41 2007 +0000 @@ -283,7 +283,7 @@ (setq font-lock-defaults '(hexl-font-lock-keywords t)) ;; Add hooks to rehexlify or dehexlify on various events. - (add-hook 'before-revert-hook 'hexl-before-revert-hook nil t) + (add-hook 'before-revert-hook 'hexl-before-revert-hook nil t) (add-hook 'after-revert-hook 'hexl-after-revert-hook nil t) (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) @@ -403,9 +403,9 @@ (hl-line-mode 0)) (when (boundp 'hexl-mode-old-hl-line-range-function) (setq hl-line-range-function hexl-mode-old-hl-line-range-function)) - (when (boundp hexl-mode-old-hl-line-face) + (when (boundp 'hexl-mode-old-hl-line-face) (setq hl-line-face hexl-mode-old-hl-line-face)) - + (setq require-final-newline hexl-mode-old-require-final-newline) (setq mode-name hexl-mode-old-mode-name) (setq isearch-search-fun-function hexl-mode-old-isearch-search-fun-function)