diff options
Diffstat (limited to 'lisp/calendar')
| -rw-r--r-- | lisp/calendar/cal-bahai.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index ec491ec782f..8aa1eed4a5d 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -313,7 +313,8 @@ Prefix argument ARG will make the entry nonmarking." | |||
| 313 | diary-bahai-entry-symbol | 313 | diary-bahai-entry-symbol |
| 314 | 'calendar-bahai-from-absolute)) | 314 | 'calendar-bahai-from-absolute)) |
| 315 | 315 | ||
| 316 | (defvar date) | 316 | (with-suppressed-warnings ((lexical date)) |
| 317 | (defvar date)) | ||
| 317 | 318 | ||
| 318 | ;; To be called from diary-list-sexp-entries, where DATE is bound. | 319 | ;; To be called from diary-list-sexp-entries, where DATE is bound. |
| 319 | ;;;###diary-autoload | 320 | ;;;###diary-autoload |