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
eea8d4ef
Commit
eea8d4ef
authored
Jul 22, 1992
by
Eric S. Raymond
Browse files
*** empty log message ***
parent
638cb9c6
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
38 additions
and
58 deletions
+38
-58
lisp/loadup.el
lisp/loadup.el
+6
-4
lisp/mail/mailpost.el
lisp/mail/mailpost.el
+3
-4
lisp/map-ynp.el
lisp/map-ynp.el
+2
-3
lisp/mhspool.el
lisp/mhspool.el
+3
-4
lisp/mouse.el
lisp/mouse.el
+2
-3
lisp/play/meese.el
lisp/play/meese.el
+0
-1
lisp/sort.el
lisp/sort.el
+2
-3
lisp/startup.el
lisp/startup.el
+2
-3
lisp/subr.el
lisp/subr.el
+0
-3
lisp/sun-curs.el
lisp/sun-curs.el
+2
-3
lisp/tar-mode.el
lisp/tar-mode.el
+2
-3
lisp/term-nasty.el
lisp/term-nasty.el
+0
-2
lisp/terminal.el
lisp/terminal.el
+2
-3
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+2
-3
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+2
-3
lisp/textmodes/two-column.el
lisp/textmodes/two-column.el
+2
-3
lisp/timer.el
lisp/timer.el
+2
-3
lisp/unused.el
lisp/unused.el
+0
-1
lisp/view.el
lisp/view.el
+2
-3
lisp/vms-patch.el
lisp/vms-patch.el
+2
-3
No files found.
lisp/loadup.el
View file @
eea8d4ef
;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 14 Jul 1992
;; Keywords: internal
;; This is loaded into a bare Emacs to make a dumpable one.
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
@@ -23,6 +21,10 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This is loaded into a bare Emacs to make a dumpable one.
;;; Code:
;;; We don't want to have any undo records in the dumped Emacs.
...
...
lisp/mail/mailpost.el
View file @
eea8d4ef
;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer
;; This is in the public domain
;; since Delp distributed it without a copyright notice in 1986.
;; Author: Gary Delp <delp@huey.Udel.Edu>
;; Maintainer: FSF
;; Created: 13 Jan 1986
;; Last-Modified: 30 May 1992
;; Keywords: mail
;; This is in the public domain
;; since Delp distributed it without a copyright notice in 1986.
;;; Commentary:
;; Yet another mail interface. this for the rmail system to provide
...
...
lisp/map-ynp.el
View file @
eea8d4ef
;;; map-ynp.el --- General-purpose boolean question-asker.
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
;; Last-Modified: 14 Mar 1992
;; Keywords: lisp, extensions
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 2, or (at your option)
...
...
lisp/mhspool.el
View file @
eea8d4ef
;;; mhspool.el --- MH folder access using NNTP for GNU Emacs
;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD.
;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: mail, news
;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD.
;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
;; This file is part of GNU Emacs.
;; GNU Emacs is distributed in the hope that it will be useful,
...
...
lisp/mouse.el
View file @
eea8d4ef
;;; mouse.el --- window system-independent mouse support.
;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 10 Jul 1992
;; Keywords: hardware
;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc.
;;; This file is part of GNU Emacs.
;;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/play/meese.el
View file @
eea8d4ef
;; meese.el --- protect the impressionable young minds of America
;; Maintainer: FSF
;; Last-Modified: 20 May 1988
;; Keywords: games
(
defun
protect-innocence-hook
()
...
...
lisp/sort.el
View file @
eea8d4ef
;;; sort.el --- commands to sort text in an Emacs buffer.
;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
;; Author: Howie Kaye
;; Maintainer: FSF
;; Last-Modified: 28 Aug 1990
;; Keywords: unix
;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/startup.el
View file @
eea8d4ef
;;; startup.el --- process Emacs shell arguments
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 09 Jul 1992
;; Keywords: internal
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/subr.el
View file @
eea8d4ef
;;; subr.el --- basic lisp subroutines for Emacs
;; Maintainer: FSF
;; Last-Modified: 12 Aug 1991
;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/sun-curs.el
View file @
eea8d4ef
;;; sun-cursors.el --- cursor definitions for Sun windows
;; Author: Jeff Peck <peck@sun.com>
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Jeff Peck <peck@sun.com>
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/tar-mode.el
View file @
eea8d4ef
;;; tar-mode.el --- simple editing of tar files from GNU emacs
;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Created: 04 Apr 1990
;; Version: 1.21
;; Last-Modified: 10 Mar 1991
;; Keywords: unix
;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
;;;
;;; This file is part of GNU Emacs.
;;;
;;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/term-nasty.el
View file @
eea8d4ef
;;; term-nasty.el --- Damned Things from terminfo.el
;; Maintainer: FSF
;;; Commentary:
;; Some people used to be bothered by the following comments that were
...
...
lisp/terminal.el
View file @
eea8d4ef
;;; terminal.el --- terminal emulator for GNU Emacs.
;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Maintainer: FSF
;; Last-Modified: 05 May 1992
;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/textmodes/tex-mode.el
View file @
eea8d4ef
;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu>
;; Last-Modified: 04 July 1992
;; Keywords: tex
;; Contributions over the years by William F. Schelter, Dick King,
;; Stephen Gildea, Michael Prange, and Edward M. Reingold.
;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/textmodes/texinfo.el
View file @
eea8d4ef
;;;; texinfo.el ---- major mode for editing Texinfo files.
;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
;; Version: 2.00
;; Last-Modified: 14 Dec 1990
;; Keywords: maint, tex, doc, wp
;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/textmodes/two-column.el
View file @
eea8d4ef
;;; two-column.el --- minor mode for editing of two-column text
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr>
;; Last-Modified: 14 May 1991
;; Adapted-By: ESR
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/timer.el
View file @
eea8d4ef
;;; timer.el --- run a function with args at some time in future
;; Maintainer: FSF
;; Last-Modified: 19 Jan 1990
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; Maintainer: FSF
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/unused.el
View file @
eea8d4ef
;;; unused.el --- editing commands in GNU Emacs that turned out not to be used.
;; Maintainer: FSF
;; Last-Modified: 14 Dec 1985
;; Keywords: emulations
;;; Commentary:
...
...
lisp/view.el
View file @
eea8d4ef
;;; view.el --- peruse file or buffer without editing.
;; Copyright (C) 1985, 1989 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 21 Aug 1988
;; Copyright (C) 1985, 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/vms-patch.el
View file @
eea8d4ef
;;; vms-patch.el --- override parts of files.el for VMS.
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 06 May 1992
;; Keywords: vms
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
Prev
1
2
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