diff lisp/dabbrev.el @ 22608:e1e08f5e0662

(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Jun 1998 01:16:56 +0000
parents b1cba467a906
children 4beab023a902
line wrap: on
line diff
--- a/lisp/dabbrev.el	Wed Jun 24 20:32:19 1998 +0000
+++ b/lisp/dabbrev.el	Thu Jun 25 01:16:56 1998 +0000
@@ -197,7 +197,7 @@
   :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