diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-01-18 22:11:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-01-18 22:11:26 +0000 |
commit | 22e4e580bca905f41553124e05139031268c3af6 (patch) | |
tree | cd2a331e3a6d82dad4212b0b3dfdcefaac28cadb /lisp/calendar/calendar.el | |
parent | 8e8f2c4a3ce23bbb672aec275a9718ff25d4392b (diff) | |
download | emacs-22e4e580bca905f41553124e05139031268c3af6.tar.gz |
Use byte-compile-dynamic.
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index fbc176470ce..659b6610d06 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1,4 +1,4 @@ -;;; calendar.el --- Calendar functions. +;;; calendar.el --- Calendar functions. -*-byte-compile-dynamic: t;-*- ;;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994 Free Software ;;; Foundation, Inc. |