Mercurial > hg > xemacs-beta
comparison lisp/packages/time.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 ;;; time.el --- display time and load in mode line of Emacs. | 1 ;;; time.el --- display time and load in mode line of Emacs. |
2 | 2 |
3 ;; Copyright (C) 1985, 1986, 1987, 1992-1994 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1985, 86, 87, 93, 94, 1996 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Maintainer: FSF | 5 ;; Maintainer: FSF |
6 ;; Keywords: extensions | |
7 | 6 |
8 ;; This file is part of XEmacs. | 7 ;; This file is part of XEmacs. |
9 | 8 |
10 ;; XEmacs is free software; you can redistribute it and/or modify it | 9 ;; XEmacs is free software; you can redistribute it and/or modify it |
11 ;; under the terms of the GNU General Public License as published by | 10 ;; under the terms of the GNU General Public License as published by |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
18 ;; General Public License for more details. | 17 ;; General Public License for more details. |
19 | 18 |
20 ;; You should have received a copy of the GNU General Public License | 19 ;; You should have received a copy of the GNU General Public License |
21 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 20 ;; along with XEmacs; see the file COPYING. If not, write to the Free |
22 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
23 | 22 ;; 02111-1307, USA. |
24 ;;; Synched up with: FSF 19.30. | 23 |
24 ;;; Synched up with: Not synched with FSF. | |
25 | 25 |
26 ;;; Commentary: | 26 ;;; Commentary: |
27 | 27 |
28 ;;; Facilities to display current time/date and a new-mail indicator | 28 ;; Facilities to display current time/date and a new-mail indicator |
29 ;;; in the Emacs mode line. The single entry point is `display-time'. | 29 ;; in the Emacs mode line. The single entry point is `display-time'. |
30 | 30 |
31 ;;; See also reportmail.el. | 31 ;; See also reportmail.el. |
32 ;;; This uses the XEmacs timeout-event mechanism, via a version | 32 ;; This uses the XEmacs timeout-event mechanism, via a version |
33 ;;; of Kyle Jones' itimer package. | 33 ;; of Kyle Jones' itimer package. |
34 | 34 |
35 ;;; Code: | 35 ;;; Code: |
36 | 36 |
37 (require 'itimer) | 37 (require 'itimer) |
38 | 38 |