diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tabify.el | 4 | ||||
-rw-r--r-- | lisp/tar-mode.el | 11 | ||||
-rw-r--r-- | lisp/telnet.el | 7 | ||||
-rw-r--r-- | lisp/term-nasty.el | 17 | ||||
-rw-r--r-- | lisp/textmodes/texnfo-upd.el | 6 | ||||
-rw-r--r-- | lisp/textmodes/text-mode.el | 4 |
6 files changed, 38 insertions, 11 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el index 6b8a56f396b..ab28397ab02 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -1,5 +1,8 @@ ;;; tabify.el --- tab conversion commands for Emacs +;; Maintainer: FSF +;; Last-Modified: 9 May 1991 + ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,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: ;;;###autoload (defun untabify (start end) diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index f1919e238a2..aeeb2515aac 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -1,8 +1,9 @@ ;;; tar-mode.el --- simple editing of tar files from GNU emacs -;;; Author: Jamie Zawinski <jwz@lucid.com> -;;; Created: 4 Apr 1990 -;;; Version: 1.21, 10 Mar 91 +;; Author: Jamie Zawinski <jwz@lucid.com> +;; Created: 4 Apr 1990 +;; Version: 1.21 +;; Last-Modified: 10 Mar 1991 ;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. ;;; @@ -22,6 +23,8 @@ ;;; 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 package attempts to make dealing with Unix 'tar' archives easier. ;;; When this code is loaded, visiting a file whose name ends in '.tar' will ;;; cause the contents of that archive file to be displayed in a Dired-like @@ -87,6 +90,8 @@ ;;; o Block files, sparse files, continuation files, and the various header ;;; types aren't editable. Actually I don't know that they work at all. +;;; Code: + (defvar tar-anal-blocksize 20 "*The blocksize of tar files written by Emacs, or nil, meaning don't care. The blocksize of a tar file is not really the size of the blocks; rather, it is diff --git a/lisp/telnet.el b/lisp/telnet.el index ee11af6f63a..18546e99ce3 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -1,4 +1,9 @@ ;;; telnet.el --- run a telnet session from within an Emacs buffer + +;; Author: William F. Schelter +;; Maintainer: FSF +;; Last-Modified: 16 Mar 1992 + ;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -17,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. -;; Author William F. Schelter +;;; Code: ;;to do fix software types for lispm: ;;to eval current expression. Also to try to send escape keys correctly. diff --git a/lisp/term-nasty.el b/lisp/term-nasty.el index 2a0d13acd6b..1ad57f530e1 100644 --- a/lisp/term-nasty.el +++ b/lisp/term-nasty.el @@ -1,12 +1,17 @@ ;;; term-nasty.el --- Damned Things from terminfo.el -Some people used to be bothered by the following comments that were -found in terminal.el. We decided they were distracting, and that it -was better not to have them there. On the other hand, we didn't want -to appear to be giving in to the pressure to censor obscenity that -currently threatens freedom of speech and of the press in the US. -So we decided to put the comments here. +;; Maintainer: FSF +;;; Commentary: + +;; Some people used to be bothered by the following comments that were +;; found in terminal.el. We decided they were distracting, and that it +;; was better not to have them there. On the other hand, we didn't want +;; to appear to be giving in to the pressure to censor obscenity that +;; currently threatens freedom of speech and of the press in the US. +;; So we decided to put the comments here. + +;;; Code: These comments were removed from te-losing-unix. ;(what lossage) diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index f089b090bb0..a0902806d75 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1,6 +1,8 @@ ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files. -;;;; Version 2.00 14 Dec 1990 +;; Author: Bob Chassell <bob@gnu.ai.mit.edu> +;; Version: 2.00 +;; Last-Modified: 14 Dec 1990 ;;;; Copyright 1989, 1990, 1992 Free Software Foundation @@ -20,6 +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: ;;;; Summary @@ -143,6 +146,7 @@ ; Since node names should be more concise than section or chapter ; titles, node names so inserted will need to be edited manually. +;;; Code: ;;;; Menu Making Functions diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index a87d2b09251..d13e3326b4e 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -1,5 +1,8 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands. +;; Maintainer: FSF +;; Last-Modified: 31 Oct 1989 + ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,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: (defvar text-mode-syntax-table nil "Syntax table used while in text mode.") |