comparison lisp/ChangeLog @ 66869:cfc510b6c9e6

(diary-list-entries, diary-show-all-entries) (mark-diary-entries, make-diary-entry): Check default-major-mode rather than fundamental-mode to see if the mode was set.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 Nov 2005 22:14:23 +0000
parents ccb8ee5226d6
children 5b3373426595
comparison
equal deleted inserted replaced
66868:ccb8ee5226d6 66869:cfc510b6c9e6
1 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5 than fundamental-mode to see if the mode was set.
6
1 2005-11-14 Romain Francoise <romain@orebokech.com> 7 2005-11-14 Romain Francoise <romain@orebokech.com>
2 8
3 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a 9 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4 dummy function in `eval-when-compile' to avoid compiler warning. 10 dummy function in `eval-when-compile' to avoid compiler warning.
5 Require `man' at compile time. 11 Require `man' at compile time.