From: Andreas Schwab Date: Sat, 7 Feb 2004 23:39:18 +0000 (+0000) Subject: Revert previous change. X-Git-Tag: ttn-vms-21-2-B4~7721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9aaa0f71cd531ac5c19d05703390adf67206cf90;p=emacs.git Revert previous change. --- diff --git a/lisp/view.el b/lisp/view.el index 6d7ad4aa468..1ee6014c73a 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -463,9 +463,6 @@ Entry to view-mode runs the normal hook `view-mode-hook'." (if (buffer-file-name) (file-name-nondirectory (buffer-file-name)) (buffer-name)))) - ;; Override major mode's scrolling commands. - (add-to-list 'minor-mode-overriding-map-alist - (cons 'view-mode view-mode-map)) (force-mode-line-update) (run-hooks 'view-mode-hook))