changeset 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 3c91c17a1a0f
children c2ed862173da
files lisp/dabbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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