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:
parent
78e4fe6980
commit
1f9d00ca8a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue