]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-diary-entries): Use insert instead of insert-string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:19:34 +0000 (16:19 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:19:34 +0000 (16:19 +0000)
lisp/calendar/diary-lib.el

index 58c9ccf5c81e7ee6fdc0c56c39494ded6742b3d2..425a809fd5b7cd56911273e28949d02ca3e4c2ed 100644 (file)
@@ -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)