From 9648a1e6e069aed864132de4d3cdd43273dae5a6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Jun 1998 01:16:56 +0000 Subject: [PATCH] (dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*. --- lisp/dabbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2