diff options
author | Daniel LaLiberte <liberte@gnu.org> | 1994-04-05 20:52:43 +0000 |
---|---|---|
committer | Daniel LaLiberte <liberte@gnu.org> | 1994-04-05 20:52:43 +0000 |
commit | 22e8f7199482cec148a3c100280223d096ae549e (patch) | |
tree | 4b016eae4dec9ab1501bbf20b9e12eb39282db63 /lisp/emacs-lisp | |
parent | a5ca328aaeed5feb3bc23ab85ef1733033f24348 (diff) | |
download | emacs-22e8f7199482cec148a3c100280223d096ae549e.tar.gz emacs-22e8f7199482cec148a3c100280223d096ae549e.tar.bz2 emacs-22e8f7199482cec148a3c100280223d096ae549e.zip |
ucomment fix
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-specs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index c2fe5925374..37791862ea6 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 ;; Copyright (C) 1993 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> @@ -7,7 +7,7 @@ ;; LCD Archive Entry: ;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu ;; |Edebug specs for cl.el -;; |$Date: 1994/02/21 21:26:33 $|$Revision: 1.1 $|~/modes/cl-specs.el| +;; |$Date: 1994/03/23 22:09:57 $|1.1| ;; This file is part of GNU Emacs. |