/[emacs]/emacs/lisp/calendar/diary-lib.el
ViewVC logotype

Diff of /emacs/lisp/calendar/diary-lib.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.110 by monnier, Mon Nov 14 22:14:23 2005 UTC revision 1.111 by monnier, Wed Nov 16 16:04:29 2005 UTC
# Line 452  If LIST-ONLY is non-nil don't modify or Line 452  If LIST-ONLY is non-nil don't modify or
452                                  2))                                  2))
453                               (while (looking-at " \\|\^I")                               (while (looking-at " \\|\^I")
454                                 (re-search-forward "\^M\\|\n" nil 'move))                                 (re-search-forward "\^M\\|\n" nil 'move))
455                               (unless (eobp) (backward-char 1))                               (unless (and (eobp) (not (bolp)))
456                                   (backward-char 1))
457                               (unless list-only                               (unless list-only
458                                 (remove-overlays date-start (point)                                 (remove-overlays date-start (point)
459                                                  'invisible 'diary))                                                  'invisible 'diary))

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26