Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b7f66977
Commit
b7f66977
authored
Nov 23, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment change.
parent
089c3fb3
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
23 additions
and
22 deletions
+23
-22
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+1
-1
lisp/emacs-lisp/trace.el
lisp/emacs-lisp/trace.el
+1
-1
lisp/emulation/tpu-edt.el
lisp/emulation/tpu-edt.el
+2
-2
lisp/emulation/tpu-extras.el
lisp/emulation/tpu-extras.el
+2
-2
lisp/emulation/tpu-mapper.el
lisp/emulation/tpu-mapper.el
+2
-2
lisp/hexl.el
lisp/hexl.el
+2
-1
lisp/mail/reporter.el
lisp/mail/reporter.el
+1
-1
lisp/mail/supercite.el
lisp/mail/supercite.el
+1
-1
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
lisp/regi.el
lisp/regi.el
+1
-1
lisp/thingatpt.el
lisp/thingatpt.el
+4
-4
lisp/tpu-doc.el
lisp/tpu-doc.el
+2
-2
lisp/vt-control.el
lisp/vt-control.el
+2
-2
lisp/xscheme.el
lisp/xscheme.el
+1
-1
No files found.
lisp/emacs-lisp/advice.el
View file @
b7f66977
...
...
@@ -5,7 +5,7 @@
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
;; Created: 12 Dec 1992
;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp
;; Keywords: extensions
;; Keywords: extensions
, lisp, tools
;; This file is part of GNU Emacs.
...
...
lisp/emacs-lisp/trace.el
View file @
b7f66977
...
...
@@ -5,7 +5,7 @@
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
;; Created: 15 Dec 1992
;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp
;; Keywords: t
racing, debugging
;; Keywords: t
ools, lisp
;; This file is part of GNU Emacs.
...
...
lisp/emulation/tpu-edt.el
View file @
b7f66977
...
...
@@ -5,7 +5,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
;; Version: 3.1
;; Keywords:
edt
emulations
;; Keywords: emulations
;; This file is part of GNU Emacs.
...
...
@@ -30,7 +30,7 @@
;;; Revision and Version Information
;;;
(
defconst
tpu-version
"3.1"
"TPU-edt version number."
)
(
defconst
tpu-revision
"$Revision:
6.11
$"
"Revision number of TPU-edt."
)
(
defconst
tpu-revision
"$Revision:
1.4
$"
"Revision number of TPU-edt."
)
;;;
...
...
lisp/emulation/tpu-extras.el
View file @
b7f66977
...
...
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
;; Keywords:
tpu-edt
;; Keywords:
emulations
;; This file is part of GNU Emacs.
...
...
@@ -104,7 +104,7 @@
;;; Revision Information
(
defconst
tpu-extras-revision
"$Revision:
3.5
$"
(
defconst
tpu-extras-revision
"$Revision:
1.4
$"
"Revision number of the TPU-edt extras."
)
...
...
lisp/emulation/tpu-mapper.el
View file @
b7f66977
...
...
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
;; Keywords:
tpu-edt
;; Keywords:
emulations
;; This file is part of GNU Emacs.
...
...
@@ -69,7 +69,7 @@
;;;
;;; Revision Information
;;;
(
defconst
tpu-mapper-revision
"$Revision: 1.
5
$"
(
defconst
tpu-mapper-revision
"$Revision: 1.
4
$"
"Revision number of TPU-edt x-windows emacs key mapper."
)
...
...
lisp/hexl.el
View file @
b7f66977
...
...
@@ -3,7 +3,8 @@
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu>
;; Keywords: non-text
;; Maintainer: FSF
;; Keywords: data
;; This file is part of GNU Emacs.
...
...
lisp/mail/reporter.el
View file @
b7f66977
...
...
@@ -5,7 +5,7 @@
;; Created: 19-Apr-1993
;; Version: 1.23
;; Last Modified: 1993/09/02 20:28:36
;; Keywords:
bug reports lisp
;; Keywords:
tools, mail, lisp, extensions
;; Copyright (C) 1993 Free Software Foundation, Inc.
...
...
lisp/mail/supercite.el
View file @
b7f66977
...
...
@@ -5,7 +5,7 @@
;; Created: February 1993
;; Version: 3.1
;; Last Modified: 1993/09/22 18:58:46
;; Keywords:
citation attribution
mail news
article reply followup
;; Keywords: mail
,
news
;; supercite.el revision: 3.54
...
...
lisp/menu-bar.el
View file @
b7f66977
;;; menu-bar.el --- define a default menu bar.
;; Author: RMS
;; Keywords: internal
s
;; Keywords: internal
;; Copyright (C) 1993 Free Software Foundation, Inc.
...
...
lisp/regi.el
View file @
b7f66977
...
...
@@ -5,7 +5,7 @@
;; Created: 24-Feb-1993
;; Version: 1.8
;; Last Modified: 1993/06/01 21:33:00
;; Keywords:
regular expression regexp
matching
text
;; Keywords:
extensions,
matching
;; Copyright (C) 1993 Barry A. Warsaw
...
...
lisp/thingatpt.el
View file @
b7f66977
...
...
@@ -3,9 +3,9 @@
;; Copyright (C) 1991,1992,1993 Free Software Foundation, Inc.
;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
;; Keywords: extensions
;; Keywords: extensions
, matching, mouse
;; Created: Thu Mar 28 13:48:23 1991
;; Version: $Revision: 1.1
6
$
;; Version: $Revision: 1.1 $
;; This file is part of GNU Emacs.
...
...
@@ -50,10 +50,10 @@
;;=== Version =============================================================
(
defconst
thing@pt-version
(
substring
"$Revision: 1.1
6
$"
11
-2
)
(
defconst
thing@pt-version
(
substring
"$Revision: 1.1 $"
11
-2
)
"The revision number of thing@pt (as string). The complete RCS id is:
$Id: thing
@
pt.el,v 1.1
6
1993/
09/30 23:54:56 mike Exp
$"
)
$Id: thing
at
pt.el,v 1.1 1993/
11/08 14:27:42 rms Exp rms
$"
)
;;=== Basic movement ======================================================
...
...
lisp/tpu-doc.el
View file @
b7f66977
...
...
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
;; Keywords:
tpu-edt
;; Keywords:
emulations
;; This file is part of GNU Emacs.
...
...
@@ -22,7 +22,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
(
defconst
tpu-doc-revision
"$Revision: 1.
3
$"
(
defconst
tpu-doc-revision
"$Revision: 1.
4
$"
"TPU-edt documentation revision number."
)
...
...
lisp/vt-control.el
View file @
b7f66977
...
...
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
;; Keywords:
vt100
;; Keywords:
terminals
;; This file is part of GNU Emacs.
...
...
@@ -52,7 +52,7 @@
;;; Revision Information
(
defconst
vt-revision
"$Revision:
2.4
$"
(
defconst
vt-revision
"$Revision:
1.3
$"
"Revision number of vt-control."
)
...
...
lisp/xscheme.el
View file @
b7f66977
...
...
@@ -3,7 +3,7 @@
;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: languages lisp
;; 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