aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond1992-07-16 04:23:17 +0000
committerEric S. Raymond1992-07-16 04:23:17 +0000
commit841763034cba0e8e751fe510082babacfd83c2a5 (patch)
tree0a4e3b6170b764fcf250b62e1b78faac239cd086
parentc2c2f720d6741c3b73ce42ab035d85911d7cadec (diff)
downloademacs-841763034cba0e8e751fe510082babacfd83c2a5.tar.gz
emacs-841763034cba0e8e751fe510082babacfd83c2a5.zip
*** empty log message ***
-rw-r--r--lisp/mail/mailabbrev.el15
-rw-r--r--lisp/mail/mailpost.el21
-rw-r--r--lisp/makesum.el4
-rw-r--r--lisp/mh-e.el2
-rw-r--r--lisp/mhspool.el13
-rw-r--r--lisp/mouse.el5
-rw-r--r--lisp/netunam.el9
-rw-r--r--lisp/play/meese.el5
-rw-r--r--lisp/play/mpuz.el8
-rw-r--r--lisp/progmodes/modula2.el21
10 files changed, 73 insertions, 30 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index c21a439cf7c..e734586046c 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -1,9 +1,12 @@
1;;; mailabbrev.el --- abbrev-expansion of mail aliases.
2
3;; Author: Jamie Zawinski <jwz@lucid.com>
4;; Roland McGrath <roland@gnu.ai.mit.edu>
5;; Created: 19 Oct 90
6;; Last-Modified: 13 Jun 92
7
1;;; ??? We must get papers for this or delete it. 8;;; ??? We must get papers for this or delete it.
2;;; Abbrev-expansion of mail aliases.
3;;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. 9;;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
4;;; Created: 19 oct 90, Jamie Zawinski <jwz@lucid.com>
5;;; Modified: 5 apr 92, Roland McGrath <roland@gnu.ai.mit.edu>
6;;; Last change 13-jun-92. jwz
7 10
8;;; This file is part of GNU Emacs. 11;;; This file is part of GNU Emacs.
9 12
@@ -21,6 +24,8 @@
21;;; 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
22;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 26
27;;; Commentary:
28
24;;; This file ensures that, when the point is in a To:, CC:, BCC:, or From: 29;;; This file ensures that, when the point is in a To:, CC:, BCC:, or From:
25;;; field, word-abbrevs are defined for each of your mail aliases. These 30;;; field, word-abbrevs are defined for each of your mail aliases. These
26;;; aliases will be defined from your .mailrc file (or the file specified by 31;;; aliases will be defined from your .mailrc file (or the file specified by
@@ -140,6 +145,8 @@
140;;; - Remove the autoload of build-mail-aliases from the file sendmail.el; 145;;; - Remove the autoload of build-mail-aliases from the file sendmail.el;
141;;; - Add an autoload of define-mail-alias to loaddefs.el. 146;;; - Add an autoload of define-mail-alias to loaddefs.el.
142 147
148;;; Code:
149
143(require 'sendmail) 150(require 'sendmail)
144 151
145(defvar mail-abbrev-mailrc-file nil 152(defvar mail-abbrev-mailrc-file nil
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el
index e7825d07d37..4124c1e91ef 100644
--- a/lisp/mail/mailpost.el
+++ b/lisp/mail/mailpost.el
@@ -1,15 +1,20 @@
1;;; post.el --- RMAIL coupler to /usr/uci/post mailer 1;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer
2
3;; Author: Gary Delp <delp@huey.Udel.Edu>
4;; Maintainer: FSF
5;; Created: 13 Jan 1986
6;; Last-Modified: 30 May 1992
7
8;; This is in the public domain
9;; since Delp distributed it without a copyright notice in 1986.
10
11;;; Commentary:
2 12
3;; Yet another mail interface. this for the rmail system to provide 13;; Yet another mail interface. this for the rmail system to provide
4;; the missing sendmail interface on systems without /usr/lib/sendmail, 14;; the missing sendmail interface on systems without /usr/lib/sendmail,
5;; but with /usr/uci/post. 15;; but with /usr/uci/post.
6;; 16
7;; created by: Gary Delp <delp at huey.Udel.Edu> 17;;; Code:
8;; Mon Jan 13 14:45:12 1986
9;;
10;;
11;; This is in the public domain
12;; since Delp distributed it without a copyright notice in 1986.
13 18
14;; (setq send-mail-function 'post-mail-send-it) 19;; (setq send-mail-function 'post-mail-send-it)
15 20
diff --git a/lisp/makesum.el b/lisp/makesum.el
index 99b0452bd16..8a7445d0b7c 100644
--- a/lisp/makesum.el
+++ b/lisp/makesum.el
@@ -1,5 +1,8 @@
1;;; makesum.el --- generate key binding summary for Emacs 1;;; makesum.el --- generate key binding summary for 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;;;###autoload 26;;;###autoload
23(defun make-command-summary () 27(defun make-command-summary ()
diff --git a/lisp/mh-e.el b/lisp/mh-e.el
index d33bdf20a77..b5f741219db 100644
--- a/lisp/mh-e.el
+++ b/lisp/mh-e.el
@@ -2,12 +2,12 @@
2 2
3;; Author: James Larus <larus@ginger.berkeley.edu> 3;; Author: James Larus <larus@ginger.berkeley.edu>
4;; Version: 3.7 4;; Version: 3.7
5;; Last-Modified: 30 Jun 1992
5 6
6(defvar mh-e-RCS-id) 7(defvar mh-e-RCS-id)
7(setq mh-e-RCS-id "$Header: /var/home/larus/lib/emacs/RCS/mh-e.el,v 3.1 90/09/28 15:47:58 larus Exp Locker: larus $") 8(setq mh-e-RCS-id "$Header: /var/home/larus/lib/emacs/RCS/mh-e.el,v 3.1 90/09/28 15:47:58 larus Exp Locker: larus $")
8 9
9;;; Copyright (C) 1985-89 Free Software Foundation 10;;; Copyright (C) 1985-89 Free Software Foundation
10;;;
11 11
12;; GNU Emacs is distributed in the hope that it will be useful, 12;; GNU Emacs is distributed in the hope that it will be useful,
13;; but without any warranty. No author or distributor 13;; but without any warranty. No author or distributor
diff --git a/lisp/mhspool.el b/lisp/mhspool.el
index 49ed3379094..9b33d2e4be6 100644
--- a/lisp/mhspool.el
+++ b/lisp/mhspool.el
@@ -1,8 +1,13 @@
1;;; mhspool.el --- MH folder access using NNTP for GNU Emacs 1;;; mhspool.el --- MH folder access using NNTP for GNU Emacs
2 2
3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
4;; Maintainer: FSF
5;; Last-Modified: 16 Mar 1992
6
7;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
8
3;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. 9;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD.
4;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA 10;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
5;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
6 11
7;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
8 13
@@ -21,7 +26,7 @@
21;; file named COPYING. Among other things, the copyright notice 26;; file named COPYING. Among other things, the copyright notice
22;; and this notice must be preserved on all copies. 27;; and this notice must be preserved on all copies.
23 28
24(require 'nntp) 29;; Commentary:
25 30
26;; This package enables you to read mail or articles in MH folders, or 31;; This package enables you to read mail or articles in MH folders, or
27;; articles saved by GNUS. In any case, the file names of mail or 32;; articles saved by GNUS. In any case, the file names of mail or
@@ -34,6 +39,10 @@
34;; no way to specify hierarchical directory now.) In this case, the 39;; no way to specify hierarchical directory now.) In this case, the
35;; name of the NNTP server passed to GNUS must be `:Mail'. 40;; name of the NNTP server passed to GNUS must be `:Mail'.
36 41
42;; Code:
43
44(require 'nntp)
45
37(defvar mhspool-list-directory-switches '("-R") 46(defvar mhspool-list-directory-switches '("-R")
38 "*Switches for `nntp-request-list' to pass to `ls' for gettting file lists. 47 "*Switches for `nntp-request-list' to pass to `ls' for gettting file lists.
39One entry should appear on one line. You may need to add `-1' option.") 48One entry should appear on one line. You may need to add `-1' option.")
diff --git a/lisp/mouse.el b/lisp/mouse.el
index b0abd2f009f..dfbd4faf7a9 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1,4 +1,9 @@
1;;; mouse.el --- window system-independent mouse support. 1;;; mouse.el --- window system-independent mouse support.
2
3;; Maintainer: FSF
4;; Last-Modified: 10 Jul 1992
5;; Keywords: hardware
6
2;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc. 7;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc.
3 8
4;;; This file is part of GNU Emacs. 9;;; This file is part of GNU Emacs.
diff --git a/lisp/netunam.el b/lisp/netunam.el
index 8bfad991cd4..f6b59182839 100644
--- a/lisp/netunam.el
+++ b/lisp/netunam.el
@@ -1,5 +1,10 @@
1;;; netunam.el --- HP-UX RFA Commands 1;;; netunam.el --- HP-UX RFA Commands
2 2
3;; Author: CPH <cph@zurich.ai.mit.edu>
4;; Last-Modified: 31 Oct 1989
5
6;;; $Header: netunam.el,v 1.3 88/12/21 16:32:23 GMT cph Exp $
7
3;; Copyright (C) 1988 Free Software Foundation, Inc. 8;; Copyright (C) 1988 Free Software Foundation, Inc.
4 9
5;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
@@ -18,9 +23,7 @@
18;; along with GNU Emacs; see the file COPYING. If not, write to 23;; along with GNU Emacs; see the file COPYING. If not, write to
19;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 24;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 25
21;;; Author: cph@zurich.ai.mit.edu 26;;; Code:
22
23;;; $Header: netunam.el,v 1.3 88/12/21 16:32:23 GMT cph Exp $
24 27
25(defconst rfa-node-directory "/net/" 28(defconst rfa-node-directory "/net/"
26 "Directory in which RFA network special files are stored. 29 "Directory in which RFA network special files are stored.
diff --git a/lisp/play/meese.el b/lisp/play/meese.el
index 5bbe3b1a07b..826f977bccb 100644
--- a/lisp/play/meese.el
+++ b/lisp/play/meese.el
@@ -1,4 +1,7 @@
1;; meese.el --- protect the impressionable young minds of America...NOT! 1;; meese.el --- protect the impressionable young minds of America
2
3;; Maintainer: FSF
4;; Last-Modified: 20 May 1988
2 5
3(defun protect-innocence-hook () 6(defun protect-innocence-hook ()
4 (if (and (equal (file-name-nondirectory buffer-file-name) "sex.6") 7 (if (and (equal (file-name-nondirectory buffer-file-name) "sex.6")
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index 01b44c1d356..4460c9d67b5 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -1,7 +1,9 @@
1;;; mpuz.el --- multiplication puzzle for GNU Emacs 1;;; mpuz.el --- multiplication puzzle for GNU Emacs
2 2
3;;; by Philippe Schnoebelen <phs@lifia.imag.fr> 3;; Author: Philippe Schnoebelen <phs@lifia.imag.fr>
4;;; Last modified on 11 Nov 1990 4;; Last-Modified: 11 Nov 1990
5;; Keywords: games
6
5;;; Copyright (C) 1990 Free Software Foundation, Inc. 7;;; Copyright (C) 1990 Free Software Foundation, Inc.
6 8
7;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
@@ -21,6 +23,8 @@
21;; file named COPYING. Among other things, the copyright notice 23;; file named COPYING. Among other things, the copyright notice
22;; and this notice must be preserved on all copies. 24;; and this notice must be preserved on all copies.
23 25
26;;; Code:
27
24(random t) ; randomize 28(random t) ; randomize
25 29
26(defun mpuz-random (n) 30(defun mpuz-random (n)
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el
index 51d55d8eb4a..d9a23860f66 100644
--- a/lisp/progmodes/modula2.el
+++ b/lisp/progmodes/modula2.el
@@ -1,16 +1,19 @@
1;;;
2;;; modula2.el --- Modula-2 editing support package 1;;; modula2.el --- Modula-2 editing support package
3;; The authors distributed this in without a copyright notice
4;; back in 1988, so it is in the public domain.
5 2
6; Author Mick Jordan 3;; Author: Michael Schmidt <michael@pbinfo.UUCP>
7; amended Peter Robinson 4;; Tom Perrine <Perrin@LOGICON.ARPA>
8; ported to GNU Michael Schmidt 5;; Last-Modified: 30 May 1992
9;;;From: "Michael Schmidt" <michael@pbinfo.UUCP>
10;;;Modified by Tom Perrine <Perrin@LOGICON.ARPA> (TEP)
11 6
7;; The authors distributed this without a copyright notice
8;; back in 1988, so it is in the public domain. The original included
9;; the following credit:
12 10
13;;; Added by TEP 11;; Author Mick Jordan
12;; amended Peter Robinson
13
14;;; Code:
15
16;;; Added by Tom Perrine (TEP)
14(defvar m2-mode-syntax-table nil 17(defvar m2-mode-syntax-table nil
15 "Syntax table in use in Modula-2 buffers.") 18 "Syntax table in use in Modula-2 buffers.")
16 19