emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114454: * lisp/midnight.el (clean-buffer-list-kill-


From: Sam Steingold
Subject: [Emacs-diffs] trunk r114454: * lisp/midnight.el (clean-buffer-list-kill-regexps)
Date: Tue, 24 Sep 2013 17:34:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114454
revision-id: address@hidden
parent: address@hidden
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-24 13:34:51 -0400
message:
  * lisp/midnight.el (clean-buffer-list-kill-regexps)
  (clean-buffer-list-kill-buffer-names): Update for the new Man
  buffer naming which includes the object name.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/midnight.el               
midnight.el-20091113204419-o5vbwnq5f7feedwu-1277
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-23 23:23:32 +0000
+++ b/lisp/ChangeLog    2013-09-24 17:34:51 +0000
@@ -1,3 +1,9 @@
+2013-09-24  Sam Steingold  <address@hidden>
+
+       * midnight.el (clean-buffer-list-kill-regexps)
+       (clean-buffer-list-kill-buffer-names): Update for the new Man
+       buffer naming which includes the object name.
+
 2013-09-23  Stefan Monnier  <address@hidden>
 
        * eshell/esh-cmd.el (eshell--sep-terms): New var.

=== modified file 'lisp/midnight.el'
--- a/lisp/midnight.el  2013-01-01 09:11:05 +0000
+++ b/lisp/midnight.el  2013-09-24 17:34:51 +0000
@@ -87,7 +87,7 @@
   :type 'integer
   :group 'midnight)
 
-(defcustom clean-buffer-list-kill-regexps nil
+(defcustom clean-buffer-list-kill-regexps '("^\\*Man ")
   "List of regexps saying which buffers will be killed at midnight.
 If buffer name matches a regexp in the list and the buffer was not displayed
 in the last `clean-buffer-list-delay-special' seconds, it is killed by
@@ -101,7 +101,7 @@
   :group 'midnight)
 
 (defcustom clean-buffer-list-kill-buffer-names
-    '("*Help*" "*Apropos*" "*Man " "*Buffer List*" "*Compile-Log*" "*info*"
+    '("*Help*" "*Apropos*" "*Buffer List*" "*Compile-Log*" "*info*"
       "*vc*" "*vc-diff*" "*diff*")
   "List of strings saying which buffers will be killed at midnight.
 Buffers with names in this list, which were not displayed in the last


reply via email to

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