From: Chong Yidong Date: Tue, 20 Dec 2005 17:39:47 +0000 (+0000) Subject: Typo. X-Git-Tag: emacs-pretest-22.0.90~5164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38e3f12e18ca0f5d64f03ade783099cd0e7a4387;p=emacs.git Typo. --- 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." (widen) (longlines-encode-region (point-min) (point-max)))) (remove-hook 'change-major-mode-hook 'longlines-mode-off t) - (remove-hook 'before-kill-functions 'longlines-encode-region t) (remove-hook 'after-change-functions 'longlines-after-change-function t) (remove-hook 'post-command-hook 'longlines-post-command-function t) (remove-hook 'before-revert-hook 'longlines-before-revert-hook t)