diff options
| -rw-r--r-- | lisp/longlines.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el index 31400758772..dadd8a5d58f 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el | |||
| @@ -166,7 +166,6 @@ are indicated with a symbol." | |||
| 166 | (widen) | 166 | (widen) |
| 167 | (longlines-encode-region (point-min) (point-max)))) | 167 | (longlines-encode-region (point-min) (point-max)))) |
| 168 | (remove-hook 'change-major-mode-hook 'longlines-mode-off t) | 168 | (remove-hook 'change-major-mode-hook 'longlines-mode-off t) |
| 169 | (remove-hook 'before-kill-functions 'longlines-encode-region t) | ||
| 170 | (remove-hook 'after-change-functions 'longlines-after-change-function t) | 169 | (remove-hook 'after-change-functions 'longlines-after-change-function t) |
| 171 | (remove-hook 'post-command-hook 'longlines-post-command-function t) | 170 | (remove-hook 'post-command-hook 'longlines-post-command-function t) |
| 172 | (remove-hook 'before-revert-hook 'longlines-before-revert-hook t) | 171 | (remove-hook 'before-revert-hook 'longlines-before-revert-hook t) |