]> git.eshelyaron.com Git - emacs.git/commitdiff
Turn on byte-compile-dynamic.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 22:56:40 +0000 (22:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 22:56:40 +0000 (22:56 +0000)
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-seq.el
lisp/emacs-lisp/cl.el

index 5873590d521c8006a7b449ec4283f34001bbae2d..2402d799108d2f2d66f6ce864e28a37fd20936c5 100644 (file)
@@ -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.
 
index 25c897ac5f6d281c51a5a2b939d8f83b9e1721e9..aa8b9070e67b1b159f97cfc321186723a1f3f3de 100644 (file)
@@ -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.
 
index 895eac8c4609d82033fa75cffd1d60de89f71073..eaac88a4e224dafd30036e154ea24c8f4fa58064 100644 (file)
@@ -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.
 
index 6f115f4c4e7c7064ee2742b7d43e70ace5c4a908..29ec602f23103e0aedf1e1bb9984db11f93a343b 100644 (file)
@@ -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.