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
625897ec
Commit
625897ec
authored
Mar 26, 2011
by
Leo Liu
Browse files
Remove redundant (require 'timer) in midnight.el
parent
1f48f7d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/midnight.el
lisp/midnight.el
+0
-2
No files found.
lisp/ChangeLog
View file @
625897ec
...
...
@@ -3,6 +3,7 @@
* midnight.el (midnight-time-float): Remove. Note it calculates
the microsecond component incorrectly and seconds-to-time does the
same job.
Remove redundant (require 'timer).
* ido.el (ido-read-internal): Simplify with read-from-minibuffer.
(ido-completions): Remove unused arguments. (Bug#8329)
...
...
lisp/midnight.el
View file @
625897ec
...
...
@@ -39,8 +39,6 @@
(
eval-when-compile
(
require
'cl
))
(
require
'timer
)
(
defgroup
midnight
nil
"Run something every day at midnight."
:group
'calendar
...
...
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