Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
472c15bf
Commit
472c15bf
authored
May 09, 2014
by
Stephen Berman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* calendar/todo-mode.el (todo-insert-item-from-calendar):
Correct argument list to conform to todo-insert-item--basic.
parent
2651ed05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/todo-mode.el
lisp/calendar/todo-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
472c15bf
2014-05-09 Stephen Berman <stephen.berman@gmx.net>
* calendar/todo-mode.el (todo-insert-item-from-calendar):
Correct argument list to conform to todo-insert-item--basic.
2014-05-09 Glenn Morris <rgm@gnu.org>
* files.el (cd-absolute): Test if directory is accessible
...
...
lisp/calendar/todo-mode.el
View file @
472c15bf
...
...
@@ -1984,7 +1984,7 @@ prompt for a todo file and then for a category in it."
(
setq
todo-date-from-calendar
(
calendar-date-string
(
calendar-cursor-to-date
t
)
t
t
))
(
calendar-exit
)
(
todo-insert-item--basic
arg
nil
nil
todo-date-from-calendar
))
(
todo-insert-item--basic
arg
nil
todo-date-from-calendar
))
(
define-key
calendar-mode-map
"it"
'todo-insert-item-from-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