changeset 39892:ef399b9ffc2b

(2C-mode): Don't use make-local-hook.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 13 Oct 2001 19:12:07 +0000
parents 34c05876ce21
children 942e743c5598
files lisp/textmodes/two-column.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el	Sat Oct 13 19:11:32 2001 +0000
+++ b/lisp/textmodes/two-column.el	Sat Oct 13 19:12:07 2001 +0000
@@ -327,7 +327,6 @@
 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)