diff options
| author | Eric S. Raymond | 1992-07-15 23:29:10 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-15 23:29:10 +0000 |
| commit | 4821e2af02e05e24dd06989e389e8ed6d5b2e934 (patch) | |
| tree | 3d04612a47f67299071496c2e01ca8570af584a8 | |
| parent | 4f4b8effc3d583cdddb29213b89bd34756c9fecd (diff) | |
| download | emacs-4821e2af02e05e24dd06989e389e8ed6d5b2e934.tar.gz emacs-4821e2af02e05e24dd06989e389e8ed6d5b2e934.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/emacs-lisp/profile.el | 14 | ||||
| -rw-r--r-- | lisp/emulation/vi.el | 2 | ||||
| -rw-r--r-- | lisp/mail/rfc822.el | 7 | ||||
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 11 | ||||
| -rw-r--r-- | lisp/rect.el | 4 | ||||
| -rw-r--r-- | lisp/register.el | 4 | ||||
| -rw-r--r-- | lisp/replace.el | 2 | ||||
| -rw-r--r-- | lisp/startup.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/nroff-mode.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 4 | ||||
| -rw-r--r-- | lisp/textmodes/scribe.el | 2 |
11 files changed, 47 insertions, 11 deletions
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index 1ce056f9123..cdeb8d76f04 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | ;;; profile.el -- generate run time measurements of elisp functions | 1 | ;;; profile.el -- generate run time measurements of elisp functions |
| 2 | ;;; | 2 | |
| 3 | ;;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 3 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 4 | ;;; Created: Feb. 7, 1992 | 4 | ;; Created: 7 Feb 1992 |
| 5 | ;;; Last Modified: Feb. 7, 1992 | 5 | ;; Last-Modified: 7 Feb 1992 |
| 6 | ;;; Version: 1.0 | 6 | ;; Version: 1.0 |
| 7 | ;; Adapted-By: ESR | ||
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 9 | ;; Copyright (C) 1992 Free Software Foundation, Inc. |
| 9 | 10 | ||
| @@ -23,6 +24,7 @@ | |||
| 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 24 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 24 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 25 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 25 | 26 | ||
| 27 | ;;; Commentary: | ||
| 26 | 28 | ||
| 27 | ; DESCRIPTION: | 29 | ; DESCRIPTION: |
| 28 | ; ------------ | 30 | ; ------------ |
| @@ -131,6 +133,8 @@ | |||
| 131 | ;} | 133 | ;} |
| 132 | ; -------- end of clip ---------------- | 134 | ; -------- end of clip ---------------- |
| 133 | 135 | ||
| 136 | ;;; Code: | ||
| 137 | |||
| 134 | ;;; | 138 | ;;; |
| 135 | ;;; User modifiable VARIABLES | 139 | ;;; User modifiable VARIABLES |
| 136 | ;;; | 140 | ;;; |
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index 29012755a4d..fd85e749906 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Neal Ziring <nz@rsch.wisc.edu> | 3 | ;; Author: Neal Ziring <nz@rsch.wisc.edu> |
| 4 | ;; Felix S. T. Wu <wu@crys.wisc.edu> | 4 | ;; Felix S. T. Wu <wu@crys.wisc.edu> |
| 5 | ;; Last-Modified: 7 Jan 1987 | 5 | ;; Last-Modified: 07 Jan 1987 |
| 6 | 6 | ||
| 7 | ;;; Commentary: | 7 | ;;; Commentary: |
| 8 | 8 | ||
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 2a67e4e69bb..b6550005f0f 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike | 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike |
| 2 | 2 | ||
| 3 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | ||
| 4 | ;; Maintainer: FSF | ||
| 5 | ;; Last-Modified: 26 Nov 1990 | ||
| 6 | |||
| 3 | ;; Copyright (C) 1986-1990 Free Software Foundation, Inc. | 7 | ;; Copyright (C) 1986-1990 Free Software Foundation, Inc. |
| 4 | ;; Author Richard Mlynarik. | ||
| 5 | 8 | ||
| 6 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 7 | 10 | ||
| @@ -19,6 +22,8 @@ | |||
| 19 | ;; 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 |
| 20 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 23 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 21 | 24 | ||
| 25 | ;;; Code: | ||
| 26 | |||
| 22 | ;; uses address-start free, throws to address | 27 | ;; uses address-start free, throws to address |
| 23 | (defun rfc822-bad-address (reason) | 28 | (defun rfc822-bad-address (reason) |
| 24 | (save-restriction | 29 | (save-restriction |
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index cb6195dec3b..250a5622bab 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -1,4 +1,10 @@ | |||
| 1 | ;; Perl code editing commands for GNU Emacs | 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs |
| 2 | |||
| 3 | ;; Author: William F. Mann | ||
| 4 | ;; Maintainer: FSF | ||
| 5 | ;; Last-Modified: 21 Dec 1991 | ||
| 6 | ;; Adapted-By: ESR | ||
| 7 | |||
| 2 | ;; Copyright (C) 1990 William F. Mann | 8 | ;; Copyright (C) 1990 William F. Mann |
| 3 | ;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the | 9 | ;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the |
| 4 | ;; Free Software Foundation, under terms of its General Public License. | 10 | ;; Free Software Foundation, under terms of its General Public License. |
| @@ -21,6 +27,8 @@ | |||
| 21 | ;; file named COPYING. Among other things, the copyright notice | 27 | ;; file named COPYING. Among other things, the copyright notice |
| 22 | ;; and this notice must be preserved on all copies. | 28 | ;; and this notice must be preserved on all copies. |
| 23 | 29 | ||
| 30 | ;;; Commentary: | ||
| 31 | |||
| 24 | ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode") | 32 | ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode") |
| 25 | ;; to your .emacs file and change the first line of your perl script to: | 33 | ;; to your .emacs file and change the first line of your perl script to: |
| 26 | ;; #!/usr/bin/perl -- # -*-Perl-*- | 34 | ;; #!/usr/bin/perl -- # -*-Perl-*- |
| @@ -89,6 +97,7 @@ | |||
| 89 | ;; [$DB'line#' | 97 | ;; [$DB'line#' |
| 90 | ;; ] =~ s/;9$//; | 98 | ;; ] =~ s/;9$//; |
| 91 | 99 | ||
| 100 | ;;; Code: | ||
| 92 | 101 | ||
| 93 | (defvar perl-mode-abbrev-table nil | 102 | (defvar perl-mode-abbrev-table nil |
| 94 | "Abbrev table in use in perl-mode buffers.") | 103 | "Abbrev table in use in perl-mode buffers.") |
diff --git a/lisp/rect.el b/lisp/rect.el index 343143e10cb..163f1c162ed 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | ;;; rect.el --- rectangle functions for GNU Emacs. | 1 | ;;; rect.el --- rectangle functions for GNU Emacs. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 9 May 1991 | ||
| 5 | |||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. |
| 4 | 7 | ||
| 5 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| @@ -18,6 +21,7 @@ | |||
| 18 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 20 | 23 | ||
| 24 | ;;; Code: | ||
| 21 | 25 | ||
| 22 | (defun operate-on-rectangle (function start end coerce-tabs) | 26 | (defun operate-on-rectangle (function start end coerce-tabs) |
| 23 | "Call FUNCTION for each line of rectangle with corners at START, END. | 27 | "Call FUNCTION for each line of rectangle with corners at START, END. |
diff --git a/lisp/register.el b/lisp/register.el index abf5d97d656..d1870d95bee 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | ;;; register.el --- register commands for Emacs. | 1 | ;;; register.el --- register commands for Emacs. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 9 Jul 1992 | ||
| 5 | |||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. |
| 4 | 7 | ||
| 5 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| @@ -18,6 +21,7 @@ | |||
| 18 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 20 | 23 | ||
| 24 | ;;; Code: | ||
| 21 | 25 | ||
| 22 | (defvar register-alist nil | 26 | (defvar register-alist nil |
| 23 | "Alist of elements (NAME . CONTENTS), one for each Emacs register. | 27 | "Alist of elements (NAME . CONTENTS), one for each Emacs register. |
diff --git a/lisp/replace.el b/lisp/replace.el index 89de9f7f59b..df34fe4fabf 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; replace.el --- replace commands for Emacs. | 1 | ;;; replace.el --- replace commands for Emacs. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | 3 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 9 Jul 1992 | 4 | ;; Last-Modified: 09 Jul 1992 |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1985, 86, 87, 88, 89, 90, 91, 92 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985, 86, 87, 88, 89, 90, 91, 92 Free Software Foundation, Inc. |
| 7 | 7 | ||
diff --git a/lisp/startup.el b/lisp/startup.el index e8896ea01a9..2571f14abdf 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; startup.el --- process Emacs shell arguments | 1 | ;;; startup.el --- process Emacs shell arguments |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | 3 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 9 Jul 1992 | 4 | ;; Last-Modified: 09 Jul 1992 |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. |
| 7 | 7 | ||
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 4806273cab8..26d82a2f793 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source | 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source |
| 2 | |||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 9 May 1991 | ||
| 5 | |||
| 2 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. |
| 3 | 7 | ||
| 4 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| @@ -17,6 +21,8 @@ | |||
| 17 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 19 | 23 | ||
| 24 | ;;; Code: | ||
| 25 | |||
| 20 | (defvar nroff-mode-abbrev-table nil | 26 | (defvar nroff-mode-abbrev-table nil |
| 21 | "Abbrev table used while in nroff mode.") | 27 | "Abbrev table used while in nroff mode.") |
| 22 | 28 | ||
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 79a07781a33..09678f0d8b6 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | ;;; paragraphs.el --- paragraph and sentence parsing. | 1 | ;;; paragraphs.el --- paragraph and sentence parsing. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 13 May 1991 | ||
| 5 | |||
| 3 | ;; Copyright (C) 1985-1991 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985-1991 Free Software Foundation, Inc. |
| 4 | 7 | ||
| 5 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| @@ -18,6 +21,7 @@ | |||
| 18 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 20 | 23 | ||
| 24 | ;;; Code: | ||
| 21 | 25 | ||
| 22 | (defconst paragraph-start "^[ \t\n\f]" "\ | 26 | (defconst paragraph-start "^[ \t\n\f]" "\ |
| 23 | *Regexp for beginning of a line that starts OR separates paragraphs.") | 27 | *Regexp for beginning of a line that starts OR separates paragraphs.") |
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el index d722989ebdf..1765d91a153 100644 --- a/lisp/textmodes/scribe.el +++ b/lisp/textmodes/scribe.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands. | 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | 3 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 9 May 1991 | 4 | ;; Last-Modified: 09 May 1991 |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. |
| 7 | 7 | ||