comparison lisp/emacs-lisp/cl-macs.el @ 7942:bc5dccc5375f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 1994 20:04:22 +0000
parents 691a28818487
children ac7375e60931
comparison
equal deleted inserted replaced
7941:849b6e20bfd7 7942:bc5dccc5375f
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 24
25 ;; Commentary: 25 ;;; Commentary:
26 26
27 ;; These are extensions to Emacs Lisp that provide a degree of 27 ;; These are extensions to Emacs Lisp that provide a degree of
28 ;; Common Lisp compatibility, beyond what is already built-in 28 ;; Common Lisp compatibility, beyond what is already built-in
29 ;; in Emacs Lisp. 29 ;; in Emacs Lisp.
30 ;; 30 ;;
41 ;; necessary for executing compiled code. 41 ;; necessary for executing compiled code.
42 42
43 ;; See cl.el for Change Log. 43 ;; See cl.el for Change Log.
44 44
45 45
46 ;; Code: 46 ;;; Code:
47 47
48 (or (memq 'cl-19 features) 48 (or (memq 'cl-19 features)
49 (error "Tried to load `cl-macs' before `cl'!")) 49 (error "Tried to load `cl-macs' before `cl'!"))
50 50
51 51