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
aae56ea7
Commit
aae56ea7
authored
Mar 17, 1993
by
Eric S. Raymond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add standard library headers.
parent
c7986c18
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
36 additions
and
15 deletions
+36
-15
lisp/emacs-lisp/levents.el
lisp/emacs-lisp/levents.el
+3
-2
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-0
lisp/emacs-lisp/lmenu.el
lisp/emacs-lisp/lmenu.el
+5
-1
lisp/isearch.el
lisp/isearch.el
+6
-3
lisp/iso8859-1.el
lisp/iso8859-1.el
+3
-1
lisp/mail/rmailsum.el
lisp/mail/rmailsum.el
+6
-1
lisp/mail/vms-pmail.el
lisp/mail/vms-pmail.el
+3
-1
lisp/mhspool.el
lisp/mhspool.el
+2
-2
lisp/mouse.el
lisp/mouse.el
+2
-0
lisp/novice.el
lisp/novice.el
+1
-1
lisp/scroll-bar.el
lisp/scroll-bar.el
+1
-1
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-2
No files found.
lisp/emacs-lisp/levents.el
View file @
aae56ea7
;; Emulate the Lucid event data type and associated functions.
;;; levents.el --- emulate the Lucid event data type and associated functions.
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -17,7 +18,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;;
Notes
:
;;;
Commentary
:
;; Things we cannot emulate in Lisp:
;; It is not possible to emulate current-mouse-event as a variable,
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
aae56ea7
...
...
@@ -21,6 +21,8 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
(
defvar
lisp-mode-syntax-table
nil
""
)
(
defvar
emacs-lisp-mode-syntax-table
nil
""
)
(
defvar
lisp-mode-abbrev-table
nil
""
)
...
...
lisp/emacs-lisp/lmenu.el
View file @
aae56ea7
;;; Menubar support.
;;; lmenu.el --- emulate Lucid's menubar support
;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -17,6 +18,8 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
;; First, emulate the Lucid menubar support in GNU Emacs 19.
...
...
@@ -633,3 +636,4 @@ You can control the text of the menu items by redefining the function
(
provide
'menubar
)
;;; lmenu.el ends here
lisp/isearch.el
View file @
aae56ea7
;; isearch.el ---- incremental search minor mode.
;;
;
isearch.el ---- incremental search minor mode.
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; |$Date: 1993/03/
0
7
20:17:27
$|$Revision: 1.2
3
$
;; |$Date: 1993/03/
1
7
15:58:09
$|$Revision: 1.2
4
$
;; This file is not yet part of GNU Emacs, but it is based almost
;; entirely on isearch.el which is part of GNU Emacs.
...
...
@@ -92,8 +92,11 @@
;;;====================================================================
;;; Change History
;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.2
3
1993/03/
0
7
20:17:27 rms
Exp eric $
;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.2
4
1993/03/
1
7
15:58:09 eric
Exp eric $
;;; $Log: isearch.el,v $
; Revision 1.24 1993/03/17 15:58:09 eric
; Add standard library headers.
;
; Revision 1.23 1993/03/07 20:17:27 rms
; (isearch-other-meta-char): Call listify-key-sequence.
; (isearch-unread): Don't call it here.
...
...
lisp/iso8859-1.el
View file @
aae56ea7
;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
;;
;
iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
;; Copyright (C) 1988 Free Software Foundation, Inc.
...
...
@@ -98,3 +98,5 @@
(
set-standard-case-table
(
list
(
car
table
))))
(
provide
'iso8859-1
)
;;; iso8859-1.el ends here
lisp/mail/rmailsum.el
View file @
aae56ea7
;; "RMAIL" mail reader for Emacs. Make summary buffers.
;; rmailsum.el --- make summary buffers for the mail reader
;; Copyright (C) 1985, 1993 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
@@ -20,10 +21,14 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; Extended by Bob Weiner of Motorola
;; Provided all commands from rmail-mode in rmail-summary-mode and made key
;; bindings in both modes wholly compatible.
;;; Code:
;; Entry points for making a summary buffer.
;; Regenerate the contents of the summary
...
...
lisp/mail/vms-pmail.el
View file @
aae56ea7
;;; vms-pmail.el -- use Emacs as the editor within VMS mail.
;;; vms-pmail.el --- use Emacs as the editor within VMS mail.
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Roland B Roberts <roberts@nsrl31.nsrl.rochester.edu>
...
...
@@ -111,3 +112,4 @@ If neither file exists, fails quietly."
(
if
(
file-attributes
"~/.signature"
)
(
insert-file-contents
"~/.signature"
)))))
;;; vms-pmail.el ends here
lisp/mhspool.el
View file @
aae56ea7
...
...
@@ -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.
;; Commentary:
;;
;
Commentary:
;; This package enables you to read mail or articles in MH folders, or
;; articles saved by GNUS. In any case, the file names of mail or
...
...
@@ -35,7 +35,7 @@
;; no way to specify hierarchical directory now.) In this case, the
;; name of the NNTP server passed to GNUS must be `:Mail'.
;; Code:
;;
;
Code:
(
require
'nntp
)
...
...
lisp/mouse.el
View file @
aae56ea7
...
...
@@ -21,6 +21,8 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
;;; Utility functions.
;;; Indent track-mouse like progn.
...
...
lisp/novice.el
View file @
aae56ea7
...
...
@@ -21,7 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; Code:
;;
;
Code:
;; This function is called (by autoloading)
;; to handle any disabled command.
...
...
lisp/scroll-bar.el
View file @
aae56ea7
;;; scroll-bar.el -- window system-independent scroll bar support.
;;; scroll-bar.el --
-
window system-independent scroll bar support.
;;; Copyright (C) 1993 Free Software Foundation, Inc.
...
...
lisp/vc-hooks.el
View file @
aae56ea7
;;; vc-hooks.el -- resident support for version-control
;;; vc-hooks.el --
-
resident support for version-control
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Version: 5.2
;; $Id: vc-hooks.el,v 1.
9
1993/03/1
6 20:21:05 eggert
Exp eric $
;; $Id: vc-hooks.el,v 1.
10
1993/03/1
7 14:01:56 eric
Exp eric $
;; 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