diff lisp/textmodes/remember.el @ 93393:902b4a2f5421

(remember-diary-convert-entry): Prefer boundp to with-no-warnings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 29 Mar 2008 22:20:13 +0000
parents e66b3bd7cef1
children bc6b2ba17b08
line wrap: on
line diff
--- a/lisp/textmodes/remember.el	Sat Mar 29 21:38:52 2008 +0000
+++ b/lisp/textmodes/remember.el	Sat Mar 29 22:20:13 2008 +0000
@@ -481,7 +481,7 @@
         (replace-match
          (let ((style (if (boundp 'calendar-date-style)
                           calendar-date-style
-                        (if (with-no-warnings european-calendar-style)
+                        (if (bound-and-true-p european-calendar-style)
                             'european
                           'american))))
            (cond ((eq style 'european)