# HG changeset patch # User Stefan Monnier # Date 1003000327 0 # Node ID ef399b9ffc2b0dd813fd50046ef98a8519680651 # Parent 34c05876ce2157aa29e7f55fe510f804f1eb076a (2C-mode): Don't use make-local-hook. diff -r 34c05876ce21 -r ef399b9ffc2b lisp/textmodes/two-column.el --- 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)