Mercurial > hg > xemacs-beta
diff lisp/calendar/appt.el @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | 7d55a9ba150c |
children | 34a5b81f86ba |
line wrap: on
line diff
--- a/lisp/calendar/appt.el Mon Aug 13 09:26:04 2007 +0200 +++ b/lisp/calendar/appt.el Mon Aug 13 09:26:39 2007 +0200 @@ -715,10 +715,10 @@ ;; we're about to redefine it... (fset 'old-display-time-filter (symbol-function old-fn)) (fset old-fn - '(lambda (&rest args) ;; ...here's the revised definition - "Revised version of the original function: this version calls a hook." - (apply 'old-display-time-filter args) - (run-hooks 'display-time-hook))))) + (lambda (&rest args) ;; ...here's the revised definition + "Revised version of the original function: this version calls a hook." + (apply 'old-display-time-filter args) + (run-hooks 'display-time-hook))))) (setq display-time-hook-installed t) (if (fboundp 'add-hook) (add-hook 'display-time-hook 'appt-check)