Mercurial > emacs
changeset 54693:ea036372013a
(diff-mode): Fix missing quote.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 03 Apr 2004 20:01:41 +0000 |
parents | b8f001fab555 |
children | 253149f265f2 |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/diff-mode.el Sat Apr 03 05:36:26 2004 +0000 +++ b/lisp/diff-mode.el Sat Apr 03 20:01:41 2004 +0000 @@ -936,7 +936,7 @@ (add-hook 'view-mode-hook `(lambda () (setq minor-mode-overriding-map-alist - (delq ,ro-bind minor-mode-overriding-map-alist))) + (delq ',ro-bind minor-mode-overriding-map-alist))) nil t)) ;; add-log support (set (make-local-variable 'add-log-current-defun-function)