mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Revert previous change.
This commit is contained in:
parent
030400ebb1
commit
9aaa0f71cd
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user