From: Richard M. Stallman Date: Thu, 25 Jun 1998 01:16:56 +0000 (+0000) Subject: (dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*. X-Git-Tag: emacs-20.3~471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9648a1e6e069aed864132de4d3cdd43273dae5a6;p=emacs.git (dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*. --- diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 5d27a8bd0e3..11da3b68e75 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -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