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
4cf95c44
Commit
4cf95c44
authored
Nov 26, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(list-diary-entries): Use insert instead of insert-string.
parent
0e13751e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+2
-2
No files found.
lisp/calendar/diary-lib.el
View file @
4cf95c44
...
...
@@ -261,10 +261,10 @@ These hooks have the following distinct roles:
(
if
(
not
(
looking-at
"\^M\\|\n"
))
(
progn
(
goto-char
(
point-max
))
(
insert
-string
"\^M"
)))
(
insert
"\^M"
)))
(
goto-char
(
point-min
))
(
if
(
not
(
looking-at
"\^M\\|\n"
))
(
insert
-string
"\^M"
))
(
insert
"\^M"
))
(
subst-char-in-region
(
point-min
)
(
point-max
)
?\n
?\^M
t
)
(
calendar-for-loop
i
from
1
to
number
do
(
let
((
d
diary-date-forms
)
...
...
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