diff options
| author | Pavel Janík | 2001-07-15 19:53:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-15 19:53:53 +0000 |
| commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
| tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c | |
| parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
| download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip | |
Some fixes to follow coding conventions.
118 files changed, 345 insertions, 165 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad854a49d2b..feafc6e99c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,52 @@ | |||
| 1 | 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el, | ||
| 4 | eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el, | ||
| 5 | eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el, | ||
| 6 | eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el, | ||
| 7 | eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el, | ||
| 8 | eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el, | ||
| 9 | eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el, | ||
| 10 | eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el, | ||
| 11 | eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el, | ||
| 12 | eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding | ||
| 13 | conventions in Eshell files. | ||
| 14 | |||
| 15 | * composite.el, diff.el, emacs-lisp/levents.el, | ||
| 16 | emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el, | ||
| 17 | emulation/pc-mode.el, emulation/viper-cmd.el, | ||
| 18 | emulation/viper-ex.el, emulation/viper-init.el, | ||
| 19 | emulation/viper-keym.el, emulation/viper-macs.el, | ||
| 20 | emulation/viper-mous.el, emulation/viper-util.el, | ||
| 21 | emulation/viper.el, forms-pass.el, international/ccl.el, | ||
| 22 | international/characters.el, international/encoded-kb.el, | ||
| 23 | international/fontset.el, international/ja-dic-cnv.el, | ||
| 24 | international/ja-dic-utl.el, international/kinsoku.el, | ||
| 25 | international/kkc.el, international/mule-cmds.el, | ||
| 26 | international/mule-diag.el, international/mule-util.el, | ||
| 27 | international/mule.el, international/titdic-cnv.el, | ||
| 28 | language/china-util.el, language/chinese.el, | ||
| 29 | language/cyril-util.el, language/cyrillic.el, language/english.el, | ||
| 30 | language/greek.el, language/hebrew.el, language/japan-util.el, | ||
| 31 | language/japanese.el, language/korea-util.el, language/korean.el, | ||
| 32 | language/lao-util.el, language/lao.el, language/misc-lang.el, | ||
| 33 | language/slovak.el, language/thai-util.el, language/thai.el, | ||
| 34 | language/viet-util.el, language/vietnamese.el, mail/mh-comp.el, | ||
| 35 | mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el, | ||
| 36 | mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el, | ||
| 37 | midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el, | ||
| 38 | pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el, | ||
| 39 | play/zone.el, replace.el, select.el, subr.el, talk.el, term.el, | ||
| 40 | term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el, | ||
| 41 | term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el, | ||
| 42 | term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el, | ||
| 43 | term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes | ||
| 44 | to follow coding conventions in files without maintainer or in | ||
| 45 | files with clear maintainer (but without Maintainer header stating | ||
| 46 | so). | ||
| 47 | |||
| 48 | * emacs-lisp/elp.el: A fix to follow coding conventions. | ||
| 49 | |||
| 3 | * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el, | 50 | * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el, |
| 4 | gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el, | 51 | gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el, |
| 5 | gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el, | 52 | gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el, |
diff --git a/lisp/composite.el b/lisp/composite.el index 42dcf1bb600..610ec227a60 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; composite.el --- Support character composition. | 1 | ;;; composite.el --- support character composition |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;;;###autoload | 29 | ;;;###autoload |
diff --git a/lisp/diff.el b/lisp/diff.el index 358ad9a4c24..0e80b6a824f 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; diff.el --- Run `diff' in compilation-mode. | 1 | ;;; diff.el --- run `diff' in compilation-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 6ecb05b231f..f2f484f3e8b 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994,1995,1997,1998, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994,1995,1997,1998, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: 1994-1998 Barry A. Warsaw | 5 | ;; Author: Barry A. Warsaw |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Created: 26-Feb-1994 | 7 | ;; Created: 26-Feb-1994 |
| 8 | ;; Keywords: debugging lisp tools | 8 | ;; Keywords: debugging lisp tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -331,7 +331,7 @@ For example, to instrument all ELP functions, do the following: | |||
| 331 | \\[elp-instrument-package] RET elp- RET" | 331 | \\[elp-instrument-package] RET elp- RET" |
| 332 | (interactive "sPrefix of package to instrument: ") | 332 | (interactive "sPrefix of package to instrument: ") |
| 333 | (if (zerop (length prefix)) | 333 | (if (zerop (length prefix)) |
| 334 | (error "Instrumenting all Emacs functions would render Emacs unusable.")) | 334 | (error "Instrumenting all Emacs functions would render Emacs unusable")) |
| 335 | (elp-instrument-list | 335 | (elp-instrument-list |
| 336 | (mapcar | 336 | (mapcar |
| 337 | 'intern | 337 | 'intern |
| @@ -362,7 +362,7 @@ Use optional LIST if provided instead." | |||
| 362 | (interactive "aFunction to reset: ") | 362 | (interactive "aFunction to reset: ") |
| 363 | (let ((info (get funsym elp-timer-info-property))) | 363 | (let ((info (get funsym elp-timer-info-property))) |
| 364 | (or info | 364 | (or info |
| 365 | (error "%s is not instrumented for profiling." funsym)) | 365 | (error "%s is not instrumented for profiling" funsym)) |
| 366 | (aset info 0 0) ;reset call counter | 366 | (aset info 0 0) ;reset call counter |
| 367 | (aset info 1 0.0) ;reset total time | 367 | (aset info 1 0.0) ;reset total time |
| 368 | ;; don't muck with aref 2 as that is the old symbol definition | 368 | ;; 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]." | |||
| 417 | (func (aref info 2)) | 417 | (func (aref info 2)) |
| 418 | result) | 418 | result) |
| 419 | (or func | 419 | (or func |
| 420 | (error "%s is not instrumented for profiling." funsym)) | 420 | (error "%s is not instrumented for profiling" funsym)) |
| 421 | (if (not elp-record-p) | 421 | (if (not elp-record-p) |
| 422 | ;; when not recording, just call the original function symbol | 422 | ;; when not recording, just call the original function symbol |
| 423 | ;; and return the results. | 423 | ;; and return the results. |
| @@ -591,4 +591,4 @@ displayed." | |||
| 591 | 591 | ||
| 592 | (provide 'elp) | 592 | (provide 'elp) |
| 593 | 593 | ||
| 594 | ;; elp.el ends here | 594 | ;;; elp.el ends here |
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el index 0cb860c6d44..2f25ad6555d 100644 --- a/lisp/emacs-lisp/levents.el +++ b/lisp/emacs-lisp/levents.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; levents.el --- emulate the Lucid event data type and associated functions. | 1 | ;;; levents.el --- emulate the Lucid event data type and associated functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index c28b5551cfa..17c6de63a7a 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | 28 | ||
diff --git a/lisp/emacs-lisp/lselect.el b/lisp/emacs-lisp/lselect.el index 9531ba18f51..e4114495a37 100644 --- a/lisp/emacs-lisp/lselect.el +++ b/lisp/emacs-lisp/lselect.el | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 24 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 25 | ;; Boston, MA 02111-1307, USA. | 25 | ;; Boston, MA 02111-1307, USA. |
| 26 | 26 | ||
| 27 | ;;; Commentary: | ||
| 28 | |||
| 27 | ;;; Code: | 29 | ;;; Code: |
| 28 | 30 | ||
| 29 | ;;; The selection code requires us to use certain symbols whose names are | 31 | ;;; The selection code requires us to use certain symbols whose names are |
| @@ -229,4 +231,4 @@ the kill ring or the Clipboard." | |||
| 229 | 231 | ||
| 230 | (provide 'lselect) | 232 | (provide 'lselect) |
| 231 | 233 | ||
| 232 | ;;; lselect.el ends here. | 234 | ;;; lselect.el ends here |
diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index 11a246b0ea4..2674f39ab2a 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; lucid.el --- Emulate some Lucid Emacs functions. | 1 | ;;; lucid.el --- emulate some Lucid Emacs functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -19,6 +19,8 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | ||
| 23 | |||
| 22 | ;;; Code: | 24 | ;;; Code: |
| 23 | 25 | ||
| 24 | ;; XEmacs autoloads CL so we might as well make use of it. | 26 | ;; XEmacs autoloads CL so we might as well make use of it. |
| @@ -224,4 +226,4 @@ bottom of the buffer stack." | |||
| 224 | 226 | ||
| 225 | (provide 'lucid) | 227 | (provide 'lucid) |
| 226 | 228 | ||
| 227 | ;;; end of lucid.el | 229 | ;;; lucid.el ends here |
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index e10d97be3d7..3dc471359c8 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pc-mode.el --- emulate certain key bindings used on PCs. | 1 | ;;; pc-mode.el --- emulate certain key bindings used on PCs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | ;;;###autoload | 28 | ;;;###autoload |
| @@ -51,4 +53,4 @@ C-Escape does list-buffers." | |||
| 51 | 53 | ||
| 52 | (provide 'pc-mode) | 54 | (provide 'pc-mode) |
| 53 | 55 | ||
| 54 | ;; pc-mode.el ends here | 56 | ;;; pc-mode.el ends here |
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index ce3b24c19cb..9033ac7ce02 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -18,7 +18,9 @@ | |||
| 18 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | ;; Boston, MA 02111-1307, USA. | 19 | ;; Boston, MA 02111-1307, USA. |
| 20 | 20 | ||
| 21 | ;; Code | 21 | ;;; Commentary: |
| 22 | |||
| 23 | ;;; Code: | ||
| 22 | 24 | ||
| 23 | (provide 'viper-cmd) | 25 | (provide 'viper-cmd) |
| 24 | (require 'advice) | 26 | (require 'advice) |
| @@ -1489,7 +1491,7 @@ If the prefix argument, ARG, is non-nil, it is used instead of `val'." | |||
| 1489 | (com (nth 2 viper-d-com)) | 1491 | (com (nth 2 viper-d-com)) |
| 1490 | (reg (nth 3 viper-d-com))) | 1492 | (reg (nth 3 viper-d-com))) |
| 1491 | (if (null val) (setq val (nth 1 viper-d-com))) | 1493 | (if (null val) (setq val (nth 1 viper-d-com))) |
| 1492 | (if (null m-com) (error "No previous command to repeat.")) | 1494 | (if (null m-com) (error "No previous command to repeat")) |
| 1493 | (setq viper-use-register reg) | 1495 | (setq viper-use-register reg) |
| 1494 | (if (nth 4 viper-d-com) ; text inserted by command | 1496 | (if (nth 4 viper-d-com) ; text inserted by command |
| 1495 | (setq viper-last-insertion (nth 4 viper-d-com) | 1497 | (setq viper-last-insertion (nth 4 viper-d-com) |
| @@ -4902,4 +4904,4 @@ Mail anyway (y or n)? ") | |||
| 4902 | 4904 | ||
| 4903 | 4905 | ||
| 4904 | 4906 | ||
| 4905 | ;;; viper-cmd.el ends here | 4907 | ;;; viper-cmd.el ends here |
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 047ac5f9c18..3b01dd05241 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;; Code | 22 | ;;; Commentary: |
| 23 | |||
| 24 | ;;; Code: | ||
| 23 | 25 | ||
| 24 | (provide 'viper-ex) | 26 | (provide 'viper-ex) |
| 25 | 27 | ||
| @@ -1436,7 +1438,7 @@ reversed." | |||
| 1436 | (if name | 1438 | (if name |
| 1437 | (if (eq 1 (length name)) | 1439 | (if (eq 1 (length name)) |
| 1438 | (setq char (string-to-char name)) | 1440 | (setq char (string-to-char name)) |
| 1439 | (error "`%s': Spurious text \"%s\" after mark name." | 1441 | (error "`%s': Spurious text \"%s\" after mark name" |
| 1440 | name (substring name 1) viper-SpuriousText)) | 1442 | name (substring name 1) viper-SpuriousText)) |
| 1441 | (save-window-excursion | 1443 | (save-window-excursion |
| 1442 | (setq viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name)) | 1444 | (setq viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name)) |
| @@ -2221,4 +2223,4 @@ Please contact your system administrator. " | |||
| 2221 | 2223 | ||
| 2222 | 2224 | ||
| 2223 | 2225 | ||
| 2224 | ;;; viper-ex.el ends here | 2226 | ;;; viper-ex.el ends here |
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 3527e38414a..0ed9a632473 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;; Code | 22 | ;;; Commentary: |
| 23 | |||
| 24 | ;;; Code: | ||
| 23 | 25 | ||
| 24 | (provide 'viper-init) | 26 | (provide 'viper-init) |
| 25 | 27 | ||
| @@ -986,4 +988,4 @@ Should be set in `~/.viper' file." | |||
| 986 | ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) | 988 | ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) |
| 987 | ;;; End: | 989 | ;;; End: |
| 988 | 990 | ||
| 989 | ;;; viper-ex.el ends here | 991 | ;;; viper-init.el ends here |
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index c76c5511627..2df1b388755 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;; Code | 22 | ;;; Commentary: |
| 23 | |||
| 24 | ;;; Code: | ||
| 23 | 25 | ||
| 24 | (provide 'viper-keym) | 26 | (provide 'viper-keym) |
| 25 | 27 | ||
| @@ -630,4 +632,4 @@ form ((key . function) (key . function) ... )." | |||
| 630 | ;;; End: | 632 | ;;; End: |
| 631 | 633 | ||
| 632 | 634 | ||
| 633 | ;;; viper-keym.el ends here | 635 | ;;; viper-keym.el ends here |
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 92f5f013093..4eaf843f274 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;; Code | 22 | ;;; Commentary: |
| 23 | |||
| 24 | ;;; Code: | ||
| 23 | 25 | ||
| 24 | (provide 'viper-macs) | 26 | (provide 'viper-macs) |
| 25 | 27 | ||
| @@ -945,4 +947,4 @@ name from there." | |||
| 945 | (call-last-kbd-macro))) | 947 | (call-last-kbd-macro))) |
| 946 | 948 | ||
| 947 | 949 | ||
| 948 | ;;; viper-macs.el ends here | 950 | ;;; viper-macs.el ends here |
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index aaa8adb2745..b6036656851 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;; Code | 22 | ;;; Commentary: |
| 23 | |||
| 24 | ;;; Code: | ||
| 23 | 25 | ||
| 24 | (provide 'viper-mous) | 26 | (provide 'viper-mous) |
| 25 | 27 | ||
| @@ -247,7 +249,7 @@ On single or double click, returns the word as determined by | |||
| 247 | (goto-char click-pos) | 249 | (goto-char click-pos) |
| 248 | (setq click-word | 250 | (setq click-word |
| 249 | (funcall viper-surrounding-word-function count click-count))) | 251 | (funcall viper-surrounding-word-function count click-count))) |
| 250 | (error "Click must be over a window.")) | 252 | (error "Click must be over a window")) |
| 251 | click-word)))) | 253 | click-word)))) |
| 252 | 254 | ||
| 253 | 255 | ||
| @@ -664,4 +666,4 @@ This buffer may be different from the one where the click occurred." | |||
| 664 | ;;; End: | 666 | ;;; End: |
| 665 | 667 | ||
| 666 | 668 | ||
| 667 | ;;; viper-mous.el ends here | 669 | ;;; viper-mous.el ends here |
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 6956d0098e8..a27f20b626f 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; viper-util.el --- Utilities used by viper.el | 1 | ;;; viper-util.el --- utilities used by viper.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -19,8 +19,9 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | ||
| 22 | 23 | ||
| 23 | ;; Code | 24 | ;;; Code: |
| 24 | 25 | ||
| 25 | ;; Compiler pacifier | 26 | ;; Compiler pacifier |
| 26 | (defvar viper-overriding-map) | 27 | (defvar viper-overriding-map) |
| @@ -1382,4 +1383,4 @@ This option is appropriate if you like Emacs-style words." | |||
| 1382 | ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) | 1383 | ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) |
| 1383 | ;;; End: | 1384 | ;;; End: |
| 1384 | 1385 | ||
| 1385 | ;;; viper-util.el ends here | 1386 | ;;; viper-util.el ends here |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 9e8efaf8b0d..d4db005b972 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; viper.el --- A full-featured Vi emulator for GNU Emacs and XEmacs, | 1 | ;;; viper.el --- a full-featured Vi emulator for GNU Emacs and XEmacs, |
| 2 | ;; a VI Plan for Emacs Rescue, | 2 | ;; a VI Plan for Emacs Rescue, |
| 3 | ;; and a venomous VI PERil. | 3 | ;; and a venomous VI PERil. |
| 4 | ;; Viper Is also a Package for Emacs Rebels. | 4 | ;; Viper Is also a Package for Emacs Rebels. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Keywords: emulations | 6 | ;; Keywords: emulations |
| 7 | ;; Author: Michael Kifer <kifer@cs.sunysb.edu> | 7 | ;; Author: Michael Kifer <kifer@cs.sunysb.edu> |
| 8 | 8 | ||
| 9 | ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01 Free Software Foundation, Inc. | 9 | ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01 Free Software Foundation, Inc. |
| 10 | 10 | ||
| @@ -294,7 +294,7 @@ | |||
| 294 | ;; much easier. | 294 | ;; much easier. |
| 295 | ;; | 295 | ;; |
| 296 | 296 | ||
| 297 | ;; Code | 297 | ;;; Code: |
| 298 | 298 | ||
| 299 | (require 'advice) | 299 | (require 'advice) |
| 300 | (require 'cl) | 300 | (require 'cl) |
| @@ -1280,4 +1280,4 @@ These two lines must come in the order given. | |||
| 1280 | ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) | 1280 | ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) |
| 1281 | ;;; End: | 1281 | ;;; End: |
| 1282 | 1282 | ||
| 1283 | ;;; viper.el ends here | 1283 | ;;; viper.el ends here |
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index d6d1ba04092..0dd908be99c 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-alias --- creation and management of command aliases | 1 | ;;; em-alias.el --- creation and management of command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index 90d59f3f21e..dc5f52bcdc1 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-banner --- sample module that displays a login banner | 1 | ;;; em-banner.el --- sample module that displays a login banner |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 52afff15b2a..49947eede77 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-basic --- basic shell builtin commands | 1 | ;;; em-basic.el --- basic shell builtin commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index 3b620b074d2..14407a8f236 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-cmpl --- completion using the TAB key | 1 | ;;; em-cmpl.el --- completion using the TAB key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 89d4a408e95..140dc217bee 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-dirs --- directory navigation commands | 1 | ;;; em-dirs.el --- directory navigation commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index f4f9ebbe5b6..0e826756c57 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-glob --- extended file name globbing | 1 | ;;; em-glob.el --- extended file name globbing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index ef0a4b348c4..a5426f53001 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-hist --- history list management | 1 | ;;; em-hist.el --- history list management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index b7b080012f5..199c176b801 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-ls --- implementation of ls in Lisp | 1 | ;;; em-ls.el --- implementation of ls in Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index b258b0f9603..5f9d7524b6f 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-pred --- argument predicates and modifiers (ala zsh) | 1 | ;;; em-pred.el --- argument predicates and modifiers (ala zsh) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| @@ -58,6 +58,8 @@ ordinary strings." | |||
| 58 | ;; See the zsh docs for more on the syntax ([(zsh.info)Filename | 58 | ;; See the zsh docs for more on the syntax ([(zsh.info)Filename |
| 59 | ;; Generation]). | 59 | ;; Generation]). |
| 60 | 60 | ||
| 61 | ;;; Code: | ||
| 62 | |||
| 61 | ;;; User Variables: | 63 | ;;; User Variables: |
| 62 | 64 | ||
| 63 | (defcustom eshell-pred-load-hook '(eshell-pred-initialize) | 65 | (defcustom eshell-pred-load-hook '(eshell-pred-initialize) |
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index f94d244cab9..c0f179c12e3 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-prompt --- command prompts | 1 | ;;; em-prompt.el --- command prompts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index b58b294aff1..c52617633c1 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-rebind --- rebind keys when point is at current input | 1 | ;;; em-rebind.el --- rebind keys when point is at current input |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index 0dcc4d42e51..af7250b553c 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-script --- Eshell script files | 1 | ;;; em-script.el --- Eshell script files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index 0d7810df9e2..fe787cd19e9 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-smart --- smart display of output | 1 | ;;; em-smart.el --- smart display of output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index c24fc993388..afd8e9596ef 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-term --- running visual commands | 1 | ;;; em-term.el --- running visual commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index ae5c04e3ab6..6db127a45f4 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-unix --- UNIX command aliases | 1 | ;;; em-unix.el --- UNIX command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 98d2cbf6cdb..427eed3c1e2 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-xtra --- extra alias functions | 1 | ;;; em-xtra.el --- extra alias functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index 0b68bd69a0a..ff863042962 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-arg --- argument processing | 1 | ;;; esh-arg.el --- argument processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 88096be13e2..c5c61d311ed 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-cmd --- command invocation | 1 | ;;; esh-cmd.el --- command invocation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 52ca3392a2c..691bbe6334d 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-ext --- commands external to Eshell | 1 | ;;; esh-ext.el --- commands external to Eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index fabb85cce9b..7e927198c26 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-io --- I/O management | 1 | ;;; esh-io.el --- I/O management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el index 89e50401c67..78de4e8ee0d 100644 --- a/lisp/eshell/esh-maint.el +++ b/lisp/eshell/esh-maint.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-maint --- init code for building eshell | 1 | ;;; esh-maint.el --- init code for building eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index aea8158c7ce..c284f6f3ffc 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-mode --- user interface | 1 | ;;; esh-mode.el --- user interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index f09f1ac7b24..176c6b33eeb 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-module --- Eshell modules | 1 | ;;; esh-module.el --- Eshell modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 6235c886599..85e30ca2180 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-opt --- command options processing | 1 | ;;; esh-opt.el --- command options processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index dbe2e773524..d5ffa4c1c95 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-proc --- process management | 1 | ;;; esh-proc.el --- process management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index acfb409da57..2e4d9c69bec 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-test --- Eshell test suite | 1 | ;;; esh-test.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 4edcb53761c..26de0a55eef 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-util --- general utilities | 1 | ;;; esh-util.el --- general utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index fdb1ea106a8..9caa40ff6db 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-var --- handling of variables | 1 | ;;; esh-var.el --- handling of variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 4cccc7aea40..1ac4d6fb43a 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; eshell --- the Emacs command shell | 1 | ;;; eshell.el --- the Emacs command shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/forms-pass.el b/lisp/forms-pass.el index 1a7db41e20a..34d4548434b 100644 --- a/lisp/forms-pass.el +++ b/lisp/forms-pass.el | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | ;;; forms-pass.el --- passwd file demo for forms-mode | 1 | ;;; forms-pass.el --- passwd file demo for forms-mode |
| 2 | 2 | ||
| 3 | ;; This file is part of GNU Emacs. | ||
| 4 | |||
| 5 | ;;; Commentary: | ||
| 6 | |||
| 3 | ;; This demo visits your passwd file. | 7 | ;; This demo visits your passwd file. |
| 4 | 8 | ||
| 9 | ;;; Code: | ||
| 10 | |||
| 5 | ;; use yp if present | 11 | ;; use yp if present |
| 6 | (or (file-exists-p (setq forms-file "/var/yp/src/passwd")) | 12 | (or (file-exists-p (setq forms-file "/var/yp/src/passwd")) |
| 7 | (setq forms-file "/etc/passwd")) | 13 | (setq forms-file "/etc/passwd")) |
| @@ -23,3 +29,5 @@ | |||
| 23 | "\n\n" | 29 | "\n\n" |
| 24 | "Shell: " 7 | 30 | "Shell: " 7 |
| 25 | "\n")) | 31 | "\n")) |
| 32 | |||
| 33 | ;;; forms-pass.el ends here | ||
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index 5da5cab6ed8..2053b6364cb 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el | |||
| @@ -317,7 +317,7 @@ | |||
| 317 | (defun ccl-check-register (arg cmd) | 317 | (defun ccl-check-register (arg cmd) |
| 318 | (if (get arg 'ccl-register-number) | 318 | (if (get arg 'ccl-register-number) |
| 319 | arg | 319 | arg |
| 320 | (error "CCL: Invalid register %s in %s." arg cmd))) | 320 | (error "CCL: Invalid register %s in %s" arg cmd))) |
| 321 | 321 | ||
| 322 | ;; Check if ARG is a valid CCL command. | 322 | ;; Check if ARG is a valid CCL command. |
| 323 | (defun ccl-check-compile-function (arg cmd) | 323 | (defun ccl-check-compile-function (arg cmd) |
| @@ -1483,4 +1483,4 @@ See the documentation of `define-ccl-program' for the detail of CCL program." | |||
| 1483 | 1483 | ||
| 1484 | (provide 'ccl) | 1484 | (provide 'ccl) |
| 1485 | 1485 | ||
| 1486 | ;; ccl.el ends here | 1486 | ;;; ccl.el ends here |
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index ea890448c4c..9b158bb2fe2 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | ;; This file does not define the syntax for Latin-N character sets; | 30 | ;; This file does not define the syntax for Latin-N character sets; |
| 31 | ;; those are defined by the files latin-N.el. | 31 | ;; those are defined by the files latin-N.el. |
| 32 | 32 | ||
| 33 | ;;; Code: | ||
| 34 | |||
| 33 | ;;; Predefined categories. | 35 | ;;; Predefined categories. |
| 34 | 36 | ||
| 35 | ;; For each character set. | 37 | ;; For each character set. |
| @@ -827,4 +829,4 @@ | |||
| 827 | ;;; coding: iso-2022-7bit | 829 | ;;; coding: iso-2022-7bit |
| 828 | ;;; End: | 830 | ;;; End: |
| 829 | 831 | ||
| 830 | ;;; end of characters.el | 832 | ;;; characters.el ends here |
diff --git a/lisp/international/encoded-kb.el b/lisp/international/encoded-kb.el index 91041cceb62..fa3a6407c6b 100644 --- a/lisp/international/encoded-kb.el +++ b/lisp/international/encoded-kb.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; encoded-kb.el --- Handler to input multibyte characters encoded somehow | 1 | ;;; encoded-kb.el --- handler to input multibyte characters encoded somehow |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -20,6 +20,10 @@ | |||
| 20 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | ;; Boston, MA 02111-1307, USA. | 21 | ;; Boston, MA 02111-1307, USA. |
| 22 | 22 | ||
| 23 | ;;; Commentary: | ||
| 24 | |||
| 25 | ;;; Code: | ||
| 26 | |||
| 23 | (defvar encoded-kbd-mode nil | 27 | (defvar encoded-kbd-mode nil |
| 24 | "Non-nil if in Encoded-kbd minor mode.") | 28 | "Non-nil if in Encoded-kbd minor mode.") |
| 25 | (put 'encoded-kbd-mode 'permanent-local t) | 29 | (put 'encoded-kbd-mode 'permanent-local t) |
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index d0f3de09a64..c23ae218933 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; fontset.el --- Commands for handling fontset. | 1 | ;;; fontset.el --- commands for handling fontset |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Set standard fontname specification of characters in the default | 29 | ;; Set standard fontname specification of characters in the default |
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index d6f3ccfb739..81b9fdc498c 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ja-dic-cnv.el --- Convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp | 1 | ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -562,8 +562,8 @@ To get complete usage, invoke: | |||
| 562 | 562 | ||
| 563 | (provide 'ja-dic-cnv) | 563 | (provide 'ja-dic-cnv) |
| 564 | 564 | ||
| 565 | ;; ja-dic-cnv.el ends here | ||
| 566 | |||
| 567 | ;; Local Variables: | 565 | ;; Local Variables: |
| 568 | ;; coding: iso-2022-7bit | 566 | ;; coding: iso-2022-7bit |
| 569 | ;; End: | 567 | ;; End: |
| 568 | |||
| 569 | ;;; ja-dic-cnv.el ends here | ||
diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el index 245cdfd0637..6afeceb9a9e 100644 --- a/lisp/international/ja-dic-utl.el +++ b/lisp/international/ja-dic-utl.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ja-dic-utl.el --- Utilities for handling Japanese dictionary (SKK-JISYO.L) | 1 | ;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -213,8 +213,8 @@ LEIM is available from the same ftp directory as Emacs.")) | |||
| 213 | ;; | 213 | ;; |
| 214 | (provide 'ja-dic-utl) | 214 | (provide 'ja-dic-utl) |
| 215 | 215 | ||
| 216 | ;; ja-dic-utl.el ends here | ||
| 217 | |||
| 218 | ;; Local Variables: | 216 | ;; Local Variables: |
| 219 | ;; coding: iso-2022-7bit | 217 | ;; coding: iso-2022-7bit |
| 220 | ;; End: | 218 | ;; End: |
| 219 | |||
| 220 | ;;; ja-dic-utl.el ends here | ||
diff --git a/lisp/international/kinsoku.el b/lisp/international/kinsoku.el index b845774fe55..4fc99bcac6a 100644 --- a/lisp/international/kinsoku.el +++ b/lisp/international/kinsoku.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; kinsoku.el --- `Kinsoku' processing funcs. -*- coding: iso-2022-7bit; -*- | 1 | ;;; kinsoku.el --- `Kinsoku' processing funcs -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -170,4 +170,4 @@ the context of text formatting." | |||
| 170 | (aref (char-category-set (preceding-char)) ?<)) | 170 | (aref (char-category-set (preceding-char)) ?<)) |
| 171 | (kinsoku-shorter linebeg)))) | 171 | (kinsoku-shorter linebeg)))) |
| 172 | 172 | ||
| 173 | ;; kinsoku.el ends here | 173 | ;;; kinsoku.el ends here |
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index 78d981affab..ff95fa18858 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el | |||
| @@ -655,4 +655,4 @@ and change the current conversion to the last one in the group." | |||
| 655 | ;; | 655 | ;; |
| 656 | (provide 'kkc) | 656 | (provide 'kkc) |
| 657 | 657 | ||
| 658 | ;; kkc.el ends here | 658 | ;;; kkc.el ends here |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 2d95a531bd5..67aef2be068 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mule-cmds.el --- Commands for mulitilingual environment | 1 | ;;; mule-cmds.el --- commands for mulitilingual environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -23,6 +23,8 @@ | |||
| 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | ;; Boston, MA 02111-1307, USA. | 24 | ;; Boston, MA 02111-1307, USA. |
| 25 | 25 | ||
| 26 | ;;; Commentary: | ||
| 27 | |||
| 26 | ;;; Code: | 28 | ;;; Code: |
| 27 | 29 | ||
| 28 | (eval-when-compile (defvar dos-codepage)) | 30 | (eval-when-compile (defvar dos-codepage)) |
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 51ac6f79073..af4573ad788 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mule-diag.el --- Show diagnosis of multilingual environment (Mule) | 1 | ;;; mule-diag.el --- show diagnosis of multilingual environment (Mule) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -22,6 +22,10 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;;; Code: | ||
| 28 | |||
| 25 | ;;; General utility function | 29 | ;;; General utility function |
| 26 | 30 | ||
| 27 | ;; Print all arguments with single space separator in one line. | 31 | ;; Print all arguments with single space separator in one line. |
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index af5b608f6c8..f66420a8686 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mule-util.el --- Utility functions for mulitilingual environment (mule) | 1 | ;;; mule-util.el --- utility functions for mulitilingual environment (mule) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;;; String manipulations while paying attention to multibyte | 29 | ;;; String manipulations while paying attention to multibyte |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 4700abcc186..5d86f69bdea 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -23,6 +23,8 @@ | |||
| 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | ;; Boston, MA 02111-1307, USA. | 24 | ;; Boston, MA 02111-1307, USA. |
| 25 | 25 | ||
| 26 | ;;; Commentary: | ||
| 27 | |||
| 26 | ;;; Code: | 28 | ;;; Code: |
| 27 | 29 | ||
| 28 | (defconst mule-version "5.0 (SAKAKI)" "\ | 30 | (defconst mule-version "5.0 (SAKAKI)" "\ |
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index 8865024f89b..b7ac8a93fd0 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Comments: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; Convert cxterm dictionary (of TIT format) to quail-package. | 27 | ;; Convert cxterm dictionary (of TIT format) to quail-package. |
| 28 | ;; | 28 | ;; |
| @@ -1179,8 +1179,8 @@ to store generated Quail packages." | |||
| 1179 | (miscdic-convert filename dir)))) | 1179 | (miscdic-convert filename dir)))) |
| 1180 | (kill-emacs 0)) | 1180 | (kill-emacs 0)) |
| 1181 | 1181 | ||
| 1182 | ;;; titdic-cnv.el ends here | ||
| 1183 | |||
| 1184 | ;; Local Variables: | 1182 | ;; Local Variables: |
| 1185 | ;; coding: iso-2022-7bit | 1183 | ;; coding: iso-2022-7bit |
| 1186 | ;; End: | 1184 | ;; End: |
| 1185 | |||
| 1186 | ;;; titdic-cnv.el ends here | ||
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index 6e4e68e26b0..8a0a83d834a 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Hz/ZW encoding stuffs | 29 | ;; Hz/ZW encoding stuffs |
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index de9aee9252c..498b9c635ba 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; chinese.el --- Support for Chinese -*- coding: iso-2022-7bit; -*- | 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index 0f6086a8797..e0b828a019d 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts | 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | ;;;###autoload | 28 | ;;;###autoload |
| @@ -189,8 +191,8 @@ If the argument is nil, we return the display table to its standard state." | |||
| 189 | ;; | 191 | ;; |
| 190 | (provide 'cyril-util) | 192 | (provide 'cyril-util) |
| 191 | 193 | ||
| 192 | ;;; cyril-util.el ends here | ||
| 193 | |||
| 194 | ;; Local Variables: | 194 | ;; Local Variables: |
| 195 | ;; coding: iso-2022-7bit | 195 | ;; coding: iso-2022-7bit |
| 196 | ;; End: | 196 | ;; End: |
| 197 | |||
| 198 | ;;; cyril-util.el ends here | ||
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 037869b6886..dbf51acbd52 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cyrillic.el --- Support for Cyrillic -*- coding: iso-2022-7bit; -*- | 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/english.el b/lisp/language/english.el index bba7e20b94d..cbfd206c204 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; english.el --- English support | 1 | ;;; english.el --- support for English |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; English as a language environment is one of the ways to reset | 28 | ;; English as a language environment is one of the ways to reset |
| 29 | ;; various multilingual environment to the original settting. | 29 | ;; various multilingual environment to the original settting. |
| 30 | 30 | ||
| 31 | ;;; Code | 31 | ;;; Code: |
| 32 | 32 | ||
| 33 | (set-language-info-alist | 33 | (set-language-info-alist |
| 34 | "English" '((tutorial . "TUTORIAL") | 34 | "English" '((tutorial . "TUTORIAL") |
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 385536d97b5..39702866755 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; greek.el --- Support for Greek | 1 | ;;; greek.el --- support for Greek |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index ec3edfce127..3579d2c394a 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hebrew.el --- Support for Hebrew -*- coding: iso-2022-7bit; -*- | 1 | ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index 36dbefb4af7..465477c6550 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- | 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | |||
| 3 | 2 | ||
| 4 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 5 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -24,6 +23,8 @@ | |||
| 24 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 25 | ;; Boston, MA 02111-1307, USA. | 24 | ;; Boston, MA 02111-1307, USA. |
| 26 | 25 | ||
| 26 | ;;; Commentary: | ||
| 27 | |||
| 27 | ;;; Code: | 28 | ;;; Code: |
| 28 | 29 | ||
| 29 | (defvar sentence-end-save nil) | 30 | (defvar sentence-end-save nil) |
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 92001e47c0b..20ec1aa2a50 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; japanese.el --- Japanese support -*- coding: iso-2022-7bit; -*- | 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index 11438295a2e..9a945668c76 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | ;;;###autoload | 28 | ;;;###autoload |
| @@ -133,4 +135,4 @@ | |||
| 133 | ;; | 135 | ;; |
| 134 | (provide 'korea-util) | 136 | (provide 'korea-util) |
| 135 | 137 | ||
| 136 | ;;; korean-util.el ends here | 138 | ;;; korea-util.el ends here |
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 276e437360c..466e7cce0b2 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; korean.el --- Support for Korean -*- coding: iso-2022-7bit; -*- | 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index dea365ad58b..1fca9c4dbb5 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Setting information of Thai characters. | 29 | ;; Setting information of Thai characters. |
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index 7aae8f76db5..ec2a62943d3 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; lao.el --- Support for Lao -*- coding: iso-2022-7bit; -*- | 1 | ;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | (make-coding-system | 29 | (make-coding-system |
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index 04ca63f55c4..fc47caee7f8 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el | |||
| @@ -22,6 +22,10 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;;; Code: | ||
| 28 | |||
| 25 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 29 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 26 | ;;; IPA (International Phonetic Alphabet) | 30 | ;;; IPA (International Phonetic Alphabet) |
| 27 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 31 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -40,4 +44,3 @@ and Italian."))) | |||
| 40 | (provide 'misc-lang) | 44 | (provide 'misc-lang) |
| 41 | 45 | ||
| 42 | ;;; misc-lang.el ends here | 46 | ;;; misc-lang.el ends here |
| 43 | |||
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index 709cf8ae8b5..cda4cbebe50 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*- | 1 | ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001 Free Software Foundation. | 3 | ;; Copyright (C) 1998, 2001 Free Software Foundation. |
| 4 | 4 | ||
| @@ -48,4 +48,4 @@ and select's the Slovak tutorial.")) | |||
| 48 | 48 | ||
| 49 | (provide 'slovak) | 49 | (provide 'slovak) |
| 50 | 50 | ||
| 51 | ;; slovak.el ends here | 51 | ;;; slovak.el ends here |
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 1a8802a3460..d2e4e116f3a 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Setting information of Thai characters. | 29 | ;; Setting information of Thai characters. |
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 7a1805fa81b..7ba4043e105 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; thai.el --- Support for Thai -*- coding: iso-2022-7bit; -*- | 1 | ;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index d032eafd1d2..0268f6f0bb3 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index 228cfff3c3b..92273b734af 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; vietnamese.el --- Support for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el index ebbb33a7c80..817cfeb0003 100644 --- a/lisp/mail/mh-comp.el +++ b/lisp/mail/mh-comp.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; mh-comp --- mh-e functions for composing messages | 1 | ;;; mh-comp.el --- mh-e functions for composing messages |
| 2 | ;; Time-stamp: <95/08/19 17:48:59 gildea> | 2 | ;; Time-stamp: <2001-07-15 09:36:30 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993,1995,1997,2000 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993,1995,1997,2000 Free Software Foundation, Inc. |
| 5 | 5 | ||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 8 | ;; Bug-reports: include `M-x mh-version' output in any correspondence | 8 | ;; Bug-reports: include `M-x mh-version' output in any correspondence |
| 9 | 9 | ||
| 10 | ;; This file is part of mh-e, part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 13 | ;; it under the terms of the GNU General Public License as published by | 13 | ;; it under the terms of the GNU General Public License as published by |
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Change Log: | 31 | ;;; Change Log: |
| 32 | 32 | ||
| 33 | ;; $Id: mh-comp.el,v 1.20 2000/11/02 12:37:38 gerd Exp $ | 33 | ;; $Id: mh-comp.el,v 1.21 2001/02/08 00:01:35 fx Exp $ |
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
| 36 | 36 | ||
| @@ -576,7 +576,7 @@ See also documentation for `\\[mh-send]' function." | |||
| 576 | (if (y-or-n-p | 576 | (if (y-or-n-p |
| 577 | (format "A draft exists. Use for %s? " use)) | 577 | (format "A draft exists. Use for %s? " use)) |
| 578 | (if mh-error-if-no-draft | 578 | (if mh-error-if-no-draft |
| 579 | (error "A prior draft exists.")) | 579 | (error "A prior draft exists")) |
| 580 | t))) | 580 | t))) |
| 581 | (erase-buffer) | 581 | (erase-buffer) |
| 582 | (insert-file-contents initial-contents) | 582 | (insert-file-contents initial-contents) |
| @@ -1103,3 +1103,5 @@ various types of components in a message, see | |||
| 1103 | (autoload 'mh-revert-mhn-edit "mh-mime" | 1103 | (autoload 'mh-revert-mhn-edit "mh-mime" |
| 1104 | "Undoes the effect of \\[mh-edit-mhn] by reverting to the backup file. | 1104 | "Undoes the effect of \\[mh-edit-mhn] by reverting to the backup file. |
| 1105 | Optional non-nil argument means don't ask for confirmation." t) | 1105 | Optional non-nil argument means don't ask for confirmation." t) |
| 1106 | |||
| 1107 | ;;; mh-comp.el ends here | ||
diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index eb6b7994494..26db738a832 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 8 | ;; Bug-reports: include `M-x mh-version' output in any correspondence | 8 | ;; Bug-reports: include `M-x mh-version' output in any correspondence |
| 9 | 9 | ||
| 10 | ;; This file is part of mh-e, part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 13 | ;; it under the terms of the GNU General Public License as published by | 13 | ;; it under the terms of the GNU General Public License as published by |
| @@ -60,7 +60,7 @@ | |||
| 60 | ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. | 60 | ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. |
| 61 | ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu | 61 | ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu |
| 62 | ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu | 62 | ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu |
| 63 | (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.26 2000/08/16 20:38:40 monnier Exp $") | 63 | (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.27 2000/11/02 12:37:54 gerd Exp $") |
| 64 | 64 | ||
| 65 | ;;; Code: | 65 | ;;; Code: |
| 66 | 66 | ||
| @@ -629,7 +629,7 @@ Flush mh-e's state out to MH. The message at the cursor becomes current." | |||
| 629 | (save-excursion | 629 | (save-excursion |
| 630 | (mh-goto-msg msg nil t) | 630 | (mh-goto-msg msg nil t) |
| 631 | (if (looking-at mh-refiled-msg-regexp) | 631 | (if (looking-at mh-refiled-msg-regexp) |
| 632 | (error "Message %d is refiled. Undo refile before deleting." msg)) | 632 | (error "Message %d is refiled. Undo refile before deleting" msg)) |
| 633 | (if (looking-at mh-deleted-msg-regexp) | 633 | (if (looking-at mh-deleted-msg-regexp) |
| 634 | nil | 634 | nil |
| 635 | (mh-set-folder-modified-p t) | 635 | (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." | |||
| 643 | (save-excursion | 643 | (save-excursion |
| 644 | (mh-goto-msg msg nil t) | 644 | (mh-goto-msg msg nil t) |
| 645 | (cond ((looking-at mh-deleted-msg-regexp) | 645 | (cond ((looking-at mh-deleted-msg-regexp) |
| 646 | (error "Message %d is deleted. Undo delete before moving." msg)) | 646 | (error "Message %d is deleted. Undo delete before moving" msg)) |
| 647 | ((looking-at mh-refiled-msg-regexp) | 647 | ((looking-at mh-refiled-msg-regexp) |
| 648 | (if (y-or-n-p | 648 | (if (y-or-n-p |
| 649 | (format "Message %d already refiled. Copy to %s as well? " | 649 | (format "Message %d already refiled. Copy to %s as well? " |
diff --git a/lisp/mail/mh-funcs.el b/lisp/mail/mh-funcs.el index cc1ce6aec1b..944c6497d27 100644 --- a/lisp/mail/mh-funcs.el +++ b/lisp/mail/mh-funcs.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mh-funcs --- mh-e functions not everyone will use right away | 1 | ;;; mh-funcs.el --- mh-e functions not everyone will use right away |
| 2 | ;; Time-stamp: <95/08/19 16:44:06 gildea> | 2 | ;; Time-stamp: <2001-07-14 13:08:45 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of mh-e, part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 9 | ;; it under the terms of the GNU General Public License as published by |
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Change Log: | 29 | ;;; Change Log: |
| 30 | 30 | ||
| 31 | ;; $Id: mh-funcs.el,v 1.4 1995/11/03 02:29:34 kwzh Exp erik $ | 31 | ;; $Id: mh-funcs.el,v 1.5 1996/01/14 07:34:30 erik Exp $ |
| 32 | 32 | ||
| 33 | ;;; Code: | 33 | ;;; Code: |
| 34 | 34 | ||
| @@ -352,3 +352,4 @@ Default directory is the last directory used, or initially the value of | |||
| 352 | (mh-handle-process-error command value)) | 352 | (mh-handle-process-error command value)) |
| 353 | (insert "\n(mh-store finished)\n"))) | 353 | (insert "\n(mh-store finished)\n"))) |
| 354 | 354 | ||
| 355 | ;;; mh-funcs.el ends here | ||
diff --git a/lisp/mail/mh-mime.el b/lisp/mail/mh-mime.el index 812a577ac41..e2d38f92d8b 100644 --- a/lisp/mail/mh-mime.el +++ b/lisp/mail/mh-mime.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mh-mime --- mh-e support for composing MIME messages | 1 | ;;; mh-mime.el --- mh-e support for composing MIME messages |
| 2 | ;; Time-stamp: <95/08/19 16:45:17 gildea> | 2 | ;; Time-stamp: <2001-07-15 09:52:45 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of mh-e, part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 9 | ;; it under the terms of the GNU General Public License as published by |
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Change Log: | 29 | ;;; Change Log: |
| 30 | 30 | ||
| 31 | ;; $Id: mh-mime.el,v 1.7 1997/01/13 03:25:05 rms Exp kwzh $ | 31 | ;; $Id: mh-mime.el,v 1.8 1998/09/23 21:51:50 kwzh Exp $ |
| 32 | 32 | ||
| 33 | ;;; Code: | 33 | ;;; Code: |
| 34 | 34 | ||
| @@ -234,8 +234,10 @@ Optional non-nil argument means don't ask for confirmation." | |||
| 234 | (or noconfirm | 234 | (or noconfirm |
| 235 | (yes-or-no-p (format "Revert buffer from file %s? " | 235 | (yes-or-no-p (format "Revert buffer from file %s? " |
| 236 | backup-file)) | 236 | backup-file)) |
| 237 | (error "mhn edit revert not confirmed.")) | 237 | (error "mhn edit revert not confirmed")) |
| 238 | (let ((buffer-read-only nil)) | 238 | (let ((buffer-read-only nil)) |
| 239 | (erase-buffer) | 239 | (erase-buffer) |
| 240 | (insert-file-contents backup-file)) | 240 | (insert-file-contents backup-file)) |
| 241 | (after-find-file nil))) | 241 | (after-find-file nil))) |
| 242 | |||
| 243 | ;;; mh-mime.el ends here | ||
diff --git a/lisp/mail/mh-pick.el b/lisp/mail/mh-pick.el index a297d5e6f5c..c00a8d78dda 100644 --- a/lisp/mail/mh-pick.el +++ b/lisp/mail/mh-pick.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mh-pick --- make a search pattern and search for a message in mh-e | 1 | ;;; mh-pick.el --- make a search pattern and search for a message in mh-e |
| 2 | ;; Time-stamp: <95/08/19 16:45:16 gildea> | 2 | ;; Time-stamp: <2001-07-14 13:09:34 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of mh-e, part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 9 | ;; it under the terms of the GNU General Public License as published by |
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Change Log: | 27 | ;;; Change Log: |
| 28 | 28 | ||
| 29 | ;; $Id: mh-pick.el,v 1.4 1995/11/03 02:30:09 kwzh Exp erik $ | 29 | ;; $Id: mh-pick.el,v 1.5 1996/01/14 07:34:30 erik Exp $ |
| 30 | 30 | ||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||
| @@ -193,3 +193,5 @@ Add the messages found to the sequence named `search'." | |||
| 193 | (define-key mh-pick-mode-map "\C-c\C-fr" 'mh-to-field) | 193 | (define-key mh-pick-mode-map "\C-c\C-fr" 'mh-to-field) |
| 194 | (define-key mh-pick-mode-map "\C-c\C-fs" 'mh-to-field) | 194 | (define-key mh-pick-mode-map "\C-c\C-fs" 'mh-to-field) |
| 195 | (define-key mh-pick-mode-map "\C-c\C-ft" 'mh-to-field) | 195 | (define-key mh-pick-mode-map "\C-c\C-ft" 'mh-to-field) |
| 196 | |||
| 197 | ;;; mh-pick.el ends here | ||
diff --git a/lisp/mail/mh-seq.el b/lisp/mail/mh-seq.el index 59db6ee8f19..feb5ad11651 100644 --- a/lisp/mail/mh-seq.el +++ b/lisp/mail/mh-seq.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mh-seq --- mh-e sequences support | 1 | ;;; mh-seq.el --- mh-e sequences support |
| 2 | ;; Time-stamp: <95/08/19 16:45:15 gildea> | 2 | ;; Time-stamp: <2001-07-14 13:10:33 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of mh-e, part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 9 | ;; it under the terms of the GNU General Public License as published by |
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Change Log: | 27 | ;;; Change Log: |
| 28 | 28 | ||
| 29 | ;; $Id: mh-seq.el,v 1.5 1996/01/14 07:34:30 erik Exp kwzh $ | 29 | ;; $Id: mh-seq.el,v 1.6 1996/01/29 23:16:57 kwzh Exp $ |
| 30 | 30 | ||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||
| @@ -235,3 +235,4 @@ If optional prefix argument provided, then prompt for the message sequence." | |||
| 235 | (goto-char location) | 235 | (goto-char location) |
| 236 | (insert-buffer-substring (current-buffer) beginning-of-line end)))) | 236 | (insert-buffer-substring (current-buffer) beginning-of-line end)))) |
| 237 | 237 | ||
| 238 | ;;; mh-seq.el ends here | ||
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el index c71e51656df..8dd5ef3a163 100644 --- a/lisp/mail/mh-utils.el +++ b/lisp/mail/mh-utils.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; mh-utils.el --- mh-e code needed for both sending and reading | 1 | ;;; mh-utils.el --- mh-e code needed for both sending and reading |
| 2 | ;; Time-stamp: <95/10/22 17:58:16 gildea> | 2 | ;; Time-stamp: <2001-07-15 09:52:59 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1995, 1997, 2000 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1995, 1997, 2000 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of mh-e, part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 9 | ;; 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." | |||
| 579 | (if (not (mh-folder-name-p mh-draft-folder)) | 579 | (if (not (mh-folder-name-p mh-draft-folder)) |
| 580 | (setq mh-draft-folder (format "+%s" mh-draft-folder))) | 580 | (setq mh-draft-folder (format "+%s" mh-draft-folder))) |
| 581 | (if (not (file-exists-p (mh-expand-file-name mh-draft-folder))) | 581 | (if (not (file-exists-p (mh-expand-file-name mh-draft-folder))) |
| 582 | (error "Draft folder \"%s\" not found. Create it and try again." | 582 | (error "Draft folder \"%s\" not found. Create it and try again" |
| 583 | (mh-expand-file-name mh-draft-folder))))) | 583 | (mh-expand-file-name mh-draft-folder))))) |
| 584 | (setq mh-inbox (mh-get-profile-field "Inbox:")) | 584 | (setq mh-inbox (mh-get-profile-field "Inbox:")) |
| 585 | (cond ((not mh-inbox) | 585 | (cond ((not mh-inbox) |
| @@ -978,7 +978,7 @@ directory names." | |||
| 978 | (end-of-line) | 978 | (end-of-line) |
| 979 | (point)))) | 979 | (point)))) |
| 980 | (display-buffer (current-buffer)) | 980 | (display-buffer (current-buffer)) |
| 981 | (error "%s failed with status %d. See error message in other window." | 981 | (error "%s failed with status %d. See error message in other window" |
| 982 | command status))))))) | 982 | command status))))))) |
| 983 | 983 | ||
| 984 | 984 | ||
diff --git a/lisp/mail/sc.el b/lisp/mail/sc.el index 70cc7fac3f5..1a90f68ef37 100644 --- a/lisp/mail/sc.el +++ b/lisp/mail/sc.el | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | ;;; sc.el --- old name for supercite | 1 | ;;; sc.el --- old name for supercite |
| 2 | 2 | ||
| 3 | ;; This file is part of GNU Emacs. | ||
| 4 | |||
| 5 | ;;; Commentary: | ||
| 6 | |||
| 7 | ;;; Code: | ||
| 8 | |||
| 3 | (require 'supercite) | 9 | (require 'supercite) |
| 4 | (provide 'sc) | 10 | (provide 'sc) |
| 5 | 11 | ||
| 6 | ;; sc.el ends here | 12 | ;;; sc.el ends here |
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 390335d1e34..039e3d5cf24 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; unrmail.el --- convert Rmail files to mailbox files. | 1 | ;;; unrmail.el --- convert Rmail files to mailbox files |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | (defvar command-line-args-left) ;Avoid 'free variable' warning | 28 | (defvar command-line-args-left) ;Avoid 'free variable' warning |
diff --git a/lisp/midnight.el b/lisp/midnight.el index 7183a3dad40..fe89a9d7bd3 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; midnight.el --- run something every midnight, e.g., kill old buffers. | 1 | ;;; midnight.el --- run something every midnight, e.g., kill old buffers |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;;; Author: Sam Steingold <sds@usa.net> | 5 | ;; Author: Sam Steingold <sds@usa.net> |
| 6 | ;;; Maintainer: Sam Steingold <sds@usa.net> | 6 | ;; Maintainer: Sam Steingold <sds@usa.net> |
| 7 | ;;; Created: 1998-05-18 | 7 | ;; Created: 1998-05-18 |
| 8 | ;;; Keywords: utilities | 8 | ;; Keywords: utilities |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/patcomp.el b/lisp/patcomp.el index 1470e82f367..ccc25308d30 100644 --- a/lisp/patcomp.el +++ b/lisp/patcomp.el | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | ;;; patcomp.el --- used by patch files to update Emacs releases | 1 | ;;; patcomp.el --- used by patch files to update Emacs releases |
| 2 | 2 | ||
| 3 | ;; This file is part of GNU Emacs. | ||
| 4 | |||
| 5 | ;;; Commentary: | ||
| 6 | |||
| 7 | ;;; Code: | ||
| 8 | |||
| 3 | (defun batch-byte-recompile-emacs () | 9 | (defun batch-byte-recompile-emacs () |
| 4 | "Recompile the Emacs `lisp' directory. | 10 | "Recompile the Emacs `lisp' directory. |
| 5 | This is used after installing the patches for a new version." | 11 | 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. | |||
| 12 | It uses the command line arguments to specify the files to compile." | 18 | It uses the command line arguments to specify the files to compile." |
| 13 | (let ((load-path (list (expand-file-name "lisp")))) | 19 | (let ((load-path (list (expand-file-name "lisp")))) |
| 14 | (batch-byte-compile))) | 20 | (batch-byte-compile))) |
| 21 | |||
| 22 | ;;; patcomp.el ends here | ||
diff --git a/lisp/pcmpl-cvs.el b/lisp/pcmpl-cvs.el index 854479d4305..af90beeef92 100644 --- a/lisp/pcmpl-cvs.el +++ b/lisp/pcmpl-cvs.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pcmpl-cvs --- functions for dealing with cvs completions | 1 | ;;; pcmpl-cvs.el --- functions for dealing with cvs completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index f7a681c803e..9153bf73e50 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pcmpl-gnu --- completions for GNU project tools | 1 | ;;; pcmpl-gnu.el --- completions for GNU project tools |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| @@ -19,6 +19,8 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | ||
| 23 | |||
| 22 | ;;; Code: | 24 | ;;; Code: |
| 23 | 25 | ||
| 24 | (provide 'pcmpl-gnu) | 26 | (provide 'pcmpl-gnu) |
diff --git a/lisp/pcmpl-linux.el b/lisp/pcmpl-linux.el index 47698389497..83e4330d976 100644 --- a/lisp/pcmpl-linux.el +++ b/lisp/pcmpl-linux.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pcmpl-linux --- functions for dealing with GNU/Linux completions | 1 | ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index ae72e51ae55..f51208dbfab 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pcmpl-rpm --- functions for dealing with rpm completions | 1 | ;;; pcmpl-rpm.el --- functions for dealing with rpm completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| @@ -324,6 +324,6 @@ You can use \\[eshell-report-bug] to do so." | |||
| 324 | (pcomplete-dirs-or-entries "\\.tar\\'") | 324 | (pcomplete-dirs-or-entries "\\.tar\\'") |
| 325 | (pcomplete-dirs-or-entries "\\.spec\\'")))))) | 325 | (pcomplete-dirs-or-entries "\\.spec\\'")))))) |
| 326 | (t | 326 | (t |
| 327 | (error "You must select a mode: -q, -i, -U, --verify, etc.")))))) | 327 | (error "You must select a mode: -q, -i, -U, --verify, etc")))))) |
| 328 | 328 | ||
| 329 | ;;; pcmpl-rpm.el ends here | 329 | ;;; pcmpl-rpm.el ends here |
diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index b990cb722d9..e4ed4cbf16b 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pcmpl-unix --- standard UNIX completions | 1 | ;;; pcmpl-unix.el --- standard UNIX completions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| @@ -19,6 +19,8 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | ||
| 23 | |||
| 22 | ;;; Code: | 24 | ;;; Code: |
| 23 | 25 | ||
| 24 | (provide 'pcmpl-unix) | 26 | (provide 'pcmpl-unix) |
diff --git a/lisp/play/studly.el b/lisp/play/studly.el index f6764b45be5..5a73e041cb1 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | ;;; This is in the public domain, since it was distributed | 3 | ;;; This is in the public domain, since it was distributed |
| 4 | ;;; by its author without a copyright notice in 1986. | 4 | ;;; by its author without a copyright notice in 1986. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | ||
| 7 | |||
| 6 | ;; Keywords: games | 8 | ;; Keywords: games |
| 7 | 9 | ||
| 8 | ;;; Commentary: | 10 | ;;; Commentary: |
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 87d69ac8709..90e9361c580 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;;; Author: Victor Zandy <zandy@cs.wisc.edu> | 5 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> |
| 6 | ;;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> | 6 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> |
| 7 | ;;; Keywords: games | 7 | ;; Keywords: games |
| 8 | ;;; Created: June 6, 1998 | 8 | ;; Created: June 6, 1998 |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/replace.el b/lisp/replace.el index cc817145ed2..b42839318c4 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; replace.el --- replace commands for Emacs. | 1 | ;;; replace.el --- replace commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001 | 3 | ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
diff --git a/lisp/select.el b/lisp/select.el index 6e0231ca1fc..e0dc04ee3d0 100644 --- a/lisp/select.el +++ b/lisp/select.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; select.el --- lisp portion of standard selection support. | 1 | ;;; select.el --- lisp portion of standard selection support |
| 2 | 2 | ||
| 3 | ;; Keywords: internal | 3 | ;; Keywords: internal |
| 4 | 4 | ||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; This is for temporary compatibility with pre-release Emacs 19. | 29 | ;; This is for temporary compatibility with pre-release Emacs 19. |
| @@ -314,4 +316,4 @@ Cut buffers are considered obsolete; you should use selections instead." | |||
| 314 | 316 | ||
| 315 | (provide 'select) | 317 | (provide 'select) |
| 316 | 318 | ||
| 317 | ;;; select.el ends here. | 319 | ;;; select.el ends here |
diff --git a/lisp/subr.el b/lisp/subr.el index ffb6f7f0ca6..f2f71a3fe3b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | ;; Boston, MA 02111-1307, USA. | 21 | ;; Boston, MA 02111-1307, USA. |
| 22 | 22 | ||
| 23 | ;;; Commentary: | ||
| 24 | |||
| 23 | ;;; Code: | 25 | ;;; Code: |
| 24 | (defvar custom-declare-variable-list nil | 26 | (defvar custom-declare-variable-list nil |
| 25 | "Record `defcustom' calls made before `custom.el' is loaded to handle them. | 27 | "Record `defcustom' calls made before `custom.el' is loaded to handle them. |
diff --git a/lisp/talk.el b/lisp/talk.el index a159b93311e..4761ef03cf9 100644 --- a/lisp/talk.el +++ b/lisp/talk.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; talk.el --- Allow several users to talk to each other through Emacs. | 1 | ;;; talk.el --- allow several users to talk to each other through Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/term.el b/lisp/term.el index dcbcd0aacd6..f4591e16f4e 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;;; Author: Per Bothner <bothner@cygnus.com> | 5 | ;; Author: Per Bothner <bothner@cygnus.com> |
| 6 | ;;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;;; Keywords: processes | 7 | ;; Keywords: processes |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -31,6 +31,8 @@ | |||
| 31 | 31 | ||
| 32 | ;;; To see what I've modified and where it came from search for '-mm' | 32 | ;;; To see what I've modified and where it came from search for '-mm' |
| 33 | 33 | ||
| 34 | ;;; Commentary: | ||
| 35 | |||
| 34 | ;;; Speed considerations and a few caveats | 36 | ;;; Speed considerations and a few caveats |
| 35 | ;;; -------------------------------------- | 37 | ;;; -------------------------------------- |
| 36 | ;;; | 38 | ;;; |
| @@ -390,7 +392,7 @@ | |||
| 390 | ;; term-mode-hook is the term mode hook. Basically for your keybindings. | 392 | ;; term-mode-hook is the term mode hook. Basically for your keybindings. |
| 391 | ;; term-load-hook is run after loading in this package. | 393 | ;; term-load-hook is run after loading in this package. |
| 392 | 394 | ||
| 393 | ;; Code: | 395 | ;;; Code: |
| 394 | 396 | ||
| 395 | ;; This is passed to the inferior in the EMACS environment variable, | 397 | ;; This is passed to the inferior in the EMACS environment variable, |
| 396 | ;; so it is important to increase it if there are protocol-relevant changes. | 398 | ;; so it is important to increase it if there are protocol-relevant changes. |
diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el index ffe8e6bb1a6..1dc3658048b 100644 --- a/lisp/term/apollo.el +++ b/lisp/term/apollo.el | |||
| @@ -1 +1,3 @@ | |||
| 1 | (load "term/vt100" nil t) | 1 | (load "term/vt100" nil t) |
| 2 | |||
| 3 | ;;; apollo.el ends here | ||
diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el index f106b8b75c2..c9fd9c2c64e 100644 --- a/lisp/term/bobcat.el +++ b/lisp/term/bobcat.el | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | ;;; HP terminals usually encourage using ^H as the rubout character | 1 | ;;; HP terminals usually encourage using ^H as the rubout character |
| 2 | (load "term/keyswap" nil t) | 2 | (load "term/keyswap" nil t) |
| 3 | |||
| 4 | ;;; bobcat.el ends here | ||
diff --git a/lisp/term/linux.el b/lisp/term/linux.el index e46efa073dd..a6f560999f5 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el | |||
| @@ -10,3 +10,5 @@ | |||
| 10 | (let ((value (current-input-mode))) | 10 | (let ((value (current-input-mode))) |
| 11 | ;; The third arg only matters in that it is not t or nil. | 11 | ;; The third arg only matters in that it is not t or nil. |
| 12 | (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) | 12 | (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) |
| 13 | |||
| 14 | ;;; linux.el ends here | ||
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el index aedf221b4f1..cb03f446020 100644 --- a/lisp/term/lk201.el +++ b/lisp/term/lk201.el | |||
| @@ -66,3 +66,5 @@ | |||
| 66 | (define-key function-key-map "\eOw" [kp-7]) | 66 | (define-key function-key-map "\eOw" [kp-7]) |
| 67 | (define-key function-key-map "\eOx" [kp-8]) | 67 | (define-key function-key-map "\eOx" [kp-8]) |
| 68 | (define-key function-key-map "\eOy" [kp-9]) | 68 | (define-key function-key-map "\eOy" [kp-9]) |
| 69 | |||
| 70 | ;;; lk201.el ends here | ||
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el index ffe8e6bb1a6..6971e3a21c8 100644 --- a/lisp/term/vt102.el +++ b/lisp/term/vt102.el | |||
| @@ -1 +1,3 @@ | |||
| 1 | (load "term/vt100" nil t) | 1 | (load "term/vt100" nil t) |
| 2 | |||
| 3 | ;;; vt102.el ends here | ||
diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el index ffe8e6bb1a6..392693c2cd0 100644 --- a/lisp/term/vt125.el +++ b/lisp/term/vt125.el | |||
| @@ -1 +1,3 @@ | |||
| 1 | (load "term/vt100" nil t) | 1 | (load "term/vt100" nil t) |
| 2 | |||
| 3 | ;;; vt125.el ends here | ||
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el index 31f64a0f8b2..fc63f06dbda 100644 --- a/lisp/term/vt200.el +++ b/lisp/term/vt200.el | |||
| @@ -4,3 +4,5 @@ | |||
| 4 | 4 | ||
| 5 | ;; Make F11 an escape key. | 5 | ;; Make F11 an escape key. |
| 6 | (define-key function-key-map "\e[23~" [?\e]) | 6 | (define-key function-key-map "\e[23~" [?\e]) |
| 7 | |||
| 8 | ;;; vt200.el ends here | ||
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index c9cb12521dc..4708604b00f 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el | |||
| @@ -5,3 +5,4 @@ | |||
| 5 | ;; Make F11 an escape key. | 5 | ;; Make F11 an escape key. |
| 6 | (define-key function-key-map "\e[23~" [?\e]) | 6 | (define-key function-key-map "\e[23~" [?\e]) |
| 7 | 7 | ||
| 8 | ;;; vt201.el ends here | ||
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el index c9cb12521dc..daa52e89d49 100644 --- a/lisp/term/vt220.el +++ b/lisp/term/vt220.el | |||
| @@ -5,3 +5,4 @@ | |||
| 5 | ;; Make F11 an escape key. | 5 | ;; Make F11 an escape key. |
| 6 | (define-key function-key-map "\e[23~" [?\e]) | 6 | (define-key function-key-map "\e[23~" [?\e]) |
| 7 | 7 | ||
| 8 | ;;; vt220.el ends here | ||
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el index 31f64a0f8b2..62639025855 100644 --- a/lisp/term/vt240.el +++ b/lisp/term/vt240.el | |||
| @@ -4,3 +4,5 @@ | |||
| 4 | 4 | ||
| 5 | ;; Make F11 an escape key. | 5 | ;; Make F11 an escape key. |
| 6 | (define-key function-key-map "\e[23~" [?\e]) | 6 | (define-key function-key-map "\e[23~" [?\e]) |
| 7 | |||
| 8 | ;;; vt240.el ends here | ||
diff --git a/lisp/term/vt300.el b/lisp/term/vt300.el index a4a0a6e359a..26485063787 100644 --- a/lisp/term/vt300.el +++ b/lisp/term/vt300.el | |||
| @@ -2,3 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | ;; Make F11 an escape key. | 3 | ;; Make F11 an escape key. |
| 4 | (define-key function-key-map "\e[23~" [?\e]) | 4 | (define-key function-key-map "\e[23~" [?\e]) |
| 5 | |||
| 6 | ;;; vt300.el ends here | ||
diff --git a/lisp/term/vt320.el b/lisp/term/vt320.el index a4a0a6e359a..93aee9779be 100644 --- a/lisp/term/vt320.el +++ b/lisp/term/vt320.el | |||
| @@ -2,3 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | ;; Make F11 an escape key. | 3 | ;; Make F11 an escape key. |
| 4 | (define-key function-key-map "\e[23~" [?\e]) | 4 | (define-key function-key-map "\e[23~" [?\e]) |
| 5 | |||
| 6 | ;;; vt320.el ends here | ||
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el index a4a0a6e359a..049944ea683 100644 --- a/lisp/term/vt400.el +++ b/lisp/term/vt400.el | |||
| @@ -2,3 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | ;; Make F11 an escape key. | 3 | ;; Make F11 an escape key. |
| 4 | (define-key function-key-map "\e[23~" [?\e]) | 4 | (define-key function-key-map "\e[23~" [?\e]) |
| 5 | |||
| 6 | ;;; vt400.el ends here | ||
diff --git a/lisp/term/vt420.el b/lisp/term/vt420.el index a4a0a6e359a..71c13490feb 100644 --- a/lisp/term/vt420.el +++ b/lisp/term/vt420.el | |||
| @@ -2,3 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | ;; Make F11 an escape key. | 3 | ;; Make F11 an escape key. |
| 4 | (define-key function-key-map "\e[23~" [?\e]) | 4 | (define-key function-key-map "\e[23~" [?\e]) |
| 5 | |||
| 6 | ;;; vt420.el ends here | ||
diff --git a/lisp/x-apollo.el b/lisp/x-apollo.el index c2cb69d46dd..4aec15d9131 100644 --- a/lisp/x-apollo.el +++ b/lisp/x-apollo.el | |||
| @@ -19,6 +19,8 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | ||
| 23 | |||
| 22 | ;;; Code: | 24 | ;;; Code: |
| 23 | 25 | ||
| 24 | (defun apollo-kill-entire-line () | 26 | (defun apollo-kill-entire-line () |
diff --git a/lisp/x-menu.el b/lisp/x-menu.el index cad653f0303..9a3edba771b 100644 --- a/lisp/x-menu.el +++ b/lisp/x-menu.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; x-menu.el --- menu support for X | 1 | ;;; x-menu.el --- menu support for X |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -19,6 +19,8 @@ | |||
| 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | ;; Boston, MA 02111-1307, USA. | 20 | ;; Boston, MA 02111-1307, USA. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | ||
| 23 | |||
| 22 | ;;; Code: | 24 | ;;; Code: |
| 23 | 25 | ||
| 24 | (defun x-menu-mode () | 26 | (defun x-menu-mode () |