1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Add standard library headers.

This commit is contained in:
Eric S. Raymond 1993-03-17 17:17:05 +00:00
parent aae56ea7ca
commit 76550a57f9
14 changed files with 52 additions and 22 deletions

View File

@ -1,7 +1,10 @@
;;; Pending delete selection
;;; pending-del.el --- pending delete selection
;;; Copyright (C) 1992 Free Software Foundation, Inc.
;;; Created: 14 Jul 92, Matthieu Devin <devin@lucid.com>
;;; Last change 18-Feb-93, devin.
;; Author: Matthieu Devin <devin@lucid.com>
;; Created: 14 Jul 92
;; Last change 18-Feb-93, devin.
;;; This file is part of GNU Emacs.
@ -19,11 +22,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:
;;; This files makes the active region be pending delete, meaning that
;;; This file makes the active region be pending delete, meaning that
;;; text inserted while the region is active will replace the region contents.
;;; This is a popular behavior of personal computers text editors.
;;; Code:
(defvar pending-delete-mode t
"*Non-nil means Pending Delete mode is enabled.
In Pending Delete mode, when a region is highlighted,
@ -110,4 +116,4 @@ In Transient Mark mode, if the mark is active, just deactivate it."
(provide 'pending-del)
;; End of pending-del.el.
;;; pending-del.el ends here

View File

@ -1,5 +1,7 @@
;;; lmenu.el --- emulate Lucid's menubar support
;; Keywords: emulations
;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -1,4 +1,4 @@
;;; profile.el -- generate run time measurements of Emacs Lisp functions
;;; profile.el --- generate run time measurements of Emacs Lisp functions
;; Copyright (C) 1992 Free Software Foundation, Inc.
@ -356,4 +356,4 @@ DEF is (symbol-function FUN) ."
(interactive)
(process-send-string profile-timer-process "q\n"))
;; profile.el ends here
;;; profile.el ends here

View File

@ -23,7 +23,7 @@
;;
;; Last change: 4 January 1993
;; Commentary:
;;; Commentary:
;;
;; `hippie-expand' is a single function for a lot of different kinds
;; of completions and expansions. Called repeatedly it tries all
@ -125,7 +125,7 @@
;; how to improve it.
;;
;; Code:
;;; Code:
(defvar he-num -1)

View File

@ -1,10 +1,10 @@
;;; 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/17 15:58:09 $|$Revision: 1.24 $
;; |$Date: 1993/03/17 16:44:50 $|$Revision: 1.25 $
;; 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.24 1993/03/17 15:58:09 eric Exp eric $
;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.25 1993/03/17 16:44:50 eric Exp eric $
;;; $Log: isearch.el,v $
; Revision 1.25 1993/03/17 16:44:50 eric
; Add standard library headers.
;
; Revision 1.24 1993/03/17 15:58:09 eric
; Add standard library headers.
;

View File

@ -1,4 +1,7 @@
;;;; directory.el - emulate insert-directory completely in Emacs Lisp
;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp
;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
;; Keywords: unix
;; Copyright (C) 1992 by Sebastian Kremer <sk@thp.uni-koeln.de>
@ -45,6 +48,8 @@
;; Recognize some more ls switches: R F
;;; Code:
(defun insert-directory (file &optional switches wildcard full-directory-p)
"Insert directory listing for of FILE, formatted according to SWITCHES.
Leaves point after the inserted text.
@ -227,4 +232,4 @@ The switches that work are: A a c i r S s t u"
(provide 'ls-lisp)
; eof
;;; ls-lisp.el ends here

View File

@ -21,6 +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:
(defun set-rmail-inbox-list (file-name)
"Set the inbox list of the current RMAIL file to FILE-NAME.

View File

@ -1,4 +1,4 @@
;; rmailsum.el --- make summary buffers for the mail reader
;;; rmailsum.el --- make summary buffers for the mail reader
;; Copyright (C) 1985, 1993 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
;;; unrmail.el --- convert Rmail files to mailbox files.
;;; Copyright (C) 1992 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:
(defvar command-line-args-left) ;Avoid 'free variable' warning
;;;###autoload
@ -47,3 +50,5 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
(rmail-show-message 1)
(while (not (rmail-output to-file))
(setq message-count (1+ message-count)))))
;;; unrmail.el ends here

View File

@ -1,4 +1,5 @@
;; meese.el --- protect the impressionable young minds of America
;;; meese.el --- protect the impressionable young minds of America
;; This is in the public domain on account of being distributed since
;; 1985 or 1986 without a copyright notice.

View File

@ -1,5 +1,8 @@
;;; rlogin.el -- emacs interface using comint routines from CMU
;;;
;;; rlogin.el --- remote login interface
;; Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
;; Keywords: unix
;;; Copyright (C) 1992 Free Software Foundation, Inc.
;;;
;;; This program is free software; you can redistribute it and/or modify
@ -20,10 +23,11 @@
;;; 675 Massachusetts Avenue.
;;; Cambridge, MA 02139, USA.
;;;
;;; Please send bug reports, etc. to friedman@prep.ai.mit.edu
;;; Todo: add directory tracking using ange-ftp style patchnames for the cwd.
;;; Code:
(require 'comint)
(defvar rlogin-program "rlogin"
@ -108,4 +112,5 @@ buffer."
(send-string nil "\C-d")
(delete-char arg)))
;; eof
;;; rlogin.el ends here

View File

@ -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:
(require 'mouse)

View File

@ -1,4 +1,4 @@
;;;; texinfmt.el --- convert Texinfo files to Info files.
;;; texinfmt.el --- convert Texinfo files to Info files.
;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
;;;; texinfo.el ---- major mode for editing Texinfo files.
;;; texinfo.el --- major mode for editing Texinfo files.
;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.