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
fe5ffe0b
Commit
fe5ffe0b
authored
Apr 11, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move custom group here from calendar.el.
parent
712f117b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+7
-0
No files found.
lisp/calendar/diary-lib.el
View file @
fe5ffe0b
...
...
@@ -33,6 +33,11 @@
(
require
'calendar
)
(
require
'diary-loaddefs
)
(
defgroup
diary
nil
"Emacs diary."
:prefix
"diary-"
:group
'calendar
)
(
defcustom
diary-include-string
"#include"
"The string indicating inclusion of another file of diary entries.
See the documentation for the function `diary-include-other-diary-files'."
...
...
@@ -1351,6 +1356,8 @@ is marked. See the documentation for the function `diary-list-sexp-entries'."
(if (bolp) (backward-char 1))
(setq entry (buffer-substring-no-properties entry-start (point))))
(setq date (1- first-date))
;; FIXME this loops over all visible dates.
;; Could be optimized in many cases. Depends on whether t or * present.
(while (<= (setq date (1+ date)) last-date)
(when (setq mark (diary-sexp-entry
sexp entry
...
...
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