aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-14 16:51:27 +0200
committerLars Ingebrigtsen2019-06-14 16:51:27 +0200
commit18c83aedd91023a677153abeafe561eddb430146 (patch)
tree5c0834a9d18cc220f103d01ac8a0a0d5e22ab896 /lisp/calendar
parent68b8980eee5683128035800d6a04c27c764fcc5f (diff)
downloademacs-18c83aedd91023a677153abeafe561eddb430146.tar.gz
emacs-18c83aedd91023a677153abeafe561eddb430146.zip
Avoid using registerv-make in senator.el
* lisp/cedet/semantic/senator.el (senator-register): New class. (register-val-jump-to, register-val-describe) (register-val-insert): New methods. (senator-copy-tag-to-register): Use this instead of the deprecated registerv-make function.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-bahai.el3
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