*** empty log message ***
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 15 Jul 1992 21:31:44 +0000 (21:31 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 15 Jul 1992 21:31:44 +0000 (21:31 +0000)
lisp/play/spook.el
lisp/play/studly.el
lisp/server.el
lisp/shell.el
lisp/startup.el
lisp/subr.el
lisp/superyank.el
lisp/textmodes/scribe.el
lisp/textmodes/spell.el

index 890441f..98b22fc 100644 (file)
@@ -1,5 +1,8 @@
 ;;; spook.el --- spook phrase utility for overloading the NSA line eater
 
+;;; Maintainer: FSF
+;;; Last-modified: 05 Dec 1991
+
 ;; Copyright (C) 1988 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +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.
 
+;;; Commentary:
 
 ; Steve Strassmann (straz@media-lab.media.mit.edu) didn't write
 ; this, and even if he did, he really didn't mean for you to use it
@@ -36,6 +40,8 @@
 ;  give your message that extra bit of attractiveness for automated
 ;  keyword scanners.
 
+;;; Code:
+
 ; Variables
 (defvar spook-phrases-file (concat data-directory "spook.lines")
    "Keep your favorite phrases here.")
index 6d97a31..704efe9 100644 (file)
@@ -1,7 +1,12 @@
 ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx)
+
+;; Maintainer: FSF
+
 ;;; This is in the public domain, since it was distributed
 ;;; by its author without a copyright notice in 1986.
 
+;;; Code:
+
 (defun studlify-region (begin end)
   "Studlify-case the region"
   (interactive "*r")
index 9273064..8aaa836 100644 (file)
@@ -1,9 +1,12 @@
 ;;; server.el --- Lisp code for GNU Emacs running as server process.
 
-;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
-;; Author William Sommerfeld, wesommer@athena.mit.edu.
+;; Author: William Sommerfeld <wesommer@athena.mit.edu>
+;; Last-Modified: 5 Dec 1991
+
 ;; Changes by peck@sun.com and by rms.
 
+;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -20,6 +23,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
 
 ;;; This Lisp code is run in Emacs when it is to operate as
 ;;; a server for other processes.
@@ -66,6 +70,8 @@
 ;;; the clients who are waiting for this buffer to be edited.  
 ;;; The global variable "server-clients" lists all the waiting clients,
 ;;; and which files are yet to be edited for each.
+
+;;; Code:
 \f
 (defvar server-program "emacsserver"
   "*The program to use as the edit server")
index 0473d36..3279c1d 100644 (file)
@@ -1,5 +1,8 @@
 ;;; shell.el --- general command interpreter in a window stuff
 
+;; Author: Olin Shivers <shivers@cs.cmu.edu>
+;; Last-Modified: 16 Mar 1992
+
 ;;; Copyright Olin Shivers (1988).
 
 ;;; This file is part of GNU Emacs.
@@ -18,6 +21,8 @@
 ;;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
 ;;; The changelog is at the end of file.
 
 ;;; Please send me bug reports, bug fixes, and extensions, so that I can
@@ -44,7 +49,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.
 ;;; ===========================================================================
 ;;; 
 
+;;; Code:
+
+(require 'comint)
+
 ;;;###autoload
 (defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *"
   "Regexp to match prompts in the inferior shell.
index 43d3e3c..e8896ea 100644 (file)
@@ -1,5 +1,8 @@
 ;;; startup.el --- process Emacs shell arguments
 
+;; Maintainer: FSF
+;; Last-Modified: 9 Jul 1992
+
 ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +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.
 
+;;; Commentary:
 
 ; These are processed only at the beginning of the argument list.
 ; -batch               execute noninteractively (messages go to stdout,
@@ -48,6 +52,8 @@
 ; file                 visit file
 ; -kill                        kill (exit) emacs
 
+;;; Code:
+
 (setq top-level '(normal-top-level))
 
 (defvar command-line-processed nil "t once command line has been processed")
index ecb119c..9941fd7 100644 (file)
@@ -1,4 +1,8 @@
 ;;; subr.el --- basic lisp subroutines for Emacs
+
+;; Maintainer: FSF
+;; Last-Modified: 12 Aug 1991
+
 ;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,6 +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.
 
+;;; Code:
 
 (defun one-window-p (&optional nomini)
   "Returns non-nil if there is only one window.
@@ -351,3 +356,5 @@ and then modifies one entry in it."
 instead of having to write (function (lambda ...)) or '(lambda ...), the
 latter of which won't get byte-compiled."
   (` (function (lambda (,@ cdr)))))
+
+;;; subr.el ends here
index 6c4f0a0..9746b22 100644 (file)
@@ -1,4 +1,11 @@
-;;; superyank.el --- smart message-yanking code for GNUS (Version 1.1)
+;;; superyank.el --- smart message-yanking code for GNUS
+
+;; Author: Barry A. Warsaw <warsaw@cme.nist.gov>
+;; Version: 1.1
+;; Last-Modified: 15 Jul 1992
+;; Adapted-By: ESR
+
+;;; Commentary:
 
 ;; Inserts the message being replied to with various user controlled
 ;; citation styles.
@@ -83,6 +90,9 @@
 ;; 2) reparse nested citations to try to recast as non-nested citations
 ;;    perhaps by checking the References: line
 ;;
+
+;;; Code:
+
 ;; ======================================================================
 ;;
 ;; require and provide features
index 7cc1bc2..d722989 100644 (file)
@@ -1,5 +1,8 @@
 ;;; scribe.el --- scribe mode, and its idiosyncratic commands.
 
+;; Maintainer: FSF
+;; Last-Modified: 9 May 1991
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file might become part of GNU Emacs.
@@ -18,6 +21,7 @@
 ;; It should be in a file named COPYING.  Among other things, the
 ;; copyright notice and this notice must be preserved on all copies.
 
+;;; Code:
 
 (defvar scribe-mode-syntax-table nil
   "Syntax table used while in scribe mode.")
index 85adb6b..63ef847 100644 (file)
@@ -1,5 +1,8 @@
 ;;; spell.el --- spelling correction interface for Emacs.
 
+;; Maintainer: FSF
+;; Last-Modified: 9 May 1991
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +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.
 
+;;; Code:
 
 (defvar spell-command "spell"
   "*Command to run the spell program.")