mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
* timeclock.el (timeclock-modeline-display): Add missing obsolete alias
This commit is contained in:
parent
d1aae61450
commit
ef35abb4ad
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2012-10-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/timeclock.el (timeclock-modeline-display):
|
||||
Add missing obsolete alias for renamed user option.
|
||||
|
||||
* strokes.el (strokes-modeline-string):
|
||||
* emulation/crisp.el (crisp-mode-modeline-string):
|
||||
* eshell/esh-mode.el (eshell-status-in-modeline):
|
||||
|
|
|
|||
|
|
@ -321,6 +321,9 @@ display (non-nil means on)."
|
|||
(force-mode-line-update)
|
||||
(setq timeclock-mode-line-display on-p)))
|
||||
|
||||
(define-obsolete-variable-alias 'timeclock-modeline-display
|
||||
'timeclock-mode-line-display "24.3")
|
||||
|
||||
;; This has to be here so that the function definition of
|
||||
;; `timeclock-mode-line-display' is known to the "set" function.
|
||||
(defcustom timeclock-mode-line-display nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue