]> git.eshelyaron.com Git - emacs.git/commitdiff
* timeclock.el (timeclock-modeline-display): Add missing obsolete alias
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2012 20:05:39 +0000 (13:05 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2012 20:05:39 +0000 (13:05 -0700)
lisp/ChangeLog
lisp/calendar/timeclock.el

index 07f68f155c32b089cd859415adc23259ac589d7f..65754ab089eb9fc46e33bf239e939beaef5d892b 100644 (file)
@@ -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):
index 3151ce145de60d9510214e94bcbf3e27f530a842..7e7a737549fbb30756025b775d4b296cba905f7b 100644 (file)
@@ -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