comparison lisp/calendar/cal-x.el @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 95d0cdf160ea 345c5cf4990e
children f55f9811f5d7
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
28 28
29 ;;; Commentary: 29 ;;; Commentary:
30 30
31 ;; This collection of functions implements dedicated frames in X for 31 ;; This collection of functions implements dedicated frames in X for
32 ;; calendar.el. 32 ;; calendar.el.
33
34 ;; Comments, corrections, and improvements should be sent to
35 ;; Edward M. Reingold Department of Computer Science
36 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
37 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
38 ;; Urbana, Illinois 61801
39 33
40 ;;; Code: 34 ;;; Code:
41 35
42 (require 'calendar) 36 (require 'calendar)
43 37