1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(2C-mode): Don't use make-local-hook.

This commit is contained in:
Stefan Monnier 2001-10-13 19:12:07 +00:00
parent e444e0d6bb
commit b546b1a52d

View file

@ -327,7 +327,6 @@ These keybindings can be customized in your ~/.emacs by `2C-mode-map',
The appearance of the screen can be customized by the variables
`2C-window-width', `2C-beyond-fill-column', `2C-mode-line-format' and
`truncate-partial-width-windows'."
(make-local-hook 'post-command-hook)
(add-hook 'post-command-hook '2C-autoscroll nil t)
(setq fill-column (- 2C-window-width
2C-beyond-fill-column)