mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 16:10:46 -08:00
Revert previous change.
This commit is contained in:
parent
030400ebb1
commit
9aaa0f71cd
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue