Mercurial > emacs
comparison lisp/emacs-lisp/cl-specs.el @ 47726:33d53d287ee4
Add "no-byte-compile: t" in first line.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 01 Oct 2002 17:06:54 +0000 |
parents | b174db545cfd |
children | 0d8b17d428b5 |
comparison
equal
deleted
inserted
replaced
47725:2cf6194833de | 47726:33d53d287ee4 |
---|---|
1 ;;; cl-specs.el --- Edebug specs for cl.el | 1 ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*- |
2 | 2 |
3 ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1993 Free Software Foundation, Inc. |
4 ;; Author: Daniel LaLiberte <liberte@holonexus.org> | 4 ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
5 ;; Keywords: lisp, tools, maint | 5 ;; Keywords: lisp, tools, maint |
6 | 6 |
7 ;; LCD Archive Entry: | 7 ;; LCD Archive Entry: |
8 ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org | 8 ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org |
9 ;; |Edebug specs for cl.el | 9 ;; |Edebug specs for cl.el |
10 ;; |$Date: 2000/08/15 12:39:03 $|1.1| | 10 ;; |$Date: 2001/07/16 12:22:59 $|1.1| |
11 | 11 |
12 ;; This file is part of GNU Emacs. | 12 ;; This file is part of GNU Emacs. |
13 | 13 |
14 ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 ;; GNU Emacs is free software; you can redistribute it and/or modify |
15 ;; it under the terms of the GNU General Public License as published by | 15 ;; it under the terms of the GNU General Public License as published by |