+2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * textmodes/remember.el (remember-diary-convert-entry): Revert last
+ change (ill-conceived).
+
2008-03-29 Glenn Morris <rgm@gnu.org>
* calendar/cal-hebrew.el (holiday-hebrew): Simplify.
(replace-match
(let ((style (if (boundp 'calendar-date-style)
calendar-date-style
- (if (bound-and-true-p european-calendar-style)
+ ;; Don't complain about obsoleteness.
+ (if (with-no-warnings european-calendar-style)
'european
'american))))
(cond ((eq style 'european)