summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-25 01:16:56 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-25 01:16:56 +0000
commit9648a1e6e069aed864132de4d3cdd43273dae5a6 (patch)
treef04ea55adb1e194b0e9cd285c918d94ee31e43b0 /lisp/dabbrev.el
parentbfba21fc345b53b07910049fa458c27bae4f4ed6 (diff)
downloademacs-9648a1e6e069aed864132de4d3cdd43273dae5a6.tar.gz
(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el2
1 files changed, 1 insertions, 1 deletions
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