*** empty log message ***
This commit is contained in:
parent
638cb9c6b7
commit
eea8d4efaf
21 changed files with 48 additions and 69 deletions
|
@ -1,12 +1,10 @@
|
|||
;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
|
||||
|
||||
;; 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.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
||||
;; 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.
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
;;; 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
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
;;; 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)
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
;;; mhspool.el --- MH folder access using NNTP for GNU Emacs
|
||||
|
||||
;; 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
|
||||
|
||||
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: mail, news
|
||||
|
||||
;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is distributed in the hope that it will be useful,
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
;;; mouse.el --- window system-independent mouse support.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 10 Jul 1992
|
||||
;; Keywords: hardware
|
||||
|
||||
;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: hardware
|
||||
|
||||
;;; This file is part of GNU Emacs.
|
||||
|
||||
;;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
;; meese.el --- protect the impressionable young minds of America
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 20 May 1988
|
||||
;; Keywords: games
|
||||
|
||||
(defun protect-innocence-hook ()
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
;;; 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
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
;;; startup.el --- process Emacs shell arguments
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 09 Jul 1992
|
||||
;; Keywords: internal
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
;;; 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.
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
;;; 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
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
;;; 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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
;;; term-nasty.el --- Damned Things from terminfo.el
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Some people used to be bothered by the following comments that were
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
;;; 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.
|
||||
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
;;; 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
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
;;;; 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
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
;;; two-column.el --- minor mode for editing of two-column text
|
||||
|
||||
;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr>
|
||||
;; Last-Modified: 14 May 1991
|
||||
;; Adapted-By: ESR
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr>
|
||||
;; Adapted-By: ESR
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
;;; 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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
;;; unused.el --- editing commands in GNU Emacs that turned out not to be used.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 14 Dec 1985
|
||||
;; Keywords: emulations
|
||||
|
||||
;;; Commentary:
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
;;; 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.
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
;;; vms-patch.el --- override parts of files.el for VMS.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 06 May 1992
|
||||
;; Keywords: vms
|
||||
|
||||
;; Copyright (C) 1986 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: vms
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
;;; xscheme.el --- run Scheme under Emacs
|
||||
|
||||
;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 21 Jan 1987
|
||||
;; Keywords: languages
|
||||
|
||||
;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $
|
||||
|
||||
;; Copyright (C) 1986, 1987, 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue