Mercurial > emacs
changeset 2233:fb0ed5a1d0f3
Add standard library headers.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 17 Mar 1993 17:17:05 +0000 |
parents | 4f9d60f7de9d |
children | 53ce64806d58 |
files | lisp/delsel.el lisp/emacs-lisp/lmenu.el lisp/emacs-lisp/profile.el lisp/hippie-exp.el lisp/isearch.el lisp/ls-lisp.el lisp/mail/rmailmsc.el lisp/mail/rmailsum.el lisp/mail/unrmail.el lisp/play/meese.el lisp/rlogin.el lisp/scroll-bar.el lisp/textmodes/texinfmt.el lisp/textmodes/texinfo.el |
diffstat | 14 files changed, 52 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/delsel.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/delsel.el Wed Mar 17 17:17:05 1993 +0000 @@ -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 @@ (provide 'pending-del) -;; End of pending-del.el. +;;; pending-del.el ends here
--- a/lisp/emacs-lisp/lmenu.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/emacs-lisp/lmenu.el Wed Mar 17 17:17:05 1993 +0000 @@ -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.
--- a/lisp/emacs-lisp/profile.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/emacs-lisp/profile.el Wed Mar 17 17:17:05 1993 +0000 @@ -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 @@ (interactive) (process-send-string profile-timer-process "q\n")) -;; profile.el ends here +;;; profile.el ends here
--- a/lisp/hippie-exp.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/hippie-exp.el Wed Mar 17 17:17:05 1993 +0000 @@ -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)
--- a/lisp/isearch.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/isearch.el Wed Mar 17 17:17:05 1993 +0000 @@ -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. ;
--- a/lisp/ls-lisp.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/ls-lisp.el Wed Mar 17 17:17:05 1993 +0000 @@ -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 @@ (provide 'ls-lisp) -; eof +;;; ls-lisp.el ends here
--- a/lisp/mail/rmailmsc.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/mail/rmailmsc.el Wed Mar 17 17:17:05 1993 +0000 @@ -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.
--- a/lisp/mail/rmailsum.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/mail/rmailsum.el Wed Mar 17 17:17:05 1993 +0000 @@ -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.
--- a/lisp/mail/unrmail.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/mail/unrmail.el Wed Mar 17 17:17:05 1993 +0000 @@ -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 @@ (rmail-show-message 1) (while (not (rmail-output to-file)) (setq message-count (1+ message-count))))) + +;;; unrmail.el ends here
--- a/lisp/play/meese.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/play/meese.el Wed Mar 17 17:17:05 1993 +0000 @@ -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.
--- a/lisp/rlogin.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/rlogin.el Wed Mar 17 17:17:05 1993 +0000 @@ -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 @@ (send-string nil "\C-d") (delete-char arg))) -;; eof +;;; rlogin.el ends here +
--- a/lisp/scroll-bar.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/scroll-bar.el Wed Mar 17 17:17:05 1993 +0000 @@ -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)
--- a/lisp/textmodes/texinfmt.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/textmodes/texinfmt.el Wed Mar 17 17:17:05 1993 +0000 @@ -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.
--- a/lisp/textmodes/texinfo.el Wed Mar 17 16:56:02 1993 +0000 +++ b/lisp/textmodes/texinfo.el Wed Mar 17 17:17:05 1993 +0000 @@ -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.