# HG changeset patch # User Richard M. Stallman # Date 841618600 0 # Node ID a74507d555bac7d1b4ea958cc481930937425f65 # Parent bfe1d6597f08d6109a1777bcdcf4e35241b7c207 Turn on byte-compile-dynamic. diff -r bfe1d6597f08 -r a74507d555ba lisp/emacs-lisp/cl-extra.el --- 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. diff -r bfe1d6597f08 -r a74507d555ba lisp/emacs-lisp/cl-macs.el --- 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. diff -r bfe1d6597f08 -r a74507d555ba lisp/emacs-lisp/cl-seq.el --- 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. diff -r bfe1d6597f08 -r a74507d555ba lisp/emacs-lisp/cl.el --- 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.