Mercurial > emacs
changeset 16057:a74507d555ba
Turn on byte-compile-dynamic.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Sep 1996 22:56:40 +0000 |
parents | bfe1d6597f08 |
children | 924aeb9ed7c3 |
files | lisp/emacs-lisp/cl-extra.el lisp/emacs-lisp/cl-macs.el lisp/emacs-lisp/cl-seq.el lisp/emacs-lisp/cl.el |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-extra.el Sun Sep 01 22:44:57 1996 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Sun Sep 01 22:56:40 1996 +0000 @@ -1,4 +1,4 @@ -;;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two) +;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl-macs.el Sun Sep 01 22:44:57 1996 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Sun Sep 01 22:56:40 1996 +0000 @@ -1,4 +1,4 @@ -;;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four) +;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl-seq.el Sun Sep 01 22:44:57 1996 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Sun Sep 01 22:56:40 1996 +0000 @@ -1,4 +1,4 @@ -;;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three) +;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl.el Sun Sep 01 22:44:57 1996 +0000 +++ b/lisp/emacs-lisp/cl.el Sun Sep 01 22:56:40 1996 +0000 @@ -1,4 +1,4 @@ -;;; cl.el --- Common Lisp extensions for GNU Emacs Lisp +;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*- ;; Copyright (C) 1993 Free Software Foundation, Inc.