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
4228277d
Commit
4228277d
authored
May 27, 1997
by
Richard M. Stallman
Browse files
Comment change.
parent
6be23be6
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
5 deletions
+13
-5
lisp/autoinsert.el
lisp/autoinsert.el
+1
-0
lisp/delsel.el
lisp/delsel.el
+1
-0
lisp/dirtrack.el
lisp/dirtrack.el
+1
-1
lisp/emulation/vi.el
lisp/emulation/vi.el
+1
-0
lisp/help-macro.el
lisp/help-macro.el
+1
-0
lisp/ielm.el
lisp/ielm.el
+2
-1
lisp/jka-compr.el
lisp/jka-compr.el
+1
-0
lisp/kermit.el
lisp/kermit.el
+1
-0
lisp/play/handwrite.el
lisp/play/handwrite.el
+1
-1
lisp/play/life.el
lisp/play/life.el
+1
-1
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+1
-0
lisp/progmodes/scheme.el
lisp/progmodes/scheme.el
+1
-1
No files found.
lisp/autoinsert.el
View file @
4228277d
...
...
@@ -4,6 +4,7 @@
;; Author: Charlie Martin <crm@cs.duke.edu>
;; Adapted-By: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389
;; Maintainer: FSF
;; This file is part of GNU Emacs.
...
...
lisp/delsel.el
View file @
4228277d
...
...
@@ -3,6 +3,7 @@
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Matthieu Devin <devin@lucid.com>
;; Maintainer: FSF
;; Created: 14 Jul 92
;; Last change 18-Feb-93, devin.
...
...
lisp/dirtrack.el
View file @
4228277d
...
...
@@ -2,7 +2,7 @@
;; Copyright (C) 1996 Free Software Foundation, Inc.
;; Author:
Peter Breton
;; Author: Peter Breton
<pbreton@i-kinetics.com>
;; Created: Sun Nov 17 1996
;; Keywords: processes
;; Time-stamp: <97/02/01 20:35:06 peter>
...
...
lisp/emulation/vi.el
View file @
4228277d
...
...
@@ -5,6 +5,7 @@
;; Author: Neal Ziring <nz@rsch.wisc.edu>
;; Felix S. T. Wu <wu@crys.wisc.edu>
;; Maintainer: none
;; Keywords: emulations
;;; Commentary:
...
...
lisp/help-macro.el
View file @
4228277d
...
...
@@ -3,6 +3,7 @@
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: Lynn Slater <lrs@indetech.com>
;; Maintainer: FSF
;; Created: : Mon Oct 1 11:42:39 1990
;; Adapted-By: ESR
...
...
lisp/ielm.el
View file @
4228277d
...
...
@@ -3,6 +3,7 @@
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Author: David Smith <maa036@lancaster.ac.uk>
;; Maintainer: FSF
;; Created: 25 Feb 1994
;; Keywords: lisp
...
...
@@ -102,7 +103,7 @@ This variable is buffer-local.")
(
defvar
ielm-header
(
concat
"*** Welcome to IELM version "
(
substring
"$Revision: 1.1
0
$"
11
-2
)
(
substring
"$Revision: 1.1
1
$"
11
-2
)
" *** Type (describe-mode) for help.\n"
"IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n"
)
"Message to display when IELM is started."
)
...
...
lisp/jka-compr.el
View file @
4228277d
...
...
@@ -3,6 +3,7 @@
;; Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
;; Author: jka@ece.cmu.edu (Jay K. Adams)
;; Maintainer: FSF
;; Keywords: data
;; This file is part of GNU Emacs.
...
...
lisp/kermit.el
View file @
4228277d
...
...
@@ -3,6 +3,7 @@
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Jeff Norden <jeff@colgate.csnet>
;; Maintainer: FSF
;; Created: 15 Feb 1988
;; Keywords: comm
...
...
lisp/play/handwrite.el
View file @
4228277d
...
...
@@ -2,7 +2,7 @@
;; (C) Copyright 1996 Free Software Foundation, Inc.
;; Author: Danny Roozendaal
(
danny@tvs.kun.nl
)
;; Author: Danny Roozendaal
<
danny@tvs.kun.nl
>
;; Created: October 21 1996
;; Keywords: cursive writing
...
...
lisp/play/life.el
View file @
4228277d
...
...
@@ -2,7 +2,7 @@
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Kyle Jones <
talos!kjones@
uunet.uu.net>
;; Author: Kyle Jones <
kyle
uunet.uu.net>
;; Keywords: games
;; This file is part of GNU Emacs.
...
...
lisp/progmodes/make-mode.el
View file @
4228277d
...
...
@@ -4,6 +4,7 @@
;; Author: Thomas Neumann <tom@smart.bo.open.de>
;; Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: FSF
;; Adapted-By: ESR
;; Keywords: unix, tools
...
...
lisp/progmodes/scheme.el
View file @
4228277d
...
...
@@ -2,7 +2,7 @@
;; Copyright (C) 1986, 87, 88, 1997 Free Software Foundation, Inc.
;; Author: Bill Rozas <jin
z@prep
.ai.mit.edu>
;; Author: Bill Rozas <jin
x@martigny
.ai.mit.edu>
;; Keywords: languages, lisp
;; This file is part of GNU Emacs.
...
...
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