]> git.eshelyaron.com Git - emacs.git/commitdiff
(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Jun 1998 01:16:56 +0000 (01:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Jun 1998 01:16:56 +0000 (01:16 +0000)
lisp/dabbrev.el

index 5d27a8bd0e36aa1f12da1a1488743f2542e7b242..11da3b68e75e93399631d1e3c2da404008561bbe 100644 (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