aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-05-03 13:51:00 +0000
committerRichard M. Stallman2003-05-03 13:51:00 +0000
commit1f9d00ca8a3bb4f5fb5bab79da30f91c844c39e2 (patch)
treeaa8a64c2440bd0aa5842655cae993009d25a71f7
parent78e4fe69808695b91c30c1d83898c6d4964fdf22 (diff)
downloademacs-1f9d00ca8a3bb4f5fb5bab79da30f91c844c39e2.tar.gz
emacs-1f9d00ca8a3bb4f5fb5bab79da30f91c844c39e2.zip
(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.
-rw-r--r--lisp/uniquify.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 28f231a1e42..8842a491363 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -127,7 +127,8 @@ other buffer names are changed."
127 :type 'boolean 127 :type 'boolean
128 :group 'uniquify) 128 :group 'uniquify)
129 129
130(defcustom uniquify-ignore-buffers-re nil 130;; The default value matches certain Gnus buffers.
131(defcustom uniquify-ignore-buffers-re "^\\*\\(un\\)?sent "
131 "*Regular expression matching buffer names that should not be uniquified. 132 "*Regular expression matching buffer names that should not be uniquified.
132For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename 133For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename
133draft buffers even if `uniquify-after-kill-buffer-p' is non-nil and the 134draft buffers even if `uniquify-after-kill-buffer-p' is non-nil and the