emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/battery.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/battery.el
Date: Mon, 04 Apr 2005 04:53:16 -0400

Index: emacs/lisp/battery.el
diff -c emacs/lisp/battery.el:1.24 emacs/lisp/battery.el:1.25
*** emacs/lisp/battery.el:1.24  Tue Jan  4 21:15:08 2005
--- emacs/lisp/battery.el       Mon Apr  4 08:53:15 2005
***************
*** 114,120 ****
  `battery-mode-line-format' and `battery-status-function'.
  The mode line will be updated automatically every `battery-update-interval'
  seconds."
!   :global t
    (setq battery-mode-line-string "")
    (or global-mode-string (setq global-mode-string '("")))
    (and battery-update-timer (cancel-timer battery-update-timer))
--- 114,120 ----
  `battery-mode-line-format' and `battery-status-function'.
  The mode line will be updated automatically every `battery-update-interval'
  seconds."
!   :global t :group 'battery
    (setq battery-mode-line-string "")
    (or global-mode-string (setq global-mode-string '("")))
    (and battery-update-timer (cancel-timer battery-update-timer))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]