summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-undo.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-02-11 16:15:43 +1100
committerLars Ingebrigtsen <larsi@gnus.org>2016-02-11 16:15:43 +1100
commitd4680232fbf3b28a6b37356241456a7c102b2273 (patch)
treeb792d635fcb2a938b191b0d016b3d965f4f90117 /lisp/gnus/gnus-undo.el
parent21cfd14d54370cddc1160d30bc47e17c5ac3a162 (diff)
downloademacs-d4680232fbf3b28a6b37356241456a7c102b2273.tar.gz
Remove gnus-make-local-hook
* lisp/gnus/gnus-util.el (gnus-make-local-hook): Remove (and all its usages).
Diffstat (limited to 'lisp/gnus/gnus-undo.el')
-rw-r--r--lisp/gnus/gnus-undo.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el
index 8206b527065..ad27e8996fb 100644
--- a/lisp/gnus/gnus-undo.el
+++ b/lisp/gnus/gnus-undo.el
@@ -108,7 +108,6 @@
;; Set up the menu.
(when (gnus-visual-p 'undo-menu 'menu)
(gnus-undo-make-menu-bar))
- (gnus-make-local-hook 'post-command-hook)
(add-hook 'post-command-hook 'gnus-undo-boundary nil t)))
;;; Interface functions.