Changeset 4169 for trunk/lisp/calendar/appt.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/calendar/appt.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/calendar/appt.el
r4098 r4169 395 395 (> (+ cur-comp-time appt-message-warning-time) 396 396 appt-max-time)) 397 (setq min-to-app (+ (- (1+ appt-max-time) cur-comp-time) )398 appt-comp-time)) 397 (setq min-to-app (+ (- (1+ appt-max-time) cur-comp-time) 398 appt-comp-time))) 399 399 400 400 ;; issue warning if the appointment time is
