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
cfd1d0ec
Commit
cfd1d0ec
authored
Aug 02, 1999
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change syntax table entry for colon in the diary as part of the
european-date-diary-pattern fix.
parent
bb0541f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-0
No files found.
lisp/calendar/diary-lib.el
View file @
cfd1d0ec
...
...
@@ -197,6 +197,7 @@ It is the standard syntax table used in Fundamental mode, but with the
syntax of `*' changed to be a word constituent."
)
(
modify-syntax-entry
?*
"w"
diary-syntax-table
)
(
modify-syntax-entry
?:
"w"
diary-syntax-table
)
(
defun
list-diary-entries
(
date
number
)
"Create and display a buffer containing the relevant lines in diary-file.
...
...
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