Comment change.

This commit is contained in:
Richard M. Stallman 1995-10-30 17:35:01 +00:00
parent ad837797de
commit be01074898
54 changed files with 161 additions and 173 deletions

View file

@ -1,12 +1,11 @@
;;; New backquote for GNU Emacs.
;;; backquote.el -- implement the ` Lisp construct
;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
;; Author: Rick Sladkey <jrs@world.std.com>
;; Maintainer: FSF
;; Keywords: extensions, internal
;; This file is not part of GNU Emacs but is distributed under
;; the same conditions as GNU Emacs.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -22,19 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; This is a new backquote for GNU Emacs written by
;; Rick Sladkey <jrs@world.std.com>. It has the following
;; features compared to the version 18 backquote:
;; Correctly handles nested backquotes.
;; Correctly handles constants after a splice.
;; Correctly handles top-level atoms and unquotes.
;; Correctly handles unquote after dot.
;; Understands vectors.
;; Minimizes gratuitous consing.
;; Faster operation with simpler semantics.
;; Generates faster run-time expressions.
;; One third fewer calories than our regular beer.
;;; Commentary:
;; This backquote will generate calls to the backquote-list* form.
;; Both a function version and a macro version are included.

View file

@ -1,4 +1,4 @@
;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;; Copyright (C) 1993 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two)
;;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two)
;; Copyright (C) 1993 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four)
;;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four)
;; Copyright (C) 1993 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three)
;;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three)
;; Copyright (C) 1993 Free Software Foundation, Inc.

View file

@ -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/04/05 20:52:43 $|1.1|
;; |$Date: 1995/04/19 00:47:42 $|1.1|
;; This file is part of GNU Emacs.

View file

@ -1,4 +1,4 @@
;; cl.el --- Common Lisp extensions for GNU Emacs Lisp
;;; cl.el --- Common Lisp extensions for GNU Emacs Lisp
;; Copyright (C) 1993 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;; pp.el --- pretty printer for Emacs Lisp
;;; pp.el --- pretty printer for Emacs Lisp
;; Copyright (C) 1989, 1993 Free Software Foundation, Inc.
;; Author: Randal Schwartz <merlyn@ora.com>