Mercurial > emacs
changeset 50785:2fb36b4b42f5
(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 May 2003 13:51:00 +0000 |
parents | f9cbd74b1337 |
children | 01b16e9a75fb |
files | lisp/uniquify.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/uniquify.el Sat May 03 13:50:14 2003 +0000 +++ b/lisp/uniquify.el Sat May 03 13:51:00 2003 +0000 @@ -127,7 +127,8 @@ :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