X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=blobdiff_plain;f=lisp%2Fgnus-undo.el;fp=lisp%2Fgnus-undo.el;h=cbd506af860fb7db507c968202c73a8121cbcef1;hp=7dd333f1c938e3b8932eaa35576395b2710ab2ba;hb=695ebeac09bcb76bc819f82f838d2d9db021632c;hpb=e00f5f5f6178e441426e6e19520e0ceb9aacfaae diff --git a/lisp/gnus-undo.el b/lisp/gnus-undo.el index 7dd333f..cbd506a 100644 --- a/lisp/gnus-undo.el +++ b/lisp/gnus-undo.el @@ -114,7 +114,7 @@ (when (gnus-visual-p 'undo-menu 'menu) (gnus-undo-make-menu-bar)) (gnus-add-minor-mode 'gnus-undo-mode "" gnus-undo-mode-map) - (make-local-hook 'post-command-hook) + (gnus-make-local-hook 'post-command-hook) (add-hook 'post-command-hook 'gnus-undo-boundary nil t) (gnus-run-hooks 'gnus-undo-mode-hook)))