aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/two-column.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index da5fd523bfd..e75af5b1bac 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -327,7 +327,6 @@ These keybindings can be customized in your ~/.emacs by `2C-mode-map',
327The appearance of the screen can be customized by the variables 327The appearance of the screen can be customized by the variables
328`2C-window-width', `2C-beyond-fill-column', `2C-mode-line-format' and 328`2C-window-width', `2C-beyond-fill-column', `2C-mode-line-format' and
329`truncate-partial-width-windows'." 329`truncate-partial-width-windows'."
330 (make-local-hook 'post-command-hook)
331 (add-hook 'post-command-hook '2C-autoscroll nil t) 330 (add-hook 'post-command-hook '2C-autoscroll nil t)
332 (setq fill-column (- 2C-window-width 331 (setq fill-column (- 2C-window-width
333 2C-beyond-fill-column) 332 2C-beyond-fill-column)