]> code.delx.au - gnu-emacs/commitdiff
Some fixes to follow coding conventions.
authorPavel Janík <Pavel@Janik.cz>
Sun, 15 Jul 2001 19:53:53 +0000 (19:53 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 15 Jul 2001 19:53:53 +0000 (19:53 +0000)
118 files changed:
lisp/ChangeLog
lisp/composite.el
lisp/diff.el
lisp/emacs-lisp/elp.el
lisp/emacs-lisp/levents.el
lisp/emacs-lisp/lmenu.el
lisp/emacs-lisp/lselect.el
lisp/emacs-lisp/lucid.el
lisp/emulation/pc-mode.el
lisp/emulation/viper-cmd.el
lisp/emulation/viper-ex.el
lisp/emulation/viper-init.el
lisp/emulation/viper-keym.el
lisp/emulation/viper-macs.el
lisp/emulation/viper-mous.el
lisp/emulation/viper-util.el
lisp/emulation/viper.el
lisp/eshell/em-alias.el
lisp/eshell/em-banner.el
lisp/eshell/em-basic.el
lisp/eshell/em-cmpl.el
lisp/eshell/em-dirs.el
lisp/eshell/em-glob.el
lisp/eshell/em-hist.el
lisp/eshell/em-ls.el
lisp/eshell/em-pred.el
lisp/eshell/em-prompt.el
lisp/eshell/em-rebind.el
lisp/eshell/em-script.el
lisp/eshell/em-smart.el
lisp/eshell/em-term.el
lisp/eshell/em-unix.el
lisp/eshell/em-xtra.el
lisp/eshell/esh-arg.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-ext.el
lisp/eshell/esh-io.el
lisp/eshell/esh-maint.el
lisp/eshell/esh-mode.el
lisp/eshell/esh-module.el
lisp/eshell/esh-opt.el
lisp/eshell/esh-proc.el
lisp/eshell/esh-test.el
lisp/eshell/esh-util.el
lisp/eshell/esh-var.el
lisp/eshell/eshell.el
lisp/forms-pass.el
lisp/international/ccl.el
lisp/international/characters.el
lisp/international/encoded-kb.el
lisp/international/fontset.el
lisp/international/ja-dic-cnv.el
lisp/international/ja-dic-utl.el
lisp/international/kinsoku.el
lisp/international/kkc.el
lisp/international/mule-cmds.el
lisp/international/mule-diag.el
lisp/international/mule-util.el
lisp/international/mule.el
lisp/international/titdic-cnv.el
lisp/language/china-util.el
lisp/language/chinese.el
lisp/language/cyril-util.el
lisp/language/cyrillic.el
lisp/language/english.el
lisp/language/greek.el
lisp/language/hebrew.el
lisp/language/japan-util.el
lisp/language/japanese.el
lisp/language/korea-util.el
lisp/language/korean.el
lisp/language/lao-util.el
lisp/language/lao.el
lisp/language/misc-lang.el
lisp/language/slovak.el
lisp/language/thai-util.el
lisp/language/thai.el
lisp/language/viet-util.el
lisp/language/vietnamese.el
lisp/mail/mh-comp.el
lisp/mail/mh-e.el
lisp/mail/mh-funcs.el
lisp/mail/mh-mime.el
lisp/mail/mh-pick.el
lisp/mail/mh-seq.el
lisp/mail/mh-utils.el
lisp/mail/sc.el
lisp/mail/unrmail.el
lisp/midnight.el
lisp/patcomp.el
lisp/pcmpl-cvs.el
lisp/pcmpl-gnu.el
lisp/pcmpl-linux.el
lisp/pcmpl-rpm.el
lisp/pcmpl-unix.el
lisp/play/studly.el
lisp/play/zone.el
lisp/replace.el
lisp/select.el
lisp/subr.el
lisp/talk.el
lisp/term.el
lisp/term/apollo.el
lisp/term/bobcat.el
lisp/term/linux.el
lisp/term/lk201.el
lisp/term/vt102.el
lisp/term/vt125.el
lisp/term/vt200.el
lisp/term/vt201.el
lisp/term/vt220.el
lisp/term/vt240.el
lisp/term/vt300.el
lisp/term/vt320.el
lisp/term/vt400.el
lisp/term/vt420.el
lisp/x-apollo.el
lisp/x-menu.el

index ad854a49d2b88dc1f71f4323a48a7a39a073e677..feafc6e99c4f6d18824552887a8b7f6c282c8967 100644 (file)
@@ -1,5 +1,52 @@
 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
+       eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
+       eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
+       eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
+       eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
+       eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
+       eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
+       eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
+       eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
+       eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
+       conventions in Eshell files.
+
+       * composite.el, diff.el, emacs-lisp/levents.el,
+       emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
+       emulation/pc-mode.el, emulation/viper-cmd.el,
+       emulation/viper-ex.el, emulation/viper-init.el,
+       emulation/viper-keym.el, emulation/viper-macs.el,
+       emulation/viper-mous.el, emulation/viper-util.el,
+       emulation/viper.el, forms-pass.el, international/ccl.el,
+       international/characters.el, international/encoded-kb.el,
+       international/fontset.el, international/ja-dic-cnv.el,
+       international/ja-dic-utl.el, international/kinsoku.el,
+       international/kkc.el, international/mule-cmds.el,
+       international/mule-diag.el, international/mule-util.el,
+       international/mule.el, international/titdic-cnv.el,
+       language/china-util.el, language/chinese.el,
+       language/cyril-util.el, language/cyrillic.el, language/english.el,
+       language/greek.el, language/hebrew.el, language/japan-util.el,
+       language/japanese.el, language/korea-util.el, language/korean.el,
+       language/lao-util.el, language/lao.el, language/misc-lang.el,
+       language/slovak.el, language/thai-util.el, language/thai.el,
+       language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
+       mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
+       mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
+       midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
+       pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
+       play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
+       term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
+       term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
+       term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
+       term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
+       to follow coding conventions in files without maintainer or in
+       files with clear maintainer (but without Maintainer header stating
+       so).
+
+       * emacs-lisp/elp.el: A fix to follow coding conventions.
+
        * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
        gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
        gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
index 42dcf1bb60002e3972889bf7940c203c7173d2ff..610ec227a60fc39642cb7d7b5a990fadf30b746b 100644 (file)
@@ -1,4 +1,4 @@
-;;; composite.el --- Support character composition.
+;;; composite.el --- support character composition
 
 ;; Copyright (C) 1999 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;###autoload
index 358ad9a4c24bf96b9cc606b05adaa0e9baa0603c..0e80b6a824f003cc6f291d21bc4712c128150f84 100644 (file)
@@ -1,4 +1,4 @@
-;;; diff.el --- Run `diff' in compilation-mode.
+;;; diff.el --- run `diff' in compilation-mode
 
 ;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
 
index 6ecb05b231fc87d147dc9456a03b5a1dc5fb8ee5..f2f484f3e8b0a0fd061d7b78be74649853fc34ea 100644 (file)
@@ -2,10 +2,10 @@
 
 ;; Copyright (C) 1994,1995,1997,1998, 2001 Free Software Foundation, Inc.
 
-;; Author:        1994-1998 Barry A. Warsaw
-;; Maintainer:    FSF
-;; Created:       26-Feb-1994
-;; Keywords:      debugging lisp tools
+;; Author: Barry A. Warsaw
+;; Maintainer: FSF
+;; Created: 26-Feb-1994
+;; Keywords: debugging lisp tools
 
 ;; This file is part of GNU Emacs.
 
@@ -331,7 +331,7 @@ For example, to instrument all ELP functions, do the following:
     \\[elp-instrument-package] RET elp- RET"
   (interactive "sPrefix of package to instrument: ")
   (if (zerop (length prefix))
-      (error "Instrumenting all Emacs functions would render Emacs unusable."))
+      (error "Instrumenting all Emacs functions would render Emacs unusable"))
   (elp-instrument-list
    (mapcar
     'intern
@@ -362,7 +362,7 @@ Use optional LIST if provided instead."
   (interactive "aFunction to reset: ")
   (let ((info (get funsym elp-timer-info-property)))
     (or info
-       (error "%s is not instrumented for profiling." funsym))
+       (error "%s is not instrumented for profiling" funsym))
     (aset info 0 0)                    ;reset call counter
     (aset info 1 0.0)                  ;reset total time
     ;; don't muck with aref 2 as that is the old symbol definition
@@ -417,7 +417,7 @@ original definition, use \\[elp-restore-function] or \\[elp-restore-all]."
         (func (aref info 2))
         result)
     (or func
-       (error "%s is not instrumented for profiling." funsym))
+       (error "%s is not instrumented for profiling" funsym))
     (if (not elp-record-p)
        ;; when not recording, just call the original function symbol
        ;; and return the results.
@@ -591,4 +591,4 @@ displayed."
 \f
 (provide 'elp)
 
-;; elp.el ends here
+;;; elp.el ends here
index 0cb860c6d444bc994037e2b0215d4f0465e704db..2f25ad6555dfccd2fc5141f7a01400f32b90a49b 100644 (file)
@@ -1,4 +1,4 @@
-;;; levents.el --- emulate the Lucid event data type and associated functions.
+;;; levents.el --- emulate the Lucid event data type and associated functions
 
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
index c28b5551cfa9f0cd12b4cadb6d39d2dc43061c00..17c6de63a7a20b273698486108c7b500d8cbca88 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 \f
index 9531ba18f5103976cf0e782318968a4c90c73aa4..e4114495a37d524e4387f9cabcf04581df655ac7 100644 (file)
@@ -24,6 +24,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;; The selection code requires us to use certain symbols whose names are
@@ -229,4 +231,4 @@ the kill ring or the Clipboard."
 
 (provide 'lselect)
 
-;;; lselect.el ends here.
+;;; lselect.el ends here
index 11a246b0ea417dee78bc89e91965d74c511972c0..2674f39ab2a021acd6764d9153893f5fd76141ff 100644 (file)
@@ -1,4 +1,4 @@
-;;; lucid.el --- Emulate some Lucid Emacs functions.
+;;; lucid.el --- emulate some Lucid Emacs functions
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
@@ -19,6 +19,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; XEmacs autoloads CL so we might as well make use of it.
@@ -224,4 +226,4 @@ bottom of the buffer stack."
 
 (provide 'lucid)
 
-;;; end of lucid.el
+;;; lucid.el ends here
index e10d97be3d7e6402d4be976011b0d7d8d43942a8..3dc471359c85385b1138086b3d20897d860e6475 100644 (file)
@@ -1,4 +1,4 @@
-;;; pc-mode.el --- emulate certain key bindings used on PCs.
+;;; pc-mode.el --- emulate certain key bindings used on PCs
 
 ;; Copyright (C) 1995 Free Software Foundation, Inc.
 
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;###autoload
@@ -51,4 +53,4 @@ C-Escape does list-buffers."
 
 (provide 'pc-mode)
 
-;; pc-mode.el ends here
+;;; pc-mode.el ends here
index ce3b24c19cb83e98dfdb2bf258d5fb95edf7b16c..9033ac7ce02691b4f7588bdc736e2d02a91db049 100644 (file)
@@ -18,7 +18,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-cmd)
 (require 'advice)
@@ -1489,7 +1491,7 @@ If the prefix argument, ARG, is non-nil, it is used instead of `val'."
            (com (nth 2 viper-d-com))
            (reg (nth 3 viper-d-com)))
         (if (null val) (setq val (nth 1 viper-d-com)))
-        (if (null m-com) (error "No previous command to repeat."))
+        (if (null m-com) (error "No previous command to repeat"))
         (setq viper-use-register reg)
        (if (nth 4 viper-d-com) ; text inserted by command
            (setq viper-last-insertion (nth 4 viper-d-com)
@@ -4902,4 +4904,4 @@ Mail anyway (y or n)? ")
   
   
 
-;;;  viper-cmd.el ends here
+;;; viper-cmd.el ends here
index 047ac5f9c18c25ff62884855244eef9899bc7d53..3b01dd052411468cd30222edc04f8c696d96d8e7 100644 (file)
@@ -19,7 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-ex)
 
@@ -1436,7 +1438,7 @@ reversed."
     (if name
        (if (eq 1 (length name))
            (setq char (string-to-char name))
-         (error "`%s': Spurious text \"%s\" after mark name."
+         (error "`%s': Spurious text \"%s\" after mark name"
                 name (substring name 1) viper-SpuriousText))
     (save-window-excursion
       (setq viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name)) 
@@ -2221,4 +2223,4 @@ Please contact your system administrator. "
 
 
 
-;;;  viper-ex.el ends here
+;;; viper-ex.el ends here
index 3527e38414a234813caeecbdd38382565c57f957..0ed9a6324739c9e82b2a901f86c4c7a7586a4ac8 100644 (file)
@@ -19,7 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-init)
 
@@ -986,4 +988,4 @@ Should be set in `~/.viper' file."
 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
 ;;; End:
 
-;;;  viper-ex.el ends here
+;;; viper-init.el ends here
index c76c5511627860e38cf3c77bb510fa4c1a4fbbda..2df1b3887553476c4adf71b44ec8586983e0670a 100644 (file)
@@ -19,7 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-keym)
 
@@ -630,4 +632,4 @@ form ((key . function) (key . function) ... )."
 ;;; End:
 
 
-;;;  viper-keym.el ends here
+;;; viper-keym.el ends here
index 92f5f013093e3ead18a69fa8c2e0a4e8e034cee5..4eaf843f274c0422336dc46bcf716118a65d5e45 100644 (file)
@@ -19,7 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-macs)
 
@@ -945,4 +947,4 @@ name from there."
     (call-last-kbd-macro)))
 
 
-;;;  viper-macs.el ends here
+;;; viper-macs.el ends here
index aaa8adb27454c835d54021552fbb8499dd12c8b2..b60366568519e6339e7e1f7866649e3d96b4ce53 100644 (file)
@@ -19,7 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-mous)
 
@@ -247,7 +249,7 @@ On single or double click, returns the word as determined by
              (goto-char click-pos)
              (setq click-word
                    (funcall viper-surrounding-word-function count click-count)))
-         (error "Click must be over a window."))
+         (error "Click must be over a window"))
        click-word))))
 
 
@@ -664,4 +666,4 @@ This buffer may be different from the one where the click occurred."
 ;;; End:
 
 
-;;;  viper-mous.el ends here
+;;; viper-mous.el ends here
index 6956d0098e83c01d9d6983f61e176627349231fc..a27f20b626fdac18d0e48f0b203b20536140d6f7 100644 (file)
@@ -1,4 +1,4 @@
-;;; viper-util.el --- Utilities used by viper.el
+;;; viper-util.el --- utilities used by viper.el
 
 ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 
@@ -19,8 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
 
-;; Code
+;;; Code:
 
 ;; Compiler pacifier
 (defvar viper-overriding-map)
@@ -1382,4 +1383,4 @@ This option is appropriate if you like Emacs-style words."
 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
 ;;; End:
 
-;;;  viper-util.el ends here
+;;; viper-util.el ends here
index 9e8efaf8b0d1acba7fefd58a310a3648cfd162b5..d4db005b972f0bc6828abcca8ca6da1b32302236 100644 (file)
@@ -1,10 +1,10 @@
-;;; viper.el --- A full-featured Vi emulator for GNU Emacs and XEmacs,
+;;; viper.el --- a full-featured Vi emulator for GNU Emacs and XEmacs,
 ;;              a VI Plan for Emacs Rescue,
 ;;              and a venomous VI PERil.
 ;;              Viper Is also a Package for Emacs Rebels.
 ;;
-;;  Keywords: emulations
-;;  Author: Michael Kifer <kifer@cs.sunysb.edu>
+;; Keywords: emulations
+;; Author: Michael Kifer <kifer@cs.sunysb.edu>
 
 ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01 Free Software Foundation, Inc.
 
 ;;    much easier.
 ;;
 
-;; Code
+;;; Code:
 
 (require 'advice)
 (require 'cl)
@@ -1280,4 +1280,4 @@ These two lines must come in the order given.
 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
 ;;; End:
 
-;;;  viper.el ends here
+;;; viper.el ends here
index d6d1ba040925be6ab0e1018698c69fbd689f08cf..0dd908be99cde0ea451a9cce1547235f62db2f11 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-alias --- creation and management of command aliases
+;;; em-alias.el --- creation and management of command aliases
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 90d59f3f21ec1d196cd5332cb75ba48236871c34..dc5f52bcdc18638833c55558552a13bc7e53c000 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-banner --- sample module that displays a login banner
+;;; em-banner.el --- sample module that displays a login banner
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 52afff15b2a6ff3357ae68541f874f3adf5465c9..49947eede77f3468fbb3582a35ffceffaf5f1010 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-basic --- basic shell builtin commands
+;;; em-basic.el --- basic shell builtin commands
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 3b620b074d2b6d125337a77faef6dec1e79a8898..14407a8f2360a4288046119da20c19bd947752d1 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-cmpl --- completion using the TAB key
+;;; em-cmpl.el --- completion using the TAB key
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 89d4a408e950213fd14b9d5b7ba3aa3945a6382e..140dc217bee298222a3ad477abb184ffda1c5d1d 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-dirs --- directory navigation commands
+;;; em-dirs.el --- directory navigation commands
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index f4f9ebbe5b6c0b1dda668100aaa4eb9952e5821b..0e826756c571f5fc05bab61dda749e3cc6f80f95 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-glob --- extended file name globbing
+;;; em-glob.el --- extended file name globbing
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index ef0a4b348c47b18f24c6a17b74ed0f58eba0626e..a5426f530011ff30591f770e840384bd92a984b4 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-hist --- history list management
+;;; em-hist.el --- history list management
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index b7b080012f56ccb1dce5b3e1d716f8226455333c..199c176b801ea89180fc1db7f12cec606c0b5b6b 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-ls --- implementation of ls in Lisp
+;;; em-ls.el --- implementation of ls in Lisp
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index b258b0f960318360ef250582ef36e2fc2544363b..5f9d7524b6f1f585f973a7f27b7fc8224074be97 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-pred --- argument predicates and modifiers (ala zsh)
+;;; em-pred.el --- argument predicates and modifiers (ala zsh)
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -58,6 +58,8 @@ ordinary strings."
 ;; See the zsh docs for more on the syntax ([(zsh.info)Filename
 ;; Generation]).
 
+;;; Code:
+
 ;;; User Variables:
 
 (defcustom eshell-pred-load-hook '(eshell-pred-initialize)
index f94d244cab9b7bb66d17a3b1da67ec8f30ed6764..c0f179c12e314f454eb61219b07b1296db310f6e 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-prompt --- command prompts
+;;; em-prompt.el --- command prompts
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index b58b294aff12ebaafec20e287492af03acc105de..c52617633c13940109dd58e875e4a7d51118fed0 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-rebind --- rebind keys when point is at current input
+;;; em-rebind.el --- rebind keys when point is at current input
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 0dcc4d42e51a7f96351fb220c210433565933722..af7250b553c627e6da7d7de944f002ab4a490b3d 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-script --- Eshell script files
+;;; em-script.el --- Eshell script files
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 0d7810df9e2969ee59e781c12d23d0f4651ada90..fe787cd19e92604dbb4b717755ec9312ae74bcb0 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-smart --- smart display of output
+;;; em-smart.el --- smart display of output
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index c24fc993388f6718ceefcedab52a08ffa08ad817..afd8e9596ef1f4b2d7229a77985e6b248c174677 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-term --- running visual commands
+;;; em-term.el --- running visual commands
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index ae5c04e3ab63830b4057fad3dd7062bd4eec7db6..6db127a45f4005db9a96a7a20a3981e30aa40a02 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-unix --- UNIX command aliases
+;;; em-unix.el --- UNIX command aliases
 
 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation
 
index 98d2cbf6cdbd174b97ea9ed164dd690de61532dc..427eed3c1e29ec7522c07419cb469338b04b2248 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-xtra --- extra alias functions
+;;; em-xtra.el --- extra alias functions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 0b68bd69a0a6522ee0f2d838164775db9d348b27..ff863042962eea6f0f1031a85edc21352e75b1ea 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-arg --- argument processing
+;;; esh-arg.el --- argument processing
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 88096be13e211be00c6f3bda5cec59373da7f2cd..c5c61d311ed1ee6ffd3392d58a3d331bd2dd5506 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-cmd --- command invocation
+;;; esh-cmd.el --- command invocation
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 52ca3392a2c5b2e82f4b664b2cdf494e2f28bbc8..691bbe6334dba974a7ab8f27aaa7eba6b044273e 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-ext --- commands external to Eshell
+;;; esh-ext.el --- commands external to Eshell
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index fabb85cce9ba5f249079207a27a8df1664b77d53..7e927198c26e9dbd184427fb602cb2ce367b4788 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-io --- I/O management
+;;; esh-io.el --- I/O management
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 89e50401c677def1d1d8ae15fff5767e0985376e..78de4e8ee0df9dfd6a370ae385bce44875a434e6 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-maint --- init code for building eshell
+;;; esh-maint.el --- init code for building eshell
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index aea8158c7cef34856127cc0451d7c66dbd7feadf..c284f6f3ffca737314f1dd8e6449ce63bf05cf31 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-mode --- user interface
+;;; esh-mode.el --- user interface
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index f09f1ac7b243e78305f116d94b63bde424f778d4..176c6b33eeb289a4a71ee6488d44ea56990dd655 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-module --- Eshell modules
+;;; esh-module.el --- Eshell modules
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 6235c88659942dc4be0780ebb80ea5d87c371835..85e30ca218048e89cff9ae3a0148c287b87bb9a9 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-opt --- command options processing
+;;; esh-opt.el --- command options processing
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index dbe2e773524f99840a27dc73e4e2960e654645e8..d5ffa4c1c95b775fd89c3facc89de2e3f7096723 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-proc --- process management
+;;; esh-proc.el --- process management
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index acfb409da57ec55d7c767651cdc6458ad6122d3c..2e4d9c69bec909612fd24e3112e46f094f421677 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-test --- Eshell test suite
+;;; esh-test.el --- Eshell test suite
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 4edcb53761c28a7a7c6b6c59e41f3c304dbc5fe5..26de0a55eefb662dac9b3b551e806fba2ed352a0 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-util --- general utilities
+;;; esh-util.el --- general utilities
 
 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation
 
index fdb1ea106a8326b1fd39a2406f263777cdf66636..9caa40ff6dbf651594b6f31579cf67b420207219 100644 (file)
@@ -1,4 +1,4 @@
-;;; esh-var --- handling of variables
+;;; esh-var.el --- handling of variables
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 4cccc7aea40b2ca6116aee7681bb02d44b9bb3bd..1ac4d6fb43ac3a4631e1ed9e4c04687750443e40 100644 (file)
@@ -1,4 +1,4 @@
-;;; eshell --- the Emacs command shell
+;;; eshell.el --- the Emacs command shell
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 1a7db41e20ae3398024838086b8f984bb062623f..34d4548434b8d83307b2184dd40be79578ae16be 100644 (file)
@@ -1,7 +1,13 @@
 ;;; forms-pass.el --- passwd file demo for forms-mode
 
+;; This file is part of GNU Emacs.
+
+;;; Commentary:
+
 ;; This demo visits your passwd file.
 
+;;; Code:
+
 ;; use yp if present
 (or (file-exists-p (setq forms-file "/var/yp/src/passwd"))
     (setq forms-file "/etc/passwd"))
@@ -23,3 +29,5 @@
        "\n\n"
        "Shell: "       7
        "\n"))
+
+;;; forms-pass.el ends here
index 5da5cab6ed8ef17a3f3773883b36b7eb96eaeac2..2053b6364cb2d6eb0cf10ff022116945f9c93091 100644 (file)
 (defun ccl-check-register (arg cmd)
   (if (get arg 'ccl-register-number)
       arg
-    (error "CCL: Invalid register %s in %s." arg cmd)))
+    (error "CCL: Invalid register %s in %s" arg cmd)))
 
 ;; Check if ARG is a valid CCL command.
 (defun ccl-check-compile-function (arg cmd)
@@ -1483,4 +1483,4 @@ See the documentation of `define-ccl-program' for the detail of CCL program."
 
 (provide 'ccl)
 
-;; ccl.el ends here
+;;; ccl.el ends here
index ea890448c4c78bc6643276a7ecaf6850b1fac662..9b158bb2fe27baa8db45379961ec231d899ba65f 100644 (file)
@@ -30,6 +30,8 @@
 ;; This file does not define the syntax for Latin-N character sets;
 ;; those are defined by the files latin-N.el.
 
+;;; Code:
+
 ;;; Predefined categories.
 
 ;; For each character set.
 ;;; coding: iso-2022-7bit
 ;;; End:
 
-;;; end of characters.el
+;;; characters.el ends here
index 91041cceb6264dcd59e8b877bb6516afad880048..fa3a6407c6b040a886674abef419bdf9be46e491 100644 (file)
@@ -1,4 +1,4 @@
-;;; encoded-kb.el --- Handler to input multibyte characters encoded somehow
+;;; encoded-kb.el --- handler to input multibyte characters encoded somehow
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (defvar encoded-kbd-mode nil
   "Non-nil if in Encoded-kbd minor mode.")
 (put 'encoded-kbd-mode 'permanent-local t)
index d0f3de09a64dd91c6eda10e47e01ff18941421e1..c23ae21893378a87cd0f7c80c6d6fb37e4116ea9 100644 (file)
@@ -1,4 +1,4 @@
-;;; fontset.el --- Commands for handling fontset.
+;;; fontset.el --- commands for handling fontset
 
 ;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; Set standard fontname specification of characters in the default
index d6f3ccfb7393fe4e4648c5b4a1a9bbba0c8594a2..81b9fdc498ce56c9de98c72c189588431304ce18 100644 (file)
@@ -1,4 +1,4 @@
-;;; ja-dic-cnv.el --- Convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp
+;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp
 
 ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -562,8 +562,8 @@ To get complete usage, invoke:
 
 (provide 'ja-dic-cnv)
 
-;; ja-dic-cnv.el ends here
-
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+;;; ja-dic-cnv.el ends here
index 245cdfd06375f457c124099d42c0405b28b43f03..6afeceb9a9e00a5c9ff2c35a29ca56ec769619ec 100644 (file)
@@ -1,4 +1,4 @@
-;;; ja-dic-utl.el --- Utilities for handling Japanese dictionary (SKK-JISYO.L)
+;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L)
 
 ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -213,8 +213,8 @@ LEIM is available from the same ftp directory as Emacs."))
 ;;
 (provide 'ja-dic-utl)
 
-;; ja-dic-utl.el ends here
-
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+;;; ja-dic-utl.el ends here
index b845774fe5526900e27e523a2f5aae3f6d82467e..4fc99bcac6a30e65cb299a3793acf61c25fcf909 100644 (file)
@@ -1,4 +1,4 @@
-;;; kinsoku.el --- `Kinsoku' processing funcs. -*- coding: iso-2022-7bit; -*-
+;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -170,4 +170,4 @@ the context of text formatting."
              (aref (char-category-set (preceding-char)) ?<))
          (kinsoku-shorter linebeg))))
 
-;; kinsoku.el ends here
+;;; kinsoku.el ends here
index 78d981affab910ae8965869c4550fffaf0570b28..ff95fa18858768cfc007a91da864c4b1768b0845 100644 (file)
@@ -655,4 +655,4 @@ and change the current conversion to the last one in the group."
 ;;
 (provide 'kkc)
 
-;; kkc.el ends here
+;;; kkc.el ends here
index 2d95a531bd53a338da8c4c3d3421eed48dba40ff..67aef2be068ae7e4278834548a42524f592428e0 100644 (file)
@@ -1,4 +1,4 @@
-;;; mule-cmds.el --- Commands for mulitilingual environment
+;;; mule-cmds.el --- commands for mulitilingual environment
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -23,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (eval-when-compile (defvar dos-codepage))
index 51ac6f7907368bdf0c936b6a616faf308b6792a1..af4573ad78811a0bb588f692d8c5302fb49489e3 100644 (file)
@@ -1,4 +1,4 @@
-;;; mule-diag.el --- Show diagnosis of multilingual environment (Mule)
+;;; mule-diag.el --- show diagnosis of multilingual environment (Mule)
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 ;;; General utility function
 
 ;; Print all arguments with single space separator in one line.
index af5b608f6c87f73365da7df5405b95b67e5c26e6..f66420a868621c180ef96749eead4d56ed03a403 100644 (file)
@@ -1,4 +1,4 @@
-;;; mule-util.el --- Utility functions for mulitilingual environment (mule)
+;;; mule-util.el --- utility functions for mulitilingual environment (mule)
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;; String manipulations while paying attention to multibyte
index 4700abcc186e03b6ceab5f3db555168ca257a24a..5d86f69bdead460dfb2ebea0274452ca30538c16 100644 (file)
@@ -23,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (defconst mule-version "5.0 (SAKAKI)" "\
index 8865024f89b9ef74916821fda86935655bba32a2..b7ac8a93fd0db6baef1a1e5c61f42b8fad44c274 100644 (file)
@@ -22,7 +22,7 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;;; Comments:
+;;; Commentary:
 
 ;; Convert cxterm dictionary (of TIT format) to quail-package.
 ;;
@@ -1179,8 +1179,8 @@ to store generated Quail packages."
        (miscdic-convert filename dir))))
   (kill-emacs 0))
 
-;;; titdic-cnv.el ends here
-
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+;;; titdic-cnv.el ends here
index 6e4e68e26b0d95bf8b8e502bb145a8c20bc3ca31..8a0a83d834a25a54db86cbf035f9cdcc79317fab 100644 (file)
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; Hz/ZW encoding stuffs
index de9aee9252c732b1c6bb4950f9346b3dde178250..498b9c635ba99ca65acdc39b8819c660f2d791e6 100644 (file)
@@ -1,4 +1,4 @@
-;;; chinese.el --- Support for Chinese -*- coding: iso-2022-7bit; -*-
+;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index 0f6086a8797e5e318864605d4b33e0de185ece4f..e0b828a019db2c70586b8d1b6287e7e9d27d204f 100644 (file)
@@ -1,4 +1,4 @@
-;;; cyril-util.el ---  utilities for Cyrillic scripts
+;;; cyril-util.el --- utilities for Cyrillic scripts
 
 ;; Copyright (C) 1997  Free Software Foundation, Inc.
 
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;###autoload
@@ -189,8 +191,8 @@ If the argument is nil, we return the display table to its standard state."
 ;;
 (provide 'cyril-util)
 
-;;; cyril-util.el ends here
-
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+;;; cyril-util.el ends here
index 037869b6886ddec4274bfdca722fecaf0d57508e..dbf51acbd52bf33ab0e475fe94b94a0a08ca3cc8 100644 (file)
@@ -1,4 +1,4 @@
-;;; cyrillic.el --- Support for Cyrillic -*- coding: iso-2022-7bit; -*-
+;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index bba7e20b94d07a2df346af0b5d7ef580de2e668c..cbfd206c20401daf59d10ff2e0dd0b709b05593a 100644 (file)
@@ -1,4 +1,4 @@
-;;; english.el --- English support
+;;; english.el --- support for English
 
 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -28,7 +28,7 @@
 ;; English as a language environment is one of the ways to reset
 ;; various multilingual environment to the original settting.
 
-;;; Code
+;;; Code:
 
 (set-language-info-alist
  "English" '((tutorial . "TUTORIAL")
index 385536d97b5a5428a255ddb3571351f36670762b..39702866755c38cb2ae2c81acfe7450526cafca4 100644 (file)
@@ -1,4 +1,4 @@
-;;; greek.el --- Support for Greek
+;;; greek.el --- support for Greek
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index ec3edfce127141cfd787a79fae7b723c64b5c4e9..3579d2c394a92f401840f8bb74f35973f5336685 100644 (file)
@@ -1,4 +1,4 @@
-;;; hebrew.el --- Support for Hebrew -*- coding: iso-2022-7bit; -*-
+;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index 36dbefb4af771454b0a63963b83fddb88caa4c26..465477c6550f4323ab9a6b3a967df882e28a4180 100644 (file)
@@ -1,5 +1,4 @@
-;;; japan-util.el ---  utilities for Japanese -*- coding: iso-2022-7bit; -*-
-
+;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -24,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (defvar sentence-end-save nil)
index 92001e47c0b4cd3c20f3eea1d92c841638446dee..20ec1aa2a50e8b4ee89afae5e899da5c56dc6e8e 100644 (file)
@@ -1,4 +1,4 @@
-;;; japanese.el --- Japanese support -*- coding: iso-2022-7bit; -*-
+;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index 11438295a2e08cdab7ffe43c30e5976e52d06e51..9a945668c7648d879476920ed190211ee0a006e7 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;###autoload
 ;;
 (provide 'korea-util)
 
-;;; korean-util.el ends here
+;;; korea-util.el ends here
index 276e437360c37ad8f9a9a9d03357eec6cd0abc39..466e7cce0b23c32d5829d232f9e5751e92d979e8 100644 (file)
@@ -1,4 +1,4 @@
-;;; korean.el --- Support for Korean -*- coding: iso-2022-7bit; -*-
+;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index dea365ad58b8dc6e9f1f699111cb0a8fb2f8a945..1fca9c4dbb55902f02166aac852eb89f30ce00cc 100644 (file)
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; Setting information of Thai characters.
index 7aae8f76db578489025117ce28180ad5b499aaee..ec2a62943d3b586d957455e26479835f1282eb14 100644 (file)
@@ -1,4 +1,4 @@
-;;; lao.el --- Support for Lao -*- coding: iso-2022-7bit; -*-
+;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (make-coding-system
index 04ca63f55c4befa8addd7af0b0d0869f93233473..fc47caee7f81477807f3e9d2c90a16190f9a131f 100644 (file)
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; IPA (International Phonetic Alphabet)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -40,4 +44,3 @@ and Italian.")))
 (provide 'misc-lang)
 
 ;;; misc-lang.el ends here
-
index 709cf8ae8b53e3bccbc398b3a256ca8284646a90..cda4cbebe502b377cb025e02f9a351a5f85aa281 100644 (file)
@@ -1,4 +1,4 @@
-;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*-
+;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1998, 2001 Free Software Foundation.
 
@@ -48,4 +48,4 @@ and select's the Slovak tutorial."))
 
 (provide 'slovak)
 
-;; slovak.el ends here
+;;; slovak.el ends here
index 1a8802a3460bc9e5fd727b275b0bb5b7f3b7b352..d2e4e116f3a51546f7126ca3fc490f21df0ba06e 100644 (file)
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; Setting information of Thai characters.
index 7a1805fa81b3028ef717f2e95edb3c48d1ff154b..7ba4043e1054c6faa578605a12808a655ce06049 100644 (file)
@@ -1,4 +1,4 @@
-;;; thai.el --- Support for Thai -*- coding: iso-2022-7bit; -*-
+;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index d032eafd1d25d258c7381ccca709ad03f320d72a..0268f6f0bb38c587c61bb19cd372fb4d2affb307 100644 (file)
@@ -1,4 +1,4 @@
-;;; viet-util.el ---  utilities for Vietnamese  -*- coding: iso-2022-7bit; -*-
+;;; viet-util.el --- utilities for Vietnamese  -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index 228cfff3c3b143573d6615fd416b4b6db7fe2fa9..92273b734aff3941438547b59e5326b7cfb326e0 100644 (file)
@@ -1,4 +1,4 @@
-;;; vietnamese.el --- Support for Vietnamese -*- coding: iso-2022-7bit; -*-
+;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
index ebbb33a7c802b04aec35f6a6c3ece9b6ef490d4e..817cfeb00032f576ed977078621da866e1e39219 100644 (file)
@@ -1,5 +1,5 @@
-;;; mh-comp --- mh-e functions for composing messages
-;; Time-stamp: <95/08/19 17:48:59 gildea>
+;;; mh-comp.el --- mh-e functions for composing messages
+;; Time-stamp: <2001-07-15 09:36:30 pavel>
 
 ;; Copyright (C) 1993,1995,1997,2000  Free Software Foundation, Inc.
 
@@ -7,7 +7,7 @@
 ;; Keywords: mail
 ;; Bug-reports: include `M-x mh-version' output in any correspondence
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 
 ;;; Change Log:
 
-;; $Id: mh-comp.el,v 1.20 2000/11/02 12:37:38 gerd Exp $
+;; $Id: mh-comp.el,v 1.21 2001/02/08 00:01:35 fx Exp $
 
 ;;; Code:
 
@@ -576,7 +576,7 @@ See also documentation for `\\[mh-send]' function."
                  (if (y-or-n-p
                        (format "A draft exists.  Use for %s? " use))
                      (if mh-error-if-no-draft
-                         (error "A prior draft exists."))
+                         (error "A prior draft exists"))
                    t)))
         (erase-buffer)
         (insert-file-contents initial-contents)
@@ -1103,3 +1103,5 @@ various types of components in a message, see
 (autoload 'mh-revert-mhn-edit "mh-mime"
   "Undoes the effect of \\[mh-edit-mhn] by reverting to the backup file.
 Optional non-nil argument means don't ask for confirmation." t)
+
+;;; mh-comp.el ends here
index eb6b799449467869090aa649637a8ebd6de6b429..26db738a83233068b576f9c0bd282ea78d1d910a 100644 (file)
@@ -7,7 +7,7 @@
 ;; Keywords: mail
 ;; Bug-reports: include `M-x mh-version' output in any correspondence
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -60,7 +60,7 @@
 ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
 ;; Rewritten for GNU Emacs, James Larus 1985.  larus@ginger.berkeley.edu
 ;; Modified by Stephen Gildea 1988.  gildea@lcs.mit.edu
-(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.26 2000/08/16 20:38:40 monnier Exp $")
+(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.27 2000/11/02 12:37:54 gerd Exp $")
 
 ;;; Code:
 
@@ -629,7 +629,7 @@ Flush mh-e's state out to MH.  The message at the cursor becomes current."
   (save-excursion
     (mh-goto-msg msg nil t)
     (if (looking-at mh-refiled-msg-regexp)
-       (error "Message %d is refiled.  Undo refile before deleting." msg))
+       (error "Message %d is refiled.  Undo refile before deleting" msg))
     (if (looking-at mh-deleted-msg-regexp)
        nil
        (mh-set-folder-modified-p t)
@@ -643,7 +643,7 @@ Flush mh-e's state out to MH.  The message at the cursor becomes current."
   (save-excursion
     (mh-goto-msg msg nil t)
     (cond ((looking-at mh-deleted-msg-regexp)
-          (error "Message %d is deleted.  Undo delete before moving." msg))
+          (error "Message %d is deleted.  Undo delete before moving" msg))
          ((looking-at mh-refiled-msg-regexp)
           (if (y-or-n-p
                (format "Message %d already refiled.  Copy to %s as well? "
index cc1ce6aec1bffee1fd0d6f2e5859ea8228ab1cab..944c6497d273bc112cb8b30c91a84192fe5c58f8 100644 (file)
@@ -1,9 +1,9 @@
-;;; mh-funcs --- mh-e functions not everyone will use right away
-;; Time-stamp: <95/08/19 16:44:06 gildea>
+;;; mh-funcs.el --- mh-e functions not everyone will use right away
+;; Time-stamp: <2001-07-14 13:08:45 pavel>
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 
 ;;; Change Log:
 
-;; $Id: mh-funcs.el,v 1.4 1995/11/03 02:29:34 kwzh Exp erik $
+;; $Id: mh-funcs.el,v 1.5 1996/01/14 07:34:30 erik Exp $
 
 ;;; Code:
 
@@ -352,3 +352,4 @@ Default directory is the last directory used, or initially the value of
       (mh-handle-process-error command value))
     (insert "\n(mh-store finished)\n")))
        
+;;; mh-funcs.el ends here
index 812a577ac41b1f80d89f871940a9eb4b2680323d..e2d38f92d8b3c34d576ed32769769cb3f33ce374 100644 (file)
@@ -1,9 +1,9 @@
-;;; mh-mime --- mh-e support for composing MIME messages
-;; Time-stamp: <95/08/19 16:45:17 gildea>
+;;; mh-mime.el --- mh-e support for composing MIME messages
+;; Time-stamp: <2001-07-15 09:52:45 pavel>
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 
 ;;; Change Log:
 
-;; $Id: mh-mime.el,v 1.7 1997/01/13 03:25:05 rms Exp kwzh $
+;; $Id: mh-mime.el,v 1.8 1998/09/23 21:51:50 kwzh Exp $
 
 ;;; Code:
 
@@ -234,8 +234,10 @@ Optional non-nil argument means don't ask for confirmation."
     (or noconfirm
        (yes-or-no-p (format "Revert buffer from file %s? "
                             backup-file))
-       (error "mhn edit revert not confirmed."))
+       (error "mhn edit revert not confirmed"))
     (let ((buffer-read-only nil))
       (erase-buffer)
       (insert-file-contents backup-file))
     (after-find-file nil)))
+
+;;; mh-mime.el ends here
index a297d5e6f5c92704f5a39da1b54e7e167f66fd9d..c00a8d78dda57ed760b299521a5259a13a513bc7 100644 (file)
@@ -1,9 +1,9 @@
-;;; mh-pick --- make a search pattern and search for a message in mh-e
-;; Time-stamp: <95/08/19 16:45:16 gildea>
+;;; mh-pick.el --- make a search pattern and search for a message in mh-e
+;; Time-stamp: <2001-07-14 13:09:34 pavel>
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 
 ;;; Change Log:
 
-;; $Id: mh-pick.el,v 1.4 1995/11/03 02:30:09 kwzh Exp erik $
+;; $Id: mh-pick.el,v 1.5 1996/01/14 07:34:30 erik Exp $
 
 ;;; Code:
 
@@ -193,3 +193,5 @@ Add the messages found to the sequence named `search'."
 (define-key mh-pick-mode-map "\C-c\C-fr" 'mh-to-field)
 (define-key mh-pick-mode-map "\C-c\C-fs" 'mh-to-field)
 (define-key mh-pick-mode-map "\C-c\C-ft" 'mh-to-field)
+
+;;; mh-pick.el ends here
index 59db6ee8f19faf4efd603a4867d417833e720a16..feb5ad11651d94d1926d9ea809aad1a81d28cccd 100644 (file)
@@ -1,9 +1,9 @@
-;;; mh-seq --- mh-e sequences support
-;; Time-stamp: <95/08/19 16:45:15 gildea>
+;;; mh-seq.el --- mh-e sequences support
+;; Time-stamp: <2001-07-14 13:10:33 pavel>
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 
 ;;; Change Log:
 
-;; $Id: mh-seq.el,v 1.5 1996/01/14 07:34:30 erik Exp kwzh $
+;; $Id: mh-seq.el,v 1.6 1996/01/29 23:16:57 kwzh Exp $
 
 ;;; Code:
 
@@ -235,3 +235,4 @@ If optional prefix argument provided, then prompt for the message sequence."
       (goto-char location)
       (insert-buffer-substring (current-buffer) beginning-of-line end))))
 
+;;; mh-seq.el ends here
index c71e51656df29dab5037b1ab9200b335deb83ba8..8dd5ef3a163acc548a411a52ddce4a7092889d58 100644 (file)
@@ -1,9 +1,9 @@
 ;;; mh-utils.el --- mh-e code needed for both sending and reading
-;; Time-stamp: <95/10/22 17:58:16 gildea>
+;; Time-stamp: <2001-07-15 09:52:59 pavel>
 
 ;; Copyright (C) 1993, 1995, 1997, 2000 Free Software Foundation, Inc.
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -579,7 +579,7 @@ Non-nil third argument means not to show the message."
            (if (not (mh-folder-name-p mh-draft-folder))
                (setq mh-draft-folder (format "+%s" mh-draft-folder)))
            (if (not (file-exists-p (mh-expand-file-name mh-draft-folder)))
-               (error "Draft folder \"%s\" not found.  Create it and try again."
+               (error "Draft folder \"%s\" not found.  Create it and try again"
                       (mh-expand-file-name mh-draft-folder)))))
       (setq mh-inbox (mh-get-profile-field "Inbox:"))
       (cond ((not mh-inbox)
@@ -978,7 +978,7 @@ directory names."
                                                 (end-of-line)
                                                 (point))))
             (display-buffer (current-buffer))
-            (error "%s failed with status %d.  See error message in other window."
+            (error "%s failed with status %d.  See error message in other window"
                    command status)))))))
 
 
index 70cc7fac3f56dbdc28152558084fdd53723e2d69..1a90f68ef37f5398d1c5e1c8331bb6118157982e 100644 (file)
@@ -1,6 +1,12 @@
 ;;; sc.el --- old name for supercite
 
+;; This file is part of GNU Emacs.
+
+;;; Commentary:
+
+;;; Code:
+
 (require 'supercite)
 (provide 'sc)
 
-;; sc.el ends here
+;;; sc.el ends here
index 390335d1e3453d80c539c454a9ae134936daf129..039e3d5cf240f21e5fe7106636f0147cb72260c5 100644 (file)
@@ -1,4 +1,4 @@
-;;; unrmail.el --- convert Rmail files to mailbox files.
+;;; unrmail.el --- convert Rmail files to mailbox files
 
 ;;; Copyright (C) 1992 Free Software Foundation, Inc.
 
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (defvar command-line-args-left)        ;Avoid 'free variable' warning
index 7183a3dad409f2adb18fedead3ea975f7b835ad6..fe89a9d7bd3d2aa90687446c9d10bd9f0ea861b9 100644 (file)
@@ -1,11 +1,11 @@
-;;; midnight.el --- run something every midnight, e.g., kill old buffers.
+;;; midnight.el --- run something every midnight, e.g., kill old buffers
 
 ;;; Copyright (C) 1998 Free Software Foundation, Inc.
 
-;;; Author: Sam Steingold <sds@usa.net>
-;;; Maintainer: Sam Steingold <sds@usa.net>
-;;; Created: 1998-05-18
-;;; Keywords: utilities
+;; Author: Sam Steingold <sds@usa.net>
+;; Maintainer: Sam Steingold <sds@usa.net>
+;; Created: 1998-05-18
+;; Keywords: utilities
 
 ;; This file is part of GNU Emacs.
 
index 1470e82f367e2ade33862f030c5b3bcae5ffc6e3..ccc25308d304f81f241cf43569c051a6b580bb4a 100644 (file)
@@ -1,5 +1,11 @@
 ;;; patcomp.el --- used by patch files to update Emacs releases
 
+;; This file is part of GNU Emacs.
+
+;;; Commentary:
+
+;;; Code:
+
 (defun batch-byte-recompile-emacs ()
   "Recompile the Emacs `lisp' directory.
 This is used after installing the patches for a new version."
@@ -12,3 +18,5 @@ This is used after installing the patches for a new version.
 It uses the command line arguments to specify the files to compile."
   (let ((load-path (list (expand-file-name "lisp"))))
     (batch-byte-compile)))
+
+;;; patcomp.el ends here
index 854479d43059a49d37c9be1fb82717efd0dfe8b8..af90beeef92784a4920af0fa0a7661e0bc41e109 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-cvs --- functions for dealing with cvs completions
+;;; pcmpl-cvs.el --- functions for dealing with cvs completions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index f7a681c803ebdeff004a7444a6fa5f1aa377868f..9153bf73e50c36b1af78daf752b47a5745539380 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-gnu --- completions for GNU project tools
+;;; pcmpl-gnu.el --- completions for GNU project tools
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -19,6 +19,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (provide 'pcmpl-gnu)
index 47698389497eb4045ffadb99ae3656117aab392a..83e4330d9763a202afa4796225b179e2a9e866fb 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-linux --- functions for dealing with GNU/Linux completions
+;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index ae72e51ae55afe78ed068ad978c36880c6d5b92e..f51208dbfab48cd1072cd2bdcc5965a35b747ddb 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-rpm --- functions for dealing with rpm completions
+;;; pcmpl-rpm.el --- functions for dealing with rpm completions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -324,6 +324,6 @@ You can use \\[eshell-report-bug] to do so."
                 (pcomplete-dirs-or-entries "\\.tar\\'")
               (pcomplete-dirs-or-entries "\\.spec\\'"))))))
        (t
-       (error "You must select a mode: -q, -i, -U, --verify, etc."))))))
+       (error "You must select a mode: -q, -i, -U, --verify, etc"))))))
 
 ;;; pcmpl-rpm.el ends here
index b990cb722d90eba4a27c505d63a1bb2a35ce9bfe..e4ed4cbf16b50ff4aff333327bfbdef9808b1af7 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-unix --- standard UNIX completions
+;;; pcmpl-unix.el --- standard UNIX completions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -19,6 +19,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (provide 'pcmpl-unix)
index f6764b45be5ae476a5f56631e02f62b4f478a893..5a73e041cb11d52e57a0fe2be7ca128e503470dc 100644 (file)
@@ -3,6 +3,8 @@
 ;;; This is in the public domain, since it was distributed
 ;;; by its author without a copyright notice in 1986.
 
+;; This file is part of GNU Emacs.
+
 ;; Keywords: games
 
 ;;; Commentary:
index 87d69ac8709811d9211c7aa624a9faa6ef3a3031..90e9361c58043734d58fa5563439f90fb29064c5 100644 (file)
@@ -2,10 +2,10 @@
 
 ;; Copyright (C) 2000 Free Software Foundation, Inc.
 
-;;; Author: Victor Zandy <zandy@cs.wisc.edu>
-;;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
-;;; Keywords: games
-;;; Created: June 6, 1998
+;; Author: Victor Zandy <zandy@cs.wisc.edu>
+;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
+;; Keywords: games
+;; Created: June 6, 1998
 
 ;; This file is part of GNU Emacs.
 
index cc817145ed29ad5893ae1214e26cb2ab1941a108..b42839318c4057a9d4774fde4dcb9d842b2e0a6a 100644 (file)
@@ -1,4 +1,4 @@
-;;; replace.el --- replace commands for Emacs.
+;;; replace.el --- replace commands for Emacs
 
 ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001
 ;;  Free Software Foundation, Inc.
index 6e0231ca1fc0585af9625d2411a5ba1dfe2dc69e..e0dc04ee3d07173ee59d901685117cb9ca9d82d1 100644 (file)
@@ -1,4 +1,4 @@
-;;; select.el --- lisp portion of standard selection support.
+;;; select.el --- lisp portion of standard selection support
 
 ;; Keywords: internal
 
@@ -22,6 +22,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; This is for temporary compatibility with pre-release Emacs 19.
@@ -314,4 +316,4 @@ Cut buffers are considered obsolete; you should use selections instead."
 
 (provide 'select)
 
-;;; select.el ends here.
+;;; select.el ends here
index ffb6f7f0ca62dd96beac5ce1bcd64a6e331442d0..f2f71a3fe3bf6b16497aa596bd155207837c2827 100644 (file)
@@ -20,6 +20,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 (defvar custom-declare-variable-list nil
   "Record `defcustom' calls made before `custom.el' is loaded to handle them.
index a159b93311e5871963cb85f67766e6460376282f..4761ef03cf994f4b63db18716f4cfe64ab471c12 100644 (file)
@@ -1,4 +1,4 @@
-;;; talk.el --- Allow several users to talk to each other through Emacs.
+;;; talk.el --- allow several users to talk to each other through Emacs
 
 ;; Copyright (C) 1995 Free Software Foundation, Inc.
 
index dcbcd0aacd62f2b7c0658bc58d440bd3638b6dd0..f4591e16f4ee29b2b1505335036916bc31ed3503 100644 (file)
@@ -2,9 +2,9 @@
 
 ;;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc.
 
-;;; Author: Per Bothner <bothner@cygnus.com>
-;;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu>
-;;; Keywords: processes
+;; Author: Per Bothner <bothner@cygnus.com>
+;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu>
+;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
 
@@ -31,6 +31,8 @@
 
 ;;; To see what I've modified and where it came from search for '-mm'
 
+;;; Commentary:
+
 ;;; Speed considerations and a few caveats
 ;;; --------------------------------------
 ;;;
 ;; term-mode-hook is the term mode hook.  Basically for your keybindings.
 ;; term-load-hook is run after loading in this package.
 
-;; Code:
+;;; Code:
 
 ;; This is passed to the inferior in the EMACS environment variable,
 ;; so it is important to increase it if there are protocol-relevant changes.
index ffe8e6bb1a6e9493e9c4efa251a0e1864a960fda..1dc3658048b1c50cf760e7e2dede361188bc9e4a 100644 (file)
@@ -1 +1,3 @@
 (load "term/vt100" nil t)
+
+;;; apollo.el ends here
index f106b8b75c2b90a03235efedfab687684f6f971e..c9fd9c2c64eb8d48f128aa7fe6bb636a4f431114 100644 (file)
@@ -1,2 +1,4 @@
 ;;; HP terminals usually encourage using ^H as the rubout character
 (load "term/keyswap" nil t)
+
+;;; bobcat.el ends here
index e46efa073ddc8fc5f081de298e670a1744ddc5a0..a6f560999f56f936bb05811c714daec0abc43cc0 100644 (file)
@@ -10,3 +10,5 @@
 (let ((value (current-input-mode)))
   ;; The third arg only matters in that it is not t or nil.
   (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value)))
+
+;;; linux.el ends here
index aedf221b4f1b0b76a1e4a7ae88415b16da96028b..cb03f4460204de8738c5e85c5655f1841c8de59a 100644 (file)
@@ -66,3 +66,5 @@
 (define-key function-key-map "\eOw" [kp-7])
 (define-key function-key-map "\eOx" [kp-8])
 (define-key function-key-map "\eOy" [kp-9])
+
+;;; lk201.el ends here
index ffe8e6bb1a6e9493e9c4efa251a0e1864a960fda..6971e3a21c8c52fef0213e93995a34c393ecff5b 100644 (file)
@@ -1 +1,3 @@
 (load "term/vt100" nil t)
+
+;;; vt102.el ends here
index ffe8e6bb1a6e9493e9c4efa251a0e1864a960fda..392693c2cd0dd9174e9044792819acea69e03dce 100644 (file)
@@ -1 +1,3 @@
 (load "term/vt100" nil t)
+
+;;; vt125.el ends here
index 31f64a0f8b24833ff4b69ef6cc3af7819bcf3213..fc63f06dbda73251709485991abac8b7f401111c 100644 (file)
@@ -4,3 +4,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt200.el ends here
index c9cb12521dc516b008e5edfdd9ce6da01c6e1528..4708604b00fe3d8519a7da75ffdcea893b6b1d2f 100644 (file)
@@ -5,3 +5,4 @@
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
 
+;;; vt201.el ends here
index c9cb12521dc516b008e5edfdd9ce6da01c6e1528..daa52e89d4957b5ff9a7163c221225acdc8419c5 100644 (file)
@@ -5,3 +5,4 @@
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
 
+;;; vt220.el ends here
index 31f64a0f8b24833ff4b69ef6cc3af7819bcf3213..62639025855a4cf118d900f237574bf380df8679 100644 (file)
@@ -4,3 +4,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt240.el ends here
index a4a0a6e359a4c32516acbeb9b646cb890828cc84..2648506378760f8338799785fa36ddfbd2626b66 100644 (file)
@@ -2,3 +2,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt300.el ends here
index a4a0a6e359a4c32516acbeb9b646cb890828cc84..93aee9779bee0287fc506ff5e4be511d2e79f3d3 100644 (file)
@@ -2,3 +2,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt320.el ends here
index a4a0a6e359a4c32516acbeb9b646cb890828cc84..049944ea683e39fbbdf1f41b882fd1c98870403b 100644 (file)
@@ -2,3 +2,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt400.el ends here
index a4a0a6e359a4c32516acbeb9b646cb890828cc84..71c13490feb0399c04702402bde8c9bd98104d1b 100644 (file)
@@ -2,3 +2,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt420.el ends here
index c2cb69d46ddf583783a3529a5930016caf0abcaa..4aec15d91313c686678827264f54c879c4025a37 100644 (file)
@@ -19,6 +19,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 \f
 (defun apollo-kill-entire-line ()
index cad653f0303629763feb605650315e41c46d2b05..9a3edba771bb40e36856aa549a93cdd8f259b96a 100644 (file)
@@ -1,4 +1,4 @@
-;;; x-menu.el --- menu support for X 
+;;; x-menu.el --- menu support for X
 
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
@@ -19,6 +19,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (defun x-menu-mode ()