comparison lisp/calendar/calendar.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 96d81534d210
children 0d4ff7e4d6a3
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; calendar.el --- Calendar functions. -*-byte-compile-dynamic: t;-*- 1 ;;; calendar.el --- Calendar functions.
2 2
3 ;;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995 Free Software 3 ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995 Free
4 ;;; Foundation, Inc. 4 ;; Software Foundation, Inc.
5 5
6 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> 6 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
7 ;; Keywords: calendar 7 ;; Keywords: calendar
8 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays 8 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
9 9
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
21 21
22 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;; This collection of functions implements a calendar window. It generates a 29 ;; This collection of functions implements a calendar window. It generates a
29 ;; calendar for the current month, together with the previous and coming 30 ;; calendar for the current month, together with the previous and coming
2315 2316
2316 (run-hooks 'calendar-load-hook) 2317 (run-hooks 'calendar-load-hook)
2317 2318
2318 (provide 'calendar) 2319 (provide 'calendar)
2319 2320
2321 ;;; Local variables:
2322 ;;; byte-compile-dynamic: t
2323 ;;; End:
2324
2320 ;;; calendar.el ends here 2325 ;;; calendar.el ends here