aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/remember.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/remember.el')
-rw-r--r--lisp/textmodes/remember.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index 07a4fae9c30..c184a90dfc2 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -474,7 +474,7 @@ If this is nil, then `diary-file' will be used instead."
474 (replace-match 474 (replace-match
475 (let ((style (if (boundp 'calendar-date-style) 475 (let ((style (if (boundp 'calendar-date-style)
476 calendar-date-style 476 calendar-date-style
477 ;; Don't complain about obsoleteness. 477 ;; Don't complain about obsolescence.
478 (if (with-no-warnings european-calendar-style) 478 (if (with-no-warnings european-calendar-style)
479 'european 479 'european
480 'american)))) 480 'american))))