From: Glenn Morris Date: Sat, 6 Oct 2012 20:05:39 +0000 (-0700) Subject: * timeclock.el (timeclock-modeline-display): Add missing obsolete alias X-Git-Tag: emacs-24.2.90~239^2~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef35abb4ad34ef7038ee99742c8646fc6f9914ed;p=emacs.git * timeclock.el (timeclock-modeline-display): Add missing obsolete alias --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07f68f155c3..65754ab089e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-10-06 Glenn Morris + * 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): diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 3151ce145de..7e7a737549f 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -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