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
977955fa
Commit
977955fa
authored
Aug 22, 2009
by
Glenn Morris
Browse files
(diary-mark-entries-1): Only mark all days of a given name if the
pattern is not more specific.
parent
b4deec2e
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
+3
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+3
-1
No files found.
lisp/ChangeLog
View file @
977955fa
2009-08-22 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
given name if the pattern is not more specific.
* calendar/lunar.el (lunar-phase-names): New option.
(lunar-phase): Doc fix.
(lunar-cycles-per-year): New constant.
...
...
lisp/calendar/diary-lib.el
View file @
977955fa
...
...
@@ -1246,7 +1246,9 @@ function that converts absolute dates to dates of the appropriate type. "
(buffer-substring-no-properties
(point) (line-end-position))
file-glob-attrs)))
(if dd-name
;; Only mark all days of a given name if the pattern
;; contains no more specific elements.
(if (and dd-name (not (or d-pos m-pos y-pos)))
(calendar-mark-days-named
(cdr (assoc-string dd-name
(calendar-make-alist
...
...
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