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:
parent
e444e0d6bb
commit
b546b1a52d
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue