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
55d27f41
Commit
55d27f41
authored
Jul 21, 2009
by
Glenn Morris
Browse files
(calendar-current-date): Update declaration.
parent
02df3f4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/calendar/todo-mode.el
lisp/calendar/todo-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
55d27f41
2009-07-21 Glenn Morris <rgm@gnu.org>
* calendar/todo-mode.el (calendar-current-date): Update declaration.
* ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
silence compiler. Instead...
(jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
...
...
lisp/calendar/todo-mode.el
View file @
55d27f41
...
...
@@ -930,7 +930,7 @@ Number of entries for each category is given by `todo-print-priorities'."
(
defvar
entry
)
;; t-c should be used from diary code, which requires calendar.
(
declare-function
calendar-current-date
"calendar"
nil
)
(
declare-function
calendar-current-date
"calendar"
(
&optional
offset
)
)
;; Read about this function in the setup instructions above!
;;;###autoload
...
...
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