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
dbabfd55
Commit
dbabfd55
authored
Sep 25, 1995
by
Richard M. Stallman
Browse files
(mark-sexp-diary-entries): Add \ for C-M-f's sake.
parent
67f09a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-1
No files found.
lisp/calendar/diary-lib.el
View file @
dbabfd55
...
...
@@ -734,7 +734,7 @@ is marked. See the documentation for the function `list-sexp-diary-entries'."
(
list
m
(
calendar-last-day-of-month
m
y
)
y
)))
(
goto-char
(
point-min
))
(
while
(
re-search-forward
s-entry
nil
t
)
(
if
(
char-equal
(
preceding-char
)
?
()
(
if
(
char-equal
(
preceding-char
)
?
\
(
)
(
setq
marking-diary-entry
t
)
(
setq
marking-diary-entry
nil
))
(
re-search-backward
"("
)
...
...
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