Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-undo.el @ 122:d2f30a177268 r20-1b14
Import from CVS: tag r20-1b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:03 +0200 |
parents | 7d55a9ba150c |
children | 585fb297b004 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-undo.el Mon Aug 13 09:25:31 2007 +0200 +++ b/lisp/gnus/gnus-undo.el Mon Aug 13 09:26:03 2007 +0200 @@ -102,7 +102,7 @@ (push (cons 'gnus-undo-mode gnus-undo-mode-map) minor-mode-map-alist)) (make-local-hook 'post-command-hook) - (gnus-add-hook 'post-command-hook 'gnus-undo-boundary nil t) + (add-hook 'post-command-hook 'gnus-undo-boundary nil t) (add-hook 'gnus-summary-exit-hook 'gnus-undo-boundary) (run-hooks 'gnus-undo-mode-hook)))