(diff-mode): Fix missing quote.

This commit is contained in:
Andreas Schwab 2004-04-03 20:02:16 +00:00
parent 9f691b0dd9
commit 5c84686c48
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-04-03 Andreas Schwab <schwab@suse.de>
* diff-mode.el (diff-mode): Fix missing quote.
2004-04-03 Juri Linkov <juri@jurta.org>
* descr-text.el (describe-property-list): Add `font-lock-face'.

View file

@ -936,7 +936,7 @@ a diff with \\[diff-reverse-direction]."
(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)