(2C-mode): Don't use make-local-hook.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:12:07 +0000 (19:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:12:07 +0000 (19:12 +0000)
lisp/textmodes/two-column.el

index da5fd52..e75af5b 100644 (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)