aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/midnight.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/midnight.el')
-rw-r--r--lisp/midnight.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/midnight.el b/lisp/midnight.el
index 5ff1ecc9b0..9a6b162e98 100644
--- a/lisp/midnight.el
+++ b/lisp/midnight.el
@@ -1,7 +1,6 @@
;;; midnight.el --- run something every midnight, e.g., kill old buffers
-;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 2001-2011 Free Software Foundation, Inc.
;; Author: Sam Steingold <[email protected]>
;; Maintainer: Sam Steingold <[email protected]>
@@ -126,7 +125,7 @@ See also `clean-buffer-list-kill-regexps',
:group 'midnight)
(defcustom clean-buffer-list-kill-never-buffer-names
- '("*scratch*" "*Messages*" "*server*")
+ '("*scratch*" "*Messages*")
"List of buffer names which will never be killed by `clean-buffer-list'.
See also `clean-buffer-list-kill-never-regexps'.
Note that this does override `clean-buffer-list-kill-regexps' and
@@ -234,5 +233,4 @@ first argument to `run-at-time'."
(provide 'midnight)
-;; arch-tag: a5979be9-2890-46a3-ba84-791f0a4a6e80
;;; midnight.el ends here