mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
Typo.
This commit is contained in:
parent
7f5bb182d2
commit
38e3f12e18
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue