emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/uniquify.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/uniquify.el
Date: Sat, 03 May 2003 09:51:00 -0400

Index: emacs/lisp/uniquify.el
diff -c emacs/lisp/uniquify.el:1.40 emacs/lisp/uniquify.el:1.41
*** emacs/lisp/uniquify.el:1.40 Fri Dec 13 14:52:35 2002
--- emacs/lisp/uniquify.el      Sat May  3 09:51:00 2003
***************
*** 127,133 ****
    :type 'boolean
    :group 'uniquify)
  
! (defcustom uniquify-ignore-buffers-re nil
    "*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
--- 127,134 ----
    :type 'boolean
    :group 'uniquify)
  
! ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]