Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-undo.el @ 22:8fc7fe29b841 r19-15b94
Import from CVS: tag r19-15b94
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:29 +0200 |
parents | 0293115a14e9 |
children |
line wrap: on
line diff
--- a/lisp/gnus/gnus-undo.el Mon Aug 13 08:50:06 2007 +0200 +++ b/lisp/gnus/gnus-undo.el Mon Aug 13 08:50:29 2007 +0200 @@ -96,7 +96,7 @@ (unless (assq 'gnus-undo-mode minor-mode-map-alist) (push (cons 'gnus-undo-mode gnus-undo-mode-map) minor-mode-map-alist)) - (gnus-make-local-hook 'post-command-hook) + (make-local-hook 'post-command-hook) (gnus-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)))