diff options
| author | Lars Ingebrigtsen | 2019-06-14 16:51:27 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-14 16:51:27 +0200 |
| commit | 18c83aedd91023a677153abeafe561eddb430146 (patch) | |
| tree | 5c0834a9d18cc220f103d01ac8a0a0d5e22ab896 /lisp/calendar | |
| parent | 68b8980eee5683128035800d6a04c27c764fcc5f (diff) | |
| download | emacs-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.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 |