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.
This commit is contained in:
parent
cc7f2fb0cc
commit
6691a5c1ad
2 changed files with 6 additions and 1 deletions
|
@ -317,7 +317,7 @@ directory, like `default-directory'."
|
|||
string))
|
||||
|
||||
(defcustom ibuffer-help-buffer-modes
|
||||
'(help-mode apropos-mode Info-mode Info-edit-mode)
|
||||
'(help-mode apropos-mode Info-mode)
|
||||
"List of \"Help\" major modes."
|
||||
:type '(repeat function))
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue