Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
320cb80d
Commit
320cb80d
authored
Mar 25, 2005
by
Werner LEMBERG
Browse files
* midnight.el: Replace `illegal' with `invalid'.
parent
7bd10db5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/midnight.el
lisp/midnight.el
+2
-2
No files found.
lisp/ChangeLog
View file @
320cb80d
...
...
@@ -2,6 +2,7 @@
* calc/calc-forms.el, calc/calc-sel: Replace `illegal' with
`invalid'.
* midnight.el: Replace `illegal' with `invalid'.
2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/midnight.el
View file @
320cb80d
;;; midnight.el --- run something every midnight, e.g., kill old buffers
;;; Copyright (C) 1998, 2004 Free Software Foundation, Inc.
;;; Copyright (C) 1998, 2004
, 2005
Free Software Foundation, Inc.
;; Author: Sam Steingold <sds@usa.net>
;; Maintainer: Sam Steingold <sds@usa.net>
...
...
@@ -215,7 +215,7 @@ the time when it is run.")
Sets the first argument SYMB (which must be symbol `midnight-delay')
to its second argument TM."
(
assert
(
eq
symb
'midnight-delay
)
t
"I
llegal
argument to `midnight-delay-set': `%s'"
)
"I
nvalid
argument to `midnight-delay-set': `%s'"
)
(
set
symb
tm
)
(
when
(
timerp
midnight-timer
)
(
cancel-timer
midnight-timer
))
(
setq
midnight-timer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment