summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-specs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-01 17:06:54 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-01 17:06:54 +0000
commit0a10297a064822f10484f3c08d03f18b3fd5a3e4 (patch)
tree041f2f2e0192833acc880146df4150836fd2fb95 /lisp/emacs-lisp/cl-specs.el
parentc9cf2e67e84e9734dc42e558795b1e4910523908 (diff)
downloademacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.gz
emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.bz2
emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.zip
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/emacs-lisp/cl-specs.el')
-rw-r--r--lisp/emacs-lisp/cl-specs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index 94af9c988ba..d22127c3dee 100644
--- a/lisp/emacs-lisp/cl-specs.el
+++ b/lisp/emacs-lisp/cl-specs.el
@@ -1,4 +1,4 @@
-;;; cl-specs.el --- Edebug specs for cl.el
+;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
@@ -7,7 +7,7 @@
;; LCD Archive Entry:
;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org
;; |Edebug specs for cl.el
-;; |$Date: 2000/08/15 12:39:03 $|1.1|
+;; |$Date: 2001/07/16 12:22:59 $|1.1|
;; This file is part of GNU Emacs.