aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/midnight.el
Commit message (Collapse)AuthorAgeFilesLines
* (midnight-delay-set): Use run-hooks directly.Richard M. Stallman1998-08-071-5/+1
| | | | (midnight-timer-function): Function deleted.
* (midnight-timer-function): No need to test midnight-mode.Richard M. Stallman1998-08-071-2/+1
|
* (clean-buffer-list-kill-regexps): Init to nil, as before.Richard M. Stallman1998-08-041-23/+9
| | | | | | | (clean-buffer-list-kill-buffer-names): Add *vc* and *vc-diff*. (clean-buffer-list-delay): Rename arg. (clean-buffer-list): Doc fix. (midnight-period): Doc fix.
* Require timer.Richard M. Stallman1998-07-311-15/+28
| | | | | | | (clean-buffer-list-kill-regexps): Match `*vc' buffers. (midnight-find): Use dolist, not loop. (clean-buffer-list-delay): Use assoc-default. (assoc-default): New function.
* *** empty log message ***Dan Nicolaescu1998-06-221-18/+11
|
* (midnight-mode): New variable.Richard M. Stallman1998-06-151-1/+19
| | | | | (midnight-timer-function): New function. (midnight-delay-set): Make the timer run midnight-timer-function.
* Initial revisionRichard M. Stallman1998-06-121-0/+227