1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-20 23:20:36 -08:00

(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.

This commit is contained in:
Richard M. Stallman 2003-05-03 13:51:00 +00:00
parent 78e4fe6980
commit 1f9d00ca8a

View file

@ -127,7 +127,8 @@ other buffer names are changed."
:type 'boolean
:group 'uniquify)
(defcustom uniquify-ignore-buffers-re nil
;; The default value matches certain Gnus buffers.
(defcustom uniquify-ignore-buffers-re "^\\*\\(un\\)?sent "
"*Regular expression matching buffer names that should not be uniquified.
For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename
draft buffers even if `uniquify-after-kill-buffer-p' is non-nil and the