Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d7b4d18f
Commit
d7b4d18f
authored
Jul 17, 1992
by
Eric S. Raymond
Browse files
*** empty log message ***
parent
2581ab99
Changes
48
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
0 deletions
+20
-0
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/copyright.el
+1
-0
lisp/emacs-lisp/profile.el
lisp/emacs-lisp/profile.el
+1
-0
lisp/emacs-lisp/tq.el
lisp/emacs-lisp/tq.el
+1
-0
lisp/env.el
lisp/env.el
+1
-0
lisp/mail/rfc822.el
lisp/mail/rfc822.el
+1
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-0
lisp/mail/rmailedit.el
lisp/mail/rmailedit.el
+1
-0
lisp/mail/rmailkwd.el
lisp/mail/rmailkwd.el
+1
-0
lisp/mail/rmailmsc.el
lisp/mail/rmailmsc.el
+1
-0
lisp/mail/rmailout.el
lisp/mail/rmailout.el
+1
-0
lisp/mail/rmailsort.el
lisp/mail/rmailsort.el
+1
-0
lisp/mail/rmailsum.el
lisp/mail/rmailsum.el
+1
-0
lisp/mail/rnews.el
lisp/mail/rnews.el
+1
-0
lisp/mail/rnewspost.el
lisp/mail/rnewspost.el
+1
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-0
lisp/mail/undigest.el
lisp/mail/undigest.el
+1
-0
lisp/nnspool.el
lisp/nnspool.el
+1
-0
lisp/nntp.el
lisp/nntp.el
+1
-0
lisp/novice.el
lisp/novice.el
+1
-0
lisp/paths.el
lisp/paths.el
+1
-0
No files found.
lisp/emacs-lisp/copyright.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
;; Last-Modified: 03 Jun 1991
;; Keywords: maint
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
;;;
...
...
lisp/emacs-lisp/profile.el
View file @
d7b4d18f
...
...
@@ -5,6 +5,7 @@
;; Last-Modified: 07 Feb 1992
;; Version: 1.0
;; Adapted-By: ESR
;; Keywords: lisp, tools
;; Copyright (C) 1992 Free Software Foundation, Inc.
...
...
lisp/emacs-lisp/tq.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Author: Scott Draves <spot@cs.cmu.edu>
;; Adapted-By: ESR
;; Keywords: extensions
;; Commentary:
...
...
lisp/env.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
;;; Copyright Free Software Foundation 1991
...
...
lisp/mail/rfc822.el
View file @
d7b4d18f
...
...
@@ -3,6 +3,7 @@
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Maintainer: FSF
;; Last-Modified: 26 Nov 1990
;; Keywords: mail
;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc.
...
...
lisp/mail/rmail.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 24 Apr 1992
;; Keywords: mail
;; Copyright (C) 1985, 1986, 1987, 1988, 1991, 1992 Free Software Foundation, Inc.
...
...
lisp/mail/rmailedit.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 31 Jul 1991
;; Keywords: mail
;; Copyright (C) 1985 Free Software Foundation, Inc.
...
...
lisp/mail/rmailkwd.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: mail
;; Copyright (C) 1985, 1988 Free Software Foundation, Inc.
...
...
lisp/mail/rmailmsc.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: mail
;; Copyright (C) 1985 Free Software Foundation, Inc.
...
...
lisp/mail/rmailout.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 01 Mar 1991
;; Keywords: mail
;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
...
...
lisp/mail/rmailsort.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: mail
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/mail/rmailsum.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 30 Nov 1990
;; Keywords: mail
;; Copyright (C) 1985 Free Software Foundation, Inc.
...
...
lisp/mail/rnews.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: news
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
...
...
lisp/mail/rnewspost.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 30 May 1992
;; Keywords: mail, news
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
...
...
lisp/mail/sendmail.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 24 Jun 1992
;; Keywords: mail
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
...
...
lisp/mail/undigest.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 14 Jul 1992
;; Keywords: mail
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
...
...
lisp/nnspool.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Last-Modified: 16 Mar 1992
;; Keywords: news
;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $
...
...
lisp/nntp.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Last-Modified: 16 Mar 1992
;; Keywords: news
;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $
...
...
lisp/novice.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 22 May 1991
;; Keywords: internal, help
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
...
...
lisp/paths.el
View file @
d7b4d18f
...
...
@@ -2,6 +2,7 @@
;; Maintainer: FSF
;; Last-Modified: 05 Dec 1991
;; Keywords: internal
;; Copyright (C) 1986, 1988 Free Software Foundation, Inc.
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment