1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.

This commit is contained in:
Richard M. Stallman 1998-06-25 01:16:56 +00:00
parent bfba21fc34
commit 9648a1e6e0

View File

@ -197,7 +197,7 @@ all the other buffers, except those named in `dabbrev-ignored-buffer-names'."
:type 'boolean
:group 'dabbrev)
(defcustom dabbrev-ignored-buffer-names '("*Messages")
(defcustom dabbrev-ignored-buffer-names '("*Messages*" "*Buffer List*")
"*List of buffer names that dabbrev should not check."
:type '(repeat (string :tag "Buffer name"))
:group 'dabbrev