aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/view.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2004-02-07 23:39:18 +0000
committerAndreas Schwab <[email protected]>2004-02-07 23:39:18 +0000
commit9aaa0f71cd531ac5c19d05703390adf67206cf90 (patch)
treeb791a634ef1551169da777a43d0004f2d69df72f /lisp/view.el
parent030400ebb178fa357c65b886aae48eea61a8a4a8 (diff)
Revert previous change.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 6d7ad4aa46..1ee6014c73 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))