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
b7b18c73
Commit
b7b18c73
authored
Nov 23, 2014
by
Leo Liu
Browse files
Fix calendar-mark-1
* calendar/diary-lib.el (calendar-mark-1): Fix thinko.
parent
00981cbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-2
No files found.
lisp/ChangeLog
View file @
b7b18c73
2014-11-23 Leo Liu <sdl.web@gmail.com>
* calendar/diary-lib.el (calendar-mark-1): Fix thinko.
2014-11-22 Fabián Ezequiel Gallina <fgallina@gnu.org>
Set PYTHONUNBUFFERED on shell startup.
...
...
lisp/calendar/diary-lib.el
View file @
b7b18c73
...
...
@@ -1668,8 +1668,7 @@ COLOR is passed to `calendar-mark-visible-date' as MARK."
(setq date (calendar-gregorian-from-absolute
(funcall toabs (list month day y)))))
(calendar-mark-visible-date date color)))))
(calendar-mark-complex month day year
'calendar-bahai-from-absolute color))))
(calendar-mark-complex month day year fromabs color))))
(defun diary-entry-time (s)
...
...
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