+2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * calendar/diary-lib.el (diary-list-entries): Also hide the
+ terminating newline.
+
2005-11-16 Carsten Dominik <dominik@science.uva.nl>
- * textmodes/reftex.el (reftex-use-fonts): removed the check for
- window-system, to allow fonts on tty.
+ * textmodes/reftex.el (reftex-use-fonts): Remove the check for
+ window-system, to allow fonts on tty.
2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2))
(while (looking-at " \\|\^I")
(re-search-forward "\^M\\|\n" nil 'move))
- (unless (eobp) (backward-char 1))
+ (unless (and (eobp) (not (bolp)))
+ (backward-char 1))
(unless list-only
(remove-overlays date-start (point)
'invisible 'diary))