aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-07-16 19:23:43 +0000
committerEric S. Raymond <[email protected]>1992-07-16 19:23:43 +0000
commit0716883099912b79e0c4717a78db67677539aee5 (patch)
treef76ea31828f4e95f632e4e34eb9d23444565c6e4 /lisp
parente7308e06764687f370e1d5adf81269bbcec1f2ab (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cl.el16
-rw-r--r--lisp/cmuscheme.el2
-rw-r--r--lisp/progmodes/cplus-md.el14
-rw-r--r--lisp/progmodes/inf-lisp.el10
4 files changed, 33 insertions, 9 deletions
diff --git a/lisp/cl.el b/lisp/cl.el
index 1ff7024c13..66105d46c8 100644
--- a/lisp/cl.el
+++ b/lisp/cl.el
@@ -1,5 +1,11 @@
;;; cl.el --- Common-Lisp extensions for GNU Emacs Lisp.
+;; Author: Cesar Quiroz <[email protected]>
+;; Last-Modified: 16 Mar 1992
+;; Keywords: extensions
+
+(defvar cl-version "2.0 beta 29 October 1989")
+
;; Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -19,7 +25,8 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
-;;;;
+;;; Commentary:
+
;;;; These are extensions to Emacs Lisp that provide some form of
;;;; Common Lisp compatibility, beyond what is already built-in
;;;; in Emacs Lisp.
@@ -41,11 +48,6 @@
;;;; the files are concatenated together one cannot ensure that
;;;; declaration always precedes use.
;;;;
-;;;; Bug reports, suggestions and comments,
-
-(defvar cl-version "2.0 beta 29 October 1989")
-
;;;; GLOBAL
;;;; This file provides utilities and declarations that are global
@@ -61,6 +63,8 @@
;;; use here anything but plain Emacs Lisp! There is a neater recursive form
;;; for the algorithm that deals with the bodies.
+;;; Code:
+
(defmacro psetq (&rest body)
"(psetq {var value }...) => nil
Like setq, but all the values are computed before any assignment is made."
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index 22f4333f78..abf8f467fb 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -1,6 +1,6 @@
;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el.
-;; Maintainer: Olin Shivers <[email protected]>
+;; Author: Olin Shivers <[email protected]>
;; Last-Modified: 16 Mar 1992
;;; Copyright Olin Shivers (1988)
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el
index 1de2e826c3..57c4f7448f 100644
--- a/lisp/progmodes/cplus-md.el
+++ b/lisp/progmodes/cplus-md.el
@@ -1,10 +1,20 @@
;;; c++-mode.el --- C++ code editing commands for Emacs
+;; Author: Dave Detlefs <[email protected]>
+;; Stewart Clamen <[email protected]>
+;; Maintainer: Dave Detlefs <[email protected]>
+;; Last-Modified: 09 May 1991
+;; Keywords: c
+
+;;; Commentary:
+
;; 1987 Dave Detlefs ([email protected])
;; and Stewart Clamen ([email protected]).
;; Done by fairly faithful modification of:
;; c-mode.el, Copyright (C) 1985 Richard M. Stallman.
-;;
+
+;;; Change Log:
+
;; Feb, 1990 (Dave Detlefs, [email protected])
;; Fixed electric-c++-terminator to handle double colons, at the
;; request of John Hagerman.
@@ -70,6 +80,8 @@
;;
;; August 1987: incorporated changes done by Glen Ditchfield of Waterloo.
+;;; Code:
+
(defvar c++-mode-abbrev-table nil
"Abbrev table used in C++ mode.")
(define-abbrev-table 'c++-mode-abbrev-table ())
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 11fc14af06..58a31b35a1 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -1,11 +1,16 @@
;;; cmulisp.el --- improved version of standard inferior-lisp mode
+;; Author: Olin Shivers <[email protected]>
+;; Last-Modified: 16 Jul 1993
+
;;; Copyright Olin Shivers (1988).
;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
;;; notice appearing here to the effect that you may use this code any
;;; way you like, as long as you don't charge money for it, remove this
;;; notice, or hold me liable for its results.
+;;; Commentary:
+
;;; This replaces the standard inferior-lisp mode.
;;; Hacked from tea.el by Olin Shivers ([email protected]). 8/88
;;; Please send me bug reports, bug fixes, and extensions, so that I can
@@ -48,7 +53,6 @@
;;; Maybe I should ensure the process mark is in the window when I send
;;; text to the process? Switch selectable?
-(require 'comint)
;; YOUR .EMACS FILE
;;=============================================================================
;; Some suggestions for your .emacs file.
@@ -125,6 +129,10 @@
;;; source by lisp-load/compile-file.
;;; Read the rest of this file for more information.
+
+;;; Code:
+
+(require 'comint)
(defvar cmulisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'"
"*What not to save on inferior Lisp's input history