summaryrefslogtreecommitdiff
path: root/lisp/obsolete
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-09-28 21:05:11 +0200
committerStefan Kangas <stefankangas@gmail.com>2019-09-28 21:06:39 +0200
commit6691a5c1ad1c1fe3c55821a4d34d1d2071dcbbdc (patch)
tree9bd32aba091447a43552c27614deffeb3027a53e /lisp/obsolete
parentcc7f2fb0cc1c077d0648e48d0d9efb713c375abe (diff)
downloademacs-6691a5c1ad1c1fe3c55821a4d34d1d2071dcbbdc.tar.gz
Fix customizing ibuffer-help-buffer-modes
* lisp/ibuffer.el (ibuffer-help-buffer-modes) * lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Move Info-edit-mode reference to obsolete file.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/info-edit.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/obsolete/info-edit.el b/lisp/obsolete/info-edit.el
index b64e84003fc..55c52b5abdb 100644
--- a/lisp/obsolete/info-edit.el
+++ b/lisp/obsolete/info-edit.el
@@ -78,6 +78,11 @@ This feature will be removed in future.")
(buffer-modified-p)
(message "Tags may have changed. Use Info-tagify if necessary")))
+;; Moved here from definition of ibuffer-help-buffer-modes to make
+;; that variable customizable even though this code is obsolete. See
+;; also Bug#30990.
+(add-to-list 'ibuffer-help-buffer-modes 'Info-edit-mode)
+
(provide 'info-edit)
;;; info-edit.el ends here