diff options
| author | Pavel Janík | 2001-07-16 12:23:00 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-16 12:23:00 +0000 |
| commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
| tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 | |
| parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
| download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.zip | |
Some fixes to follow coding conventions.
147 files changed, 455 insertions, 323 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5b409cdc77..3947c239385 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * align.el, apropos.el, autorevert.el, battery.el, bookmark.el, | ||
| 4 | calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el, | ||
| 5 | cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el, | ||
| 6 | edmacro.el, elide-head.el, emacs-lisp/autoload.el, | ||
| 7 | emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el, | ||
| 8 | emacs-lisp/cl-specs.el, emacs-lisp/copyright.el, | ||
| 9 | emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el, | ||
| 10 | emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el, | ||
| 11 | emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el, | ||
| 12 | emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el, | ||
| 13 | emulation/edt-mapper.el, emulation/edt-pc.el, | ||
| 14 | emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el, | ||
| 15 | emulation/tpu-edt.el, emulation/tpu-extras.el, | ||
| 16 | emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el, | ||
| 17 | foldout.el, follow.el, format.el, forms-d2.el, forms.el, | ||
| 18 | generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el, | ||
| 19 | international/isearch-x.el, international/iso-cvt.el, | ||
| 20 | international/ogonek.el, international/quail.el, | ||
| 21 | international/utf-8.el, jit-lock.el, language/devan-util.el, | ||
| 22 | language/devanagari.el, language/ethio-util.el, | ||
| 23 | language/ethiopic.el, language/european.el, language/indian.el, | ||
| 24 | language/romanian.el, language/tibet-util.el, language/tibetan.el, | ||
| 25 | mail/feedmail.el, mail/footnote.el, mail/mail-hist.el, | ||
| 26 | mail/mailheader.el, mail/mspools.el, mail/supercite.el, | ||
| 27 | mouse-sel.el, net/browse-url.el, net/net-utils.el, | ||
| 28 | net/quickurl.el, net/snmp-mode.el, net/webjump.el, | ||
| 29 | net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el, | ||
| 30 | progmodes/autoconf.el, progmodes/cmacexp.el, | ||
| 31 | progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el, | ||
| 32 | progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el, | ||
| 33 | progmodes/ebnf-otz.el, progmodes/ebnf-yac.el, | ||
| 34 | progmodes/ebnf2ps.el, progmodes/executable.el, | ||
| 35 | progmodes/fortran.el, progmodes/idlw-shell.el, | ||
| 36 | progmodes/idlw-toolbar.el, progmodes/idlwave.el, | ||
| 37 | progmodes/m4-mode.el, progmodes/mantemp.el, | ||
| 38 | progmodes/meta-mode.el, progmodes/octave-inf.el, | ||
| 39 | progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el, | ||
| 40 | progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el, | ||
| 41 | rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el, | ||
| 42 | shadowfile.el, speedbar.el, term/AT386.el, term/internal.el, | ||
| 43 | term/iris-ansi.el, term/mac-win.el, term/tvi970.el, | ||
| 44 | textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el, | ||
| 45 | textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el, | ||
| 46 | textmodes/texinfo.el, textmodes/texnfo-upd.el, | ||
| 47 | textmodes/two-column.el, time-stamp.el, timezone.el, | ||
| 48 | toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el, | ||
| 49 | which-func.el, whitespace.el, wid-browse.el, widget.el, | ||
| 50 | windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding | ||
| 51 | conventions. | ||
| 52 | |||
| 1 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 53 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 54 | ||
| 3 | * simple.el (set-variable): Require 'cus-edit' instead of | 55 | * simple.el (set-variable): Require 'cus-edit' instead of |
diff --git a/lisp/align.el b/lisp/align.el index 7c8ad919baa..ad4bd039661 100644 --- a/lisp/align.el +++ b/lisp/align.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; align --- align text to a specific column, by regexp | 1 | ;;; align.el --- align text to a specific column, by regexp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation |
| 4 | 4 | ||
diff --git a/lisp/apropos.el b/lisp/apropos.el index f284b18b199..553b54057d8 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; apropos.el --- apropos commands for users and programmers. | 1 | ;;; apropos.el --- apropos commands for users and programmers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 9ac33c30f65..de07345f21c 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; autorevert --- revert buffers when files on disk change | 1 | ;;; autorevert.el --- revert buffers when files on disk change |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -373,4 +373,4 @@ the timer when no buffers need to be checked." | |||
| 373 | (if global-auto-revert-mode | 373 | (if global-auto-revert-mode |
| 374 | (global-auto-revert-mode 1)) | 374 | (global-auto-revert-mode 1)) |
| 375 | 375 | ||
| 376 | ;; autorevert.el ends here. | 376 | ;;; autorevert.el ends here |
diff --git a/lisp/battery.el b/lisp/battery.el index 9ab5d20d0ac..0d81e1debb4 100644 --- a/lisp/battery.el +++ b/lisp/battery.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; battery.el --- display battery status information. | 1 | ;;; battery.el --- display battery status information |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 4582a55f948..be0406610cb 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later. | 1 | ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001 Free Software Foundation | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001 Free Software Foundation |
| 4 | 4 | ||
| @@ -77,7 +77,7 @@ | |||
| 77 | ;; Boy, that's a tough one. Probably Hong Min, or maybe Emperor's | 77 | ;; Boy, that's a tough one. Probably Hong Min, or maybe Emperor's |
| 78 | ;; Choice (both in Chicago's Chinatown). Well, both. How about you? | 78 | ;; Choice (both in Chicago's Chinatown). Well, both. How about you? |
| 79 | 79 | ||
| 80 | ;;;; Code: | 80 | ;;; Code: |
| 81 | 81 | ||
| 82 | (require 'pp) | 82 | (require 'pp) |
| 83 | 83 | ||
diff --git a/lisp/calculator.el b/lisp/calculator.el index b337f4c302d..7d6ec114307 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; calculator.el --- A [not so] simple calculator for Emacs. | 1 | ;;; calculator.el --- a [not so] simple calculator for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Barzilay <eli@barzilay.org> | 5 | ;; Author: Eli Barzilay <eli@barzilay.org> |
| 6 | ;; Keywords: tools, convenience | 6 | ;; Keywords: tools, convenience |
| 7 | ;; Time-stamp: <2000-11-19 20:59:59 eli> | 7 | ;; Time-stamp: <2001-07-15 11:04:11 pavel> |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 397cc4f5156..772157adbc6 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;; todo-mode.el -- Major mode for editing TODO list files | 1 | ;;; todo-mode.el --- major mode for editing TODO list files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Oliver Seidel <os10000@seidel-space.de> | 5 | ;; Author: Oliver Seidel <os10000@seidel-space.de> |
| 6 | ;; [Not clear the above works, July 2000] | 6 | ;; [Not clear the above works, July 2000] |
| 7 | ;; Created: 2 Aug 1997 | 7 | ;; Created: 2 Aug 1997 |
| 8 | ;; Version: $Id: todo-mode.el,v 1.45 2001/07/05 13:44:53 gerd Exp $ | 8 | ;; Version: $Id: todo-mode.el,v 1.46 2001/07/05 13:51:17 gerd Exp $ |
| 9 | ;; Keywords: calendar, todo | 9 | ;; Keywords: calendar, todo |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -97,7 +97,7 @@ | |||
| 97 | ;; | 97 | ;; |
| 98 | ;; Which version of todo-mode.el does this documentation refer to? | 98 | ;; Which version of todo-mode.el does this documentation refer to? |
| 99 | ;; | 99 | ;; |
| 100 | ;; $Id: todo-mode.el,v 1.45 2001/07/05 13:44:53 gerd Exp $ | 100 | ;; $Id: todo-mode.el,v 1.46 2001/07/05 13:51:17 gerd Exp $ |
| 101 | ;; | 101 | ;; |
| 102 | ;; Pre-Requisites | 102 | ;; Pre-Requisites |
| 103 | ;; | 103 | ;; |
diff --git a/lisp/complete.el b/lisp/complete.el index 2759c2380fc..de58752b636 100644 --- a/lisp/complete.el +++ b/lisp/complete.el | |||
| @@ -946,4 +946,4 @@ absolute rather than relative to some directory on the SEARCH-PATH." | |||
| 946 | 946 | ||
| 947 | (provide 'complete) | 947 | (provide 'complete) |
| 948 | 948 | ||
| 949 | ;;; End. | 949 | ;;; complete.el ends here |
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 466f9b5be0b..4cb856cc044 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cus-dep.el --- Find customization dependencies. | 1 | ;;; cus-dep.el --- find customization dependencies |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 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 | (eval-when-compile (require 'cl)) | 29 | (eval-when-compile (require 'cl)) |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 862cbf7d5d5..11c85882f2e 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cus-edit.el --- Tools for customizing Emacs and Lisp packages. | 1 | ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index dc2461c0e1e..2a2693c5f1a 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cus-face.el -- customization support for faces. | 1 | ;;; cus-face.el --- customization support for faces |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index f24e187ba3c..3f7ca7ecee8 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | ;;; delim-col.el --- Prettify all columns in a region or rectangle. | 1 | ;;; delim-col.el --- prettify all columns in a region or rectangle |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Time-stamp: <2000/10/28 09:34:15 Vinicius> | 7 | ;; Time-stamp: <2001-07-15 11:12:35 pavel> |
| 8 | ;; Version: 2.1 | 8 | ;; Version: 2.1 |
| 9 | ;; Keywords: internal | 9 | ;; Keywords: internal |
| 10 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ | 10 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index 09267c28c18..1a727f139d5 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; dos-fns.el --- MS-Dos specific functions. | 1 | ;;; dos-fns.el --- MS-Dos specific functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -244,4 +244,4 @@ that your video hardware might not support 50-line mode." | |||
| 244 | 244 | ||
| 245 | (provide 'dos-fns) | 245 | (provide 'dos-fns) |
| 246 | 246 | ||
| 247 | ; dos-fns.el ends here | 247 | ;;; dos-fns.el ends here |
diff --git a/lisp/double.el b/lisp/double.el index 84a66d29e43..9287aa7f907 100644 --- a/lisp/double.el +++ b/lisp/double.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; double.el --- Support for keyboard remapping with double clicking | 1 | ;;; double.el --- support for keyboard remapping with double clicking |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -208,4 +208,3 @@ when pressed twice. See variable `double-map' for details." | |||
| 208 | (provide 'double) | 208 | (provide 'double) |
| 209 | 209 | ||
| 210 | ;;; double.el ends here | 210 | ;;; double.el ends here |
| 211 | |||
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index d53bdb11359..8a3201567c1 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el | |||
| @@ -722,4 +722,3 @@ If START or END is negative, it counts from the end." | |||
| 722 | (provide 'edmacro) | 722 | (provide 'edmacro) |
| 723 | 723 | ||
| 724 | ;;; edmacro.el ends here | 724 | ;;; edmacro.el ends here |
| 725 | |||
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index 9cd592057dc..9a23e622c45 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; elid-head.el --- hide headers in files | 1 | ;;; elide-head.el --- hide headers in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 8af5da987ac..37bc21fab18 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; autoload.el --- maintain autoloads in loaddefs.el. | 1 | ;;; autoload.el --- maintain autoloads in loaddefs.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001 | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 5bc22cc19de..947fcb3ab9c 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; checkdoc --- Check documentation strings for style requirements | 1 | ;;; checkdoc.el --- check documentation strings for style requirements |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1997, 1998, 2001 Free Software Foundation | 3 | ;;; Copyright (C) 1997, 1998, 2001 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el index 01cf288ea71..9afe4fe426a 100644 --- a/lisp/emacs-lisp/cl-compat.el +++ b/lisp/emacs-lisp/cl-compat.el | |||
| @@ -186,4 +186,3 @@ | |||
| 186 | (provide 'cl-compat) | 186 | (provide 'cl-compat) |
| 187 | 187 | ||
| 188 | ;;; cl-compat.el ends here | 188 | ;;; cl-compat.el ends here |
| 189 | |||
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index 9894c994c00..94af9c988ba 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; LCD Archive Entry: | 7 | ;; LCD Archive Entry: |
| 8 | ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org | 8 | ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org |
| 9 | ;; |Edebug specs for cl.el | 9 | ;; |Edebug specs for cl.el |
| 10 | ;; |$Date: 2000/04/13 19:10:09 $|1.1| | 10 | ;; |$Date: 2000/08/15 12:39:03 $|1.1| |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -26,13 +26,15 @@ | |||
| 26 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 26 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 27 | ;; Boston, MA 02111-1307, USA. | 27 | ;; Boston, MA 02111-1307, USA. |
| 28 | 28 | ||
| 29 | ;;;; Commentary: | 29 | ;;; Commentary: |
| 30 | 30 | ||
| 31 | ;; These specs are to be used with edebug.el version 3.3 or later and | 31 | ;; These specs are to be used with edebug.el version 3.3 or later and |
| 32 | ;; cl.el version 2.03 or later, by Dave Gillespie <daveg@synaptics.com>. | 32 | ;; cl.el version 2.03 or later, by Dave Gillespie <daveg@synaptics.com>. |
| 33 | 33 | ||
| 34 | ;; This file need not be byte-compiled, but it shouldn't hurt. | 34 | ;; This file need not be byte-compiled, but it shouldn't hurt. |
| 35 | 35 | ||
| 36 | ;;; Code: | ||
| 37 | |||
| 36 | (provide 'cl-specs) | 38 | (provide 'cl-specs) |
| 37 | ;; Do the above provide before the following require. | 39 | ;; Do the above provide before the following require. |
| 38 | ;; Otherwise if you load this before edebug if cl is already loaded | 40 | ;; Otherwise if you load this before edebug if cl is already loaded |
| @@ -468,3 +470,4 @@ | |||
| 468 | (def-edebug-spec loop-d-type-spec | 470 | (def-edebug-spec loop-d-type-spec |
| 469 | (&or (loop-d-type-spec . [&or nil loop-d-type-spec]) cl-type-spec)) | 471 | (&or (loop-d-type-spec . [&or nil loop-d-type-spec]) cl-type-spec)) |
| 470 | 472 | ||
| 473 | ;;; cl-specs.el ends here | ||
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 7c06b97269d..22898136468 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -165,4 +165,4 @@ copyright, if any, are updated as well." | |||
| 165 | ;; coding: emacs-mule | 165 | ;; coding: emacs-mule |
| 166 | ;; End: | 166 | ;; End: |
| 167 | 167 | ||
| 168 | ;; copyright.el ends here | 168 | ;;; copyright.el ends here |
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el index 16f8b5479bd..435465f427b 100644 --- a/lisp/emacs-lisp/cust-print.el +++ b/lisp/emacs-lisp/cust-print.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cust-print.el --- handles print-level and print-circle. | 1 | ;;; cust-print.el --- handles print-level and print-circle |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -689,4 +689,3 @@ See `custom-format' for the details." | |||
| 689 | (provide 'cust-print) | 689 | (provide 'cust-print) |
| 690 | 690 | ||
| 691 | ;;; cust-print.el ends here | 691 | ;;; cust-print.el ends here |
| 692 | |||
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 9d99e5fe097..8d7f185709b 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; easy-mmode.el --- easy definition for major and minor modes. | 1 | ;;; easy-mmode.el --- easy definition for major and minor modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997,2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997,2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index d6c5ed3a29c..32538c45580 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; elint.el -- Lint Emacs Lisp | 1 | ;;; elint.el --- Lint Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -806,4 +806,3 @@ If no documentation could be found args will be `unknown'." | |||
| 806 | (provide 'elint) | 806 | (provide 'elint) |
| 807 | 807 | ||
| 808 | ;;; elint.el ends here | 808 | ;;; elint.el ends here |
| 809 | |||
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index a83dc0415b2..6bb26507ec2 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ewoc.el -- Utility to maintain a view of a list of objects in a buffer | 1 | ;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index fa6007d585a..f15b92d1507 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | ;; ("help.el") and `fff-find-loaded-emacs-lisp-function' (Noah Friedman's | 43 | ;; ("help.el") and `fff-find-loaded-emacs-lisp-function' (Noah Friedman's |
| 44 | ;; "fff.el"). | 44 | ;; "fff.el"). |
| 45 | 45 | ||
| 46 | ;;;; Code: | 46 | ;;; Code: |
| 47 | 47 | ||
| 48 | (require 'loadhist) | 48 | (require 'loadhist) |
| 49 | 49 | ||
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 926706a7307..8c51c2f6d70 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el | |||
| @@ -21,7 +21,10 @@ | |||
| 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: |
| 27 | |||
| 25 | (defgroup pp nil | 28 | (defgroup pp nil |
| 26 | "Pretty printer for Emacs Lisp." | 29 | "Pretty printer for Emacs Lisp." |
| 27 | :prefix "pp-" | 30 | :prefix "pp-" |
| @@ -162,4 +165,4 @@ Ignores leading comment characters." | |||
| 162 | 165 | ||
| 163 | (provide 'pp) ; so (require 'pp) works | 166 | (provide 'pp) ; so (require 'pp) works |
| 164 | 167 | ||
| 165 | ;;; pp.el ends here. | 168 | ;;; pp.el ends here |
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index e3667cbc78e..11cf0f6ab2f 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; re-builder.el --- Building Regexps with visual feedback | 1 | ;;; re-builder.el --- building Regexps with visual feedback |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index 159036b7bfc..4d7477cb69e 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; shadow.el --- Locate Emacs Lisp file shadowings. | 1 | ;;; shadow.el --- locate Emacs Lisp file shadowings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emacs-lisp/sregex.el b/lisp/emacs-lisp/sregex.el index d19689817c3..1200e7b3c30 100644 --- a/lisp/emacs-lisp/sregex.el +++ b/lisp/emacs-lisp/sregex.el | |||
| @@ -606,4 +606,3 @@ has one of the following forms: | |||
| 606 | (provide 'sregex) | 606 | (provide 'sregex) |
| 607 | 607 | ||
| 608 | ;;; sregex.el ends here | 608 | ;;; sregex.el ends here |
| 609 | |||
diff --git a/lisp/emerge.el b/lisp/emerge.el index 332c8b46995..551ba3503e1 100644 --- a/lisp/emerge.el +++ b/lisp/emerge.el | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;;; The author has placed this file in the public domain. | 3 | ;;; The author has placed this file in the public domain. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | ||
| 6 | |||
| 5 | ;; Author: Dale R. Worley <worley@world.std.com> | 7 | ;; Author: Dale R. Worley <worley@world.std.com> |
| 6 | ;; Version: 5fsf | 8 | ;; Version: 5fsf |
| 7 | ;; Keywords: unix, tools | 9 | ;; Keywords: unix, tools |
| @@ -19,6 +21,8 @@ | |||
| 19 | ;; LOST DATA OR LOST PROFITS, OR FOR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL | 21 | ;; LOST DATA OR LOST PROFITS, OR FOR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL |
| 20 | ;; DAMAGES. | 22 | ;; DAMAGES. |
| 21 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 22 | ;;; Code: | 26 | ;;; Code: |
| 23 | 27 | ||
| 24 | ;;;###autoload | 28 | ;;;###autoload |
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 2aeb6aac742..cdbe34060ac 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-lk201.el --- Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards | 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -23,7 +23,7 @@ | |||
| 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 | ;;; Usage: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; See edt-user.doc in the Emacs etc directory. | 28 | ;; See edt-user.doc in the Emacs etc directory. |
| 29 | 29 | ||
| @@ -39,6 +39,9 @@ | |||
| 39 | ;; F1 - F5 are not available on many DEC VT series terminals. | 39 | ;; F1 - F5 are not available on many DEC VT series terminals. |
| 40 | ;; However, this is not always the case. So support for F1 - F5 is | 40 | ;; However, this is not always the case. So support for F1 - F5 is |
| 41 | ;; provided here and in lisp/term/lk201.el. | 41 | ;; provided here and in lisp/term/lk201.el. |
| 42 | |||
| 43 | ;;; Code: | ||
| 44 | |||
| 42 | (defconst *EDT-keys* | 45 | (defconst *EDT-keys* |
| 43 | '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3]) | 46 | '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3]) |
| 44 | ("KP4" . [kp-4]) ("KP5" . [kp-5]) ("KP6" . [kp-6]) ("KP7" . [kp-7]) | 47 | ("KP4" . [kp-4]) ("KP5" . [kp-5]) ("KP6" . [kp-6]) ("KP7" . [kp-7]) |
| @@ -53,3 +56,5 @@ | |||
| 53 | ("F11" . [f11]) ("F12" . [f12]) ("F13" . [f13]) ("F14" . [f14]) | 56 | ("F11" . [f11]) ("F12" . [f12]) ("F13" . [f13]) ("F14" . [f14]) |
| 54 | ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18]) | 57 | ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18]) |
| 55 | ("F19" . [f19]) ("F20" . [f20]))) | 58 | ("F19" . [f19]) ("F20" . [f20]))) |
| 59 | |||
| 60 | ;;; edt-lk201.el ends here | ||
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index 9b60f9f1fd0..7f74ab60f95 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs | 1 | ;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index 0cd9ece4498..2b6aa25b061 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-pc.el --- Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards | 1 | ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -23,7 +23,7 @@ | |||
| 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 | ;;; Usage: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; See edt-user.doc in the Emacs etc directory. | 28 | ;; See edt-user.doc in the Emacs etc directory. |
| 29 | 29 | ||
| @@ -68,6 +68,9 @@ | |||
| 68 | ;; and F17 through F20 do not exist on the PC, so the EDT emulation is | 68 | ;; and F17 through F20 do not exist on the PC, so the EDT emulation is |
| 69 | ;; configured below to ignore attempts to bind functions to those keys. | 69 | ;; configured below to ignore attempts to bind functions to those keys. |
| 70 | ;; | 70 | ;; |
| 71 | |||
| 72 | ;;; Code: | ||
| 73 | |||
| 71 | (defconst *EDT-keys* | 74 | (defconst *EDT-keys* |
| 72 | '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3]) | 75 | '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3]) |
| 73 | ("KP4" . [kp-4]) ("KP5" . [kp-5]) ("KP6" . [kp-6]) ("KP7" . [kp-7]) | 76 | ("KP4" . [kp-4]) ("KP5" . [kp-5]) ("KP6" . [kp-6]) ("KP7" . [kp-7]) |
| @@ -83,3 +86,5 @@ | |||
| 83 | ("F11" . [f11]) ("F12" . [f12]) ("F13" . "" ) ("F14" . "" ) | 86 | ("F11" . [f11]) ("F12" . [f12]) ("F13" . "" ) ("F14" . "" ) |
| 84 | ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" ) | 87 | ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" ) |
| 85 | ("F19" . "" ) ("F20" . "" ))) | 88 | ("F19" . "" ) ("F20" . "" ))) |
| 89 | |||
| 90 | ;;; edt-pc.el ends here | ||
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 42f81cd6f56..283b7827c73 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-vt100.el --- Enhanced EDT Keypad Mode Emulation for VT Series Terminals | 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -23,12 +23,15 @@ | |||
| 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 | ;;; Usage: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; See edt-user.doc in the Emacs etc directory. | 28 | ;; See edt-user.doc in the Emacs etc directory. |
| 29 | 29 | ||
| 30 | ;; ==================================================================== | 30 | ;; ==================================================================== |
| 31 | 31 | ||
| 32 | |||
| 33 | ;;; Code: | ||
| 34 | |||
| 32 | ;; Get keyboard function key mapping to EDT keys. | 35 | ;; Get keyboard function key mapping to EDT keys. |
| 33 | (load "edt-lk201" nil t) | 36 | (load "edt-lk201" nil t) |
| 34 | 37 | ||
| @@ -42,3 +45,5 @@ | |||
| 42 | (defun edt-set-term-width-132 () | 45 | (defun edt-set-term-width-132 () |
| 43 | "Set terminal width to 132 columns." | 46 | "Set terminal width to 132 columns." |
| 44 | (vt100-wide-mode 1)) | 47 | (vt100-wide-mode 1)) |
| 48 | |||
| 49 | ;;; edt-vt100.el ends here | ||
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 2912da5df28..d54c0bba8cb 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 | 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001 | 3 | ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index fde3672f3a8..c8c3331ba31 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -77,6 +77,8 @@ | |||
| 77 | ;; other programs. | 77 | ;; other programs. |
| 78 | ;; | 78 | ;; |
| 79 | 79 | ||
| 80 | ;;; Code: | ||
| 81 | |||
| 80 | ;;;; Customization: | 82 | ;;;; Customization: |
| 81 | (defgroup pc-select nil | 83 | (defgroup pc-select nil |
| 82 | "Emulate pc bindings." | 84 | "Emulate pc bindings." |
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 21891d24862..f17ff953884 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -1071,7 +1071,7 @@ kills modified buffers without asking." | |||
| 1071 | (interactive) | 1071 | (interactive) |
| 1072 | (let ((list (tpu-make-file-buffer-list (buffer-list)))) | 1072 | (let ((list (tpu-make-file-buffer-list (buffer-list)))) |
| 1073 | (setq list (delq (current-buffer) list)) | 1073 | (setq list (delq (current-buffer) list)) |
| 1074 | (if (not list) (error "No other buffers.")) | 1074 | (if (not list) (error "No other buffers")) |
| 1075 | (switch-to-buffer (car (reverse list))))) | 1075 | (switch-to-buffer (car (reverse list))))) |
| 1076 | 1076 | ||
| 1077 | (defun tpu-make-file-buffer-list (buffer-list) | 1077 | (defun tpu-make-file-buffer-list (buffer-list) |
| @@ -1343,7 +1343,7 @@ The text is saved for the tpu-paste command." | |||
| 1343 | (delete-region beg end) | 1343 | (delete-region beg end) |
| 1344 | (tpu-unset-match))) | 1344 | (tpu-unset-match))) |
| 1345 | (t | 1345 | (t |
| 1346 | (error "No selection active.")))) | 1346 | (error "No selection active")))) |
| 1347 | 1347 | ||
| 1348 | (defun tpu-store-text nil | 1348 | (defun tpu-store-text nil |
| 1349 | "Copy the selected region to the cut buffer without deleting it. | 1349 | "Copy the selected region to the cut buffer without deleting it. |
| @@ -1365,7 +1365,7 @@ The text is saved for the tpu-paste command." | |||
| 1365 | (buffer-substring (tpu-match-beginning) (tpu-match-end))) | 1365 | (buffer-substring (tpu-match-beginning) (tpu-match-end))) |
| 1366 | (tpu-unset-match)) | 1366 | (tpu-unset-match)) |
| 1367 | (t | 1367 | (t |
| 1368 | (error "No selection active.")))) | 1368 | (error "No selection active")))) |
| 1369 | 1369 | ||
| 1370 | (defun tpu-cut (arg) | 1370 | (defun tpu-cut (arg) |
| 1371 | "Copy selected region to the cut buffer. In the absence of an | 1371 | "Copy selected region to the cut buffer. In the absence of an |
| @@ -1392,7 +1392,7 @@ argument, delete the selected region too." | |||
| 1392 | (if (not arg) (delete-region beg end)) | 1392 | (if (not arg) (delete-region beg end)) |
| 1393 | (tpu-unset-match))) | 1393 | (tpu-unset-match))) |
| 1394 | (t | 1394 | (t |
| 1395 | (error "No selection active.")))) | 1395 | (error "No selection active")))) |
| 1396 | 1396 | ||
| 1397 | (defun tpu-delete-current-line (num) | 1397 | (defun tpu-delete-current-line (num) |
| 1398 | "Delete one or specified number of lines after point. | 1398 | "Delete one or specified number of lines after point. |
| @@ -1532,7 +1532,7 @@ With argument reinserts the character that many times." | |||
| 1532 | (not case-replace) (not tpu-regexp-p)) | 1532 | (not case-replace) (not tpu-regexp-p)) |
| 1533 | (tpu-unset-match))) | 1533 | (tpu-unset-match))) |
| 1534 | (t | 1534 | (t |
| 1535 | (error "No selection active.")))) | 1535 | (error "No selection active")))) |
| 1536 | 1536 | ||
| 1537 | (defun tpu-substitute (num) | 1537 | (defun tpu-substitute (num) |
| 1538 | "Replace the selected region with the contents of the cut buffer, and | 1538 | "Replace the selected region with the contents of the cut buffer, and |
| @@ -1548,7 +1548,7 @@ A negative argument means replace all occurrences of the search string." | |||
| 1548 | (tpu-search-internal-core tpu-search-last-string))) | 1548 | (tpu-search-internal-core tpu-search-last-string))) |
| 1549 | (setq num (1- num)))) | 1549 | (setq num (1- num)))) |
| 1550 | (t | 1550 | (t |
| 1551 | (error "No selection active.")))) | 1551 | (error "No selection active")))) |
| 1552 | 1552 | ||
| 1553 | (defun tpu-lm-replace (from to) | 1553 | (defun tpu-lm-replace (from to) |
| 1554 | "Interactively search for OLD-string and substitute NEW-string." | 1554 | "Interactively search for OLD-string and substitute NEW-string." |
| @@ -1558,7 +1558,7 @@ A negative argument means replace all occurrences of the search string." | |||
| 1558 | (let ((doit t) (strings 0)) | 1558 | (let ((doit t) (strings 0)) |
| 1559 | 1559 | ||
| 1560 | ;; Can't replace null strings | 1560 | ;; Can't replace null strings |
| 1561 | (if (string= "" from) (error "No string to replace.")) | 1561 | (if (string= "" from) (error "No string to replace")) |
| 1562 | 1562 | ||
| 1563 | ;; Find the first occurrence | 1563 | ;; Find the first occurrence |
| 1564 | (tpu-set-search) | 1564 | (tpu-set-search) |
| @@ -1631,7 +1631,7 @@ are performed without asking. Only works in forward direction." | |||
| 1631 | or each line in the entire buffer if no region is selected." | 1631 | or each line in the entire buffer if no region is selected." |
| 1632 | (interactive | 1632 | (interactive |
| 1633 | (list (tpu-string-prompt "String to add: " 'tpu-add-at-bol-hist))) | 1633 | (list (tpu-string-prompt "String to add: " 'tpu-add-at-bol-hist))) |
| 1634 | (if (string= "" text) (error "No string specified.")) | 1634 | (if (string= "" text) (error "No string specified")) |
| 1635 | (cond ((tpu-mark) | 1635 | (cond ((tpu-mark) |
| 1636 | (save-excursion | 1636 | (save-excursion |
| 1637 | (if (> (point) (tpu-mark)) (exchange-point-and-mark)) | 1637 | (if (> (point) (tpu-mark)) (exchange-point-and-mark)) |
| @@ -1649,7 +1649,7 @@ or each line in the entire buffer if no region is selected." | |||
| 1649 | or each line of the entire buffer if no region is selected." | 1649 | or each line of the entire buffer if no region is selected." |
| 1650 | (interactive | 1650 | (interactive |
| 1651 | (list (tpu-string-prompt "String to add: " 'tpu-add-at-eol-hist))) | 1651 | (list (tpu-string-prompt "String to add: " 'tpu-add-at-eol-hist))) |
| 1652 | (if (string= "" text) (error "No string specified.")) | 1652 | (if (string= "" text) (error "No string specified")) |
| 1653 | (cond ((tpu-mark) | 1653 | (cond ((tpu-mark) |
| 1654 | (save-excursion | 1654 | (save-excursion |
| 1655 | (if (> (point) (tpu-mark)) (exchange-point-and-mark)) | 1655 | (if (> (point) (tpu-mark)) (exchange-point-and-mark)) |
diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el index 479af176526..465b923f891 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/emulation/tpu-extras.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tpu-extras.el --- Scroll margins and free cursor mode for TPU-edt | 1 | ;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el index ba6d032fd6a..39aae2cf2a7 100644 --- a/lisp/emulation/tpu-mapper.el +++ b/lisp/emulation/tpu-mapper.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tpu-mapper.el --- Create a TPU-edt X-windows keymap file | 1 | ;;; tpu-mapper.el --- create a TPU-edt X-windows keymap file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 588a6c6e319..6db67394ead 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -817,7 +817,7 @@ is the name of the register for COM." | |||
| 817 | (com (car (cdr (cdr vip-d-com)))) | 817 | (com (car (cdr (cdr vip-d-com)))) |
| 818 | (reg (nth 3 vip-d-com))) | 818 | (reg (nth 3 vip-d-com))) |
| 819 | (if (null val) (setq val (car (cdr vip-d-com)))) | 819 | (if (null val) (setq val (car (cdr vip-d-com)))) |
| 820 | (if (null m-com) (error "No previous command to repeat.")) | 820 | (if (null m-com) (error "No previous command to repeat")) |
| 821 | (setq vip-use-register reg) | 821 | (setq vip-use-register reg) |
| 822 | (funcall m-com (cons val com))))) | 822 | (funcall m-com (cons val com))))) |
| 823 | 823 | ||
| @@ -1499,7 +1499,7 @@ used. This behaviour is controlled by the sign of prefix numeric value." | |||
| 1499 | (let ((com (vip-getcom arg))) | 1499 | (let ((com (vip-getcom arg))) |
| 1500 | (if (numberp arg) | 1500 | (if (numberp arg) |
| 1501 | (if (or (> arg 99) (< arg 1)) | 1501 | (if (or (> arg 99) (< arg 1)) |
| 1502 | (error "Prefix must be between 1 and 99.") | 1502 | (error "Prefix must be between 1 and 99") |
| 1503 | (goto-char | 1503 | (goto-char |
| 1504 | (if (> (point-max) 80000) | 1504 | (if (> (point-max) 80000) |
| 1505 | (* (/ (point-max) 100) arg) | 1505 | (* (/ (point-max) 100) arg) |
| @@ -1693,7 +1693,7 @@ STRING. Search will be forward if FORWARD, otherwise backward." | |||
| 1693 | "Repeat previous search." | 1693 | "Repeat previous search." |
| 1694 | (interactive "P") | 1694 | (interactive "P") |
| 1695 | (let ((val (vip-p-val arg)) (com (vip-getcom arg))) | 1695 | (let ((val (vip-p-val arg)) (com (vip-getcom arg))) |
| 1696 | (if (null vip-s-string) (error "No previous search string.")) | 1696 | (if (null vip-s-string) (error "No previous search string")) |
| 1697 | (vip-search vip-s-string vip-s-forward arg) | 1697 | (vip-search vip-s-string vip-s-forward arg) |
| 1698 | (if com (vip-execute-com 'vip-search-next val com)))) | 1698 | (if com (vip-execute-com 'vip-search-next val com)))) |
| 1699 | 1699 | ||
| @@ -1701,7 +1701,7 @@ STRING. Search will be forward if FORWARD, otherwise backward." | |||
| 1701 | "Repeat previous search in the reverse direction." | 1701 | "Repeat previous search in the reverse direction." |
| 1702 | (interactive "P") | 1702 | (interactive "P") |
| 1703 | (let ((val (vip-p-val arg)) (com (vip-getcom arg))) | 1703 | (let ((val (vip-p-val arg)) (com (vip-getcom arg))) |
| 1704 | (if (null vip-s-string) (error "No previous search string.")) | 1704 | (if (null vip-s-string) (error "No previous search string")) |
| 1705 | (vip-search vip-s-string (not vip-s-forward) arg) | 1705 | (vip-search vip-s-string (not vip-s-forward) arg) |
| 1706 | (if com (vip-execute-com 'vip-search-Next val com)))) | 1706 | (if com (vip-execute-com 'vip-search-Next val com)))) |
| 1707 | 1707 | ||
| @@ -1742,11 +1742,11 @@ STRING. Search will be forward if FORWARD, otherwise backward." | |||
| 1742 | (if (null buffer-name) | 1742 | (if (null buffer-name) |
| 1743 | (current-buffer) | 1743 | (current-buffer) |
| 1744 | (get-buffer buffer-name))) | 1744 | (get-buffer buffer-name))) |
| 1745 | (if (null buffer) (error "Buffer %s nonexistent." buffer-name)) | 1745 | (if (null buffer) (error "Buffer %s nonexistent" buffer-name)) |
| 1746 | (if (or (not (buffer-modified-p buffer)) | 1746 | (if (or (not (buffer-modified-p buffer)) |
| 1747 | (y-or-n-p "Buffer is modified, are you sure? ")) | 1747 | (y-or-n-p "Buffer is modified, are you sure? ")) |
| 1748 | (kill-buffer buffer) | 1748 | (kill-buffer buffer) |
| 1749 | (error "Buffer not killed.")))) | 1749 | (error "Buffer not killed")))) |
| 1750 | 1750 | ||
| 1751 | (defun vip-find-file () | 1751 | (defun vip-find-file () |
| 1752 | "Visit file in the current window." | 1752 | "Visit file in the current window." |
diff --git a/lisp/expand.el b/lisp/expand.el index deb4a5f8577..0e700c1d2a4 100644 --- a/lisp/expand.el +++ b/lisp/expand.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; expand.el --- make abbreviations more usable. | 1 | ;;; expand.el --- make abbreviations more usable |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/finder.el b/lisp/finder.el index a64e797a366..2d843e0fdf9 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -116,6 +116,7 @@ no arguments compiles from `load-path'." | |||
| 116 | (find-file "finder-inf.el") | 116 | (find-file "finder-inf.el") |
| 117 | (erase-buffer) | 117 | (erase-buffer) |
| 118 | (insert ";;; finder-inf.el --- keyword-to-package mapping\n") | 118 | (insert ";;; finder-inf.el --- keyword-to-package mapping\n") |
| 119 | (insert ";; This file is part of GNU Emacs.\n") | ||
| 119 | (insert ";; Keywords: help\n") | 120 | (insert ";; Keywords: help\n") |
| 120 | (insert ";;; Commentary:\n") | 121 | (insert ";;; Commentary:\n") |
| 121 | (insert ";; Don't edit this file. It's generated by finder.el\n\n") | 122 | (insert ";; Don't edit this file. It's generated by finder.el\n\n") |
diff --git a/lisp/foldout.el b/lisp/foldout.el index 4a2aa2b06a5..94d30467e5e 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; foldout.el --- Folding extensions for outline-mode and outline-minor-mode. | 1 | ;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -568,4 +568,3 @@ Valid modifiers are shift, control, meta, alt, hyper and super.") | |||
| 568 | (provide 'foldout) | 568 | (provide 'foldout) |
| 569 | 569 | ||
| 570 | ;;; foldout.el ends here | 570 | ;;; foldout.el ends here |
| 571 | |||
diff --git a/lisp/follow.el b/lisp/follow.el index 92ad5829e4d..8b62c622812 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; follow.el --- Minor mode, Synchronize windows showing the same buffer. | 1 | ;;; follow.el --- synchronize windows showing the same buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/format.el b/lisp/format.el index 8309ec958bb..561c5e4d785 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -462,7 +462,7 @@ the value of `foo'." | |||
| 462 | (cdr list) | 462 | (cdr list) |
| 463 | (let ((p list)) | 463 | (let ((p list)) |
| 464 | (while (not (eq (cdr p) cons)) | 464 | (while (not (eq (cdr p) cons)) |
| 465 | (if (null p) (error "format-delq-cons: not an element.")) | 465 | (if (null p) (error "format-delq-cons: not an element")) |
| 466 | (setq p (cdr p))) | 466 | (setq p (cdr p))) |
| 467 | ;; Now (cdr p) is the cons to delete | 467 | ;; Now (cdr p) is the cons to delete |
| 468 | (setcdr p (cdr cons)) | 468 | (setcdr p (cdr cons)) |
diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el index 22331292e14..7cb8b0c77fd 100644 --- a/lisp/forms-d2.el +++ b/lisp/forms-d2.el | |||
| @@ -3,8 +3,14 @@ | |||
| 3 | ;; Author: Johan Vromans <jvromans@squirrel.nl> | 3 | ;; Author: Johan Vromans <jvromans@squirrel.nl> |
| 4 | ;; Created: 1989 | 4 | ;; Created: 1989 |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | ||
| 7 | |||
| 8 | ;;; Commentary: | ||
| 9 | |||
| 6 | ;; This sample forms exploit most of the features of forms mode. | 10 | ;; This sample forms exploit most of the features of forms mode. |
| 7 | 11 | ||
| 12 | ;;; Code: | ||
| 13 | |||
| 8 | ;; Set the name of the data file. | 14 | ;; Set the name of the data file. |
| 9 | (setq forms-file "forms-d2.dat") | 15 | (setq forms-file "forms-d2.dat") |
| 10 | 16 | ||
| @@ -78,3 +84,5 @@ used to fill to the column." | |||
| 78 | )) | 84 | )) |
| 79 | 85 | ||
| 80 | ;; That's all, folks! | 86 | ;; That's all, folks! |
| 87 | |||
| 88 | ;;; forms-d2.el ends here | ||
diff --git a/lisp/forms.el b/lisp/forms.el index 27a9da38133..0a25e77bd73 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -301,10 +301,10 @@ | |||
| 301 | (provide 'forms) ;;; official | 301 | (provide 'forms) ;;; official |
| 302 | (provide 'forms-mode) ;;; for compatibility | 302 | (provide 'forms-mode) ;;; for compatibility |
| 303 | 303 | ||
| 304 | (defconst forms-version (substring "$Revision: 2.40 $" 11 -2) | 304 | (defconst forms-version (substring "$Revision: 2.41 $" 11 -2) |
| 305 | "The version number of forms-mode (as string). The complete RCS id is: | 305 | "The version number of forms-mode (as string). The complete RCS id is: |
| 306 | 306 | ||
| 307 | $Id: forms.el,v 2.40 1999/11/13 22:05:56 gerd Exp $") | 307 | $Id: forms.el,v 2.41 2001/02/07 23:40:52 fx Exp $") |
| 308 | 308 | ||
| 309 | (defcustom forms-mode-hooks nil | 309 | (defcustom forms-mode-hooks nil |
| 310 | "Hook run upon entering Forms mode." | 310 | "Hook run upon entering Forms mode." |
| @@ -1219,7 +1219,7 @@ Commands: Equivalent keys in read-only mode: | |||
| 1219 | 1219 | ||
| 1220 | ;; Need a file to do this. | 1220 | ;; Need a file to do this. |
| 1221 | (if (not (file-exists-p forms-file)) | 1221 | (if (not (file-exists-p forms-file)) |
| 1222 | (error "Need existing file or explicit 'forms-number-of-records'.") | 1222 | (error "Need existing file or explicit 'forms-number-of-records'") |
| 1223 | 1223 | ||
| 1224 | ;; Visit the file and extract the first record. | 1224 | ;; Visit the file and extract the first record. |
| 1225 | (setq forms--file-buffer (find-file-noselect forms-file)) | 1225 | (setq forms--file-buffer (find-file-noselect forms-file)) |
| @@ -2090,4 +2090,4 @@ Usage: (setq forms-number-of-fields | |||
| 2090 | (goto-char (point-max)) | 2090 | (goto-char (point-max)) |
| 2091 | (insert ret))))) | 2091 | (insert ret))))) |
| 2092 | 2092 | ||
| 2093 | ;;; forms.el ends here. | 2093 | ;;; forms.el ends here |
diff --git a/lisp/generic.el b/lisp/generic.el index fd2ac80afa0..7f2051329c9 100644 --- a/lisp/generic.el +++ b/lisp/generic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; generic.el --- Defining simple major modes with comment and font-lock. | 1 | ;;; generic.el --- defining simple major modes with comment and font-lock |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index e37cb94d1a9..86e62eea052 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hi-lock.el --- Minor mode for interactive automatic highlighting. | 1 | ;;; hi-lock.el --- minor mode for interactive automatic highlighting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -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 | ;;; Commentary | 25 | ;;; Commentary: |
| 26 | ;; | 26 | ;; |
| 27 | ;; With the hi-lock commands text matching interactively entered | 27 | ;; With the hi-lock commands text matching interactively entered |
| 28 | ;; regexp's can be highlighted. For example, `M-x highlight-regexp | 28 | ;; regexp's can be highlighted. For example, `M-x highlight-regexp |
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index 5da5d729e62..c5fb972a7ad 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el | |||
| @@ -853,11 +853,11 @@ changes are made, so \\[highlight-changes-next-change] and | |||
| 853 | (if (buffer-modified-p buf-a) | 853 | (if (buffer-modified-p buf-a) |
| 854 | (if (y-or-n-p (format "OK to save %s? " file-a)) | 854 | (if (y-or-n-p (format "OK to save %s? " file-a)) |
| 855 | (save-buffer buf-a) | 855 | (save-buffer buf-a) |
| 856 | (error "Buffer must be saved before comparing with a file."))) | 856 | (error "Buffer must be saved before comparing with a file"))) |
| 857 | (if (and existing-buf (buffer-modified-p buf-b)) | 857 | (if (and existing-buf (buffer-modified-p buf-b)) |
| 858 | (if (y-or-n-p (format "OK to save %s? " file-b)) | 858 | (if (y-or-n-p (format "OK to save %s? " file-b)) |
| 859 | (save-buffer buf-b) | 859 | (save-buffer buf-b) |
| 860 | (error "Cannot compare with a file in an unsaved buffer."))) | 860 | (error "Cannot compare with a file in an unsaved buffer"))) |
| 861 | (highlight-changes-mode 'active) | 861 | (highlight-changes-mode 'active) |
| 862 | (if existing-buf (with-current-buffer buf-b | 862 | (if existing-buf (with-current-buffer buf-b |
| 863 | (highlight-changes-mode 'active))) | 863 | (highlight-changes-mode 'active))) |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 830f6480322..11aa65205e0 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hippie-exp.el --- expand text trying various ways to find its expansion. | 1 | ;;; hippie-exp.el --- expand text trying various ways to find its expansion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/info-look.el b/lisp/info-look.el index d790c3cf178..eccf7dcd6c4 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; info-look.el --- major-mode-sensitive Info index lookup facility. | 1 | ;;; info-look.el --- major-mode-sensitive Info index lookup facility |
| 2 | ;; An older version of this was known as libc.el. | 2 | ;; An older version of this was known as libc.el. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. |
diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el index bd49321dd5e..6f45540b292 100644 --- a/lisp/international/isearch-x.el +++ b/lisp/international/isearch-x.el | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 25 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 26 | ;; Boston, MA 02111-1307, USA. | 26 | ;; Boston, MA 02111-1307, USA. |
| 27 | 27 | ||
| 28 | ;;; Commentary: | ||
| 29 | |||
| 28 | ;;; Code: | 30 | ;;; Code: |
| 29 | 31 | ||
| 30 | ;;;###autoload | 32 | ;;;###autoload |
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index 44821419a31..7374c7f5d41 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; iso-cvt.-el -- translate ISO 8859-1 from/to various encodings -*- coding: iso-latin-1 -*- | 1 | ;;; iso-cvt.el --- translate ISO 8859-1 from/to various encodings -*- coding: iso-latin-1 -*- |
| 2 | ;; This file was formerly called gm-lingo.el. | 2 | ;; This file was formerly called gm-lingo.el. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1998, 2000 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1998, 2000 Free Software Foundation, Inc. |
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el index 43a051f9f7e..6f8a30b8f05 100644 --- a/lisp/international/ogonek.el +++ b/lisp/international/ogonek.el | |||
| @@ -318,7 +318,7 @@ PROMPT is a string to be shown when the user is asked for a new prefix." | |||
| 318 | (format "%s (default %s): " prompt | 318 | (format "%s (default %s): " prompt |
| 319 | (char-to-string (eval default-prefix-var)))))) | 319 | (char-to-string (eval default-prefix-var)))))) |
| 320 | (if (> (length prefix-string) 1) | 320 | (if (> (length prefix-string) 1) |
| 321 | (error "! Only one character expected.") | 321 | (error "! Only one character expected") |
| 322 | ;; set the default prefix character to the one just read | 322 | ;; set the default prefix character to the one just read |
| 323 | (set default-prefix-var | 323 | (set default-prefix-var |
| 324 | (if (string= prefix-string "") | 324 | (if (string= prefix-string "") |
| @@ -333,7 +333,7 @@ Before returning a result test whether the string ENCODING is in | |||
| 333 | the list `ogonek-name-encoding-alist'" | 333 | the list `ogonek-name-encoding-alist'" |
| 334 | (let ((code-list (assoc encoding ogonek-name-encoding-alist))) | 334 | (let ((code-list (assoc encoding ogonek-name-encoding-alist))) |
| 335 | (if (null code-list) | 335 | (if (null code-list) |
| 336 | (error "! Name `%s' not known in `ogonek-name-encoding-alist'." | 336 | (error "! Name `%s' not known in `ogonek-name-encoding-alist'" |
| 337 | encoding) | 337 | encoding) |
| 338 | (cdr code-list)))) | 338 | (cdr code-list)))) |
| 339 | 339 | ||
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 088fb84e8e7..6a26b344bfa 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; quail.el --- Provides simple input method for multilingual text | 1 | ;;; quail.el --- provides simple input method for multilingual text |
| 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. |
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index 1bb0c52d3d3..85f60409567 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; utf-8.el --- Limited UTF-8 decoding/encoding support | 1 | ;;; utf-8.el --- limited UTF-8 decoding/encoding support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 2001 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -375,3 +375,5 @@ lower-casing commands won't work with them." | |||
| 375 | (valid-codes (0 . 255)))) | 375 | (valid-codes (0 . 255)))) |
| 376 | 376 | ||
| 377 | (define-coding-system-alias 'utf-8 'mule-utf-8) | 377 | (define-coding-system-alias 'utf-8 'mule-utf-8) |
| 378 | |||
| 379 | ;;; utf-8.el ends here | ||
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index d406189f684..cf97a443646 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; jit-lock.el --- just-in-time fontification. | 1 | ;;; jit-lock.el --- just-in-time fontification |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -451,4 +451,4 @@ will take place when text is fontified stealthily." | |||
| 451 | 451 | ||
| 452 | (provide 'jit-lock) | 452 | (provide 'jit-lock) |
| 453 | 453 | ||
| 454 | ;; jit-lock.el ends here | 454 | ;;; jit-lock.el ends here |
diff --git a/lisp/language/devan-util.el b/lisp/language/devan-util.el index be15f2d5b31..f77ac2d4214 100644 --- a/lisp/language/devan-util.el +++ b/lisp/language/devan-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; devan-util.el --- Support for Devanagari Script Composition | 1 | ;;; devan-util.el --- support for Devanagari Script Composition |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -1281,8 +1281,8 @@ If there's no corresponding narrow character, return CHAR as is." | |||
| 1281 | ;; | 1281 | ;; |
| 1282 | (provide 'devan-util) | 1282 | (provide 'devan-util) |
| 1283 | 1283 | ||
| 1284 | ;;; devan-util.el end here | ||
| 1285 | |||
| 1286 | ;; Local Variables: | 1284 | ;; Local Variables: |
| 1287 | ;; coding: iso-2022-7bit | 1285 | ;; coding: iso-2022-7bit |
| 1288 | ;; End: | 1286 | ;; End: |
| 1287 | |||
| 1288 | ;;; devan-util.el ends here | ||
diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el index 1be6e270037..e0f3e783b0a 100644 --- a/lisp/language/devanagari.el +++ b/lisp/language/devanagari.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; -*- | 1 | ;;; devanagari.el --- support for Devanagari -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -28,6 +28,7 @@ | |||
| 28 | ;; History: | 28 | ;; History: |
| 29 | ;; 1996.10.18 written by KAWABATA, Taichi <kawabata@is.s.u-tokyo.ac.jp> | 29 | ;; 1996.10.18 written by KAWABATA, Taichi <kawabata@is.s.u-tokyo.ac.jp> |
| 30 | ;; 1997.1.20 fixed some bugs. | 30 | ;; 1997.1.20 fixed some bugs. |
| 31 | |||
| 31 | ;;; Code: | 32 | ;;; Code: |
| 32 | 33 | ||
| 33 | (make-coding-system | 34 | (make-coding-system |
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 5dde78ec832..68bfc7b1c9c 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | 24 | ||
| 25 | ;; Author: TAKAHASHI Naoto <ntakahas@m17n.org> | 25 | ;; Author: TAKAHASHI Naoto <ntakahas@m17n.org> |
| 26 | 26 | ||
| 27 | ;;; Commentary: | ||
| 28 | |||
| 27 | ;;; Code: | 29 | ;;; Code: |
| 28 | 30 | ||
| 29 | ;; Information for exiting Ethiopic environment. | 31 | ;; Information for exiting Ethiopic environment. |
| @@ -1296,7 +1298,7 @@ The markers \"<sera>\" and \"</sera>\" themselves are not deleted." | |||
| 1296 | composite t)) | 1298 | composite t)) |
| 1297 | ;; neither gemination nor fidel | 1299 | ;; neither gemination nor fidel |
| 1298 | ((not (eq (char-charset ch) 'ethiopic)) | 1300 | ((not (eq (char-charset ch) 'ethiopic)) |
| 1299 | (error "Not a valid character."))) | 1301 | (error "Not a valid character"))) |
| 1300 | 1302 | ||
| 1301 | ;; set frequently referred character features | 1303 | ;; set frequently referred character features |
| 1302 | (setq ch (ethio-char-to-ethiocode ch) | 1304 | (setq ch (ethio-char-to-ethiocode ch) |
| @@ -1306,7 +1308,7 @@ The markers \"<sera>\" and \"</sera>\" themselves are not deleted." | |||
| 1306 | (if (or (and (>= ch 344) (<= ch 380)) ;; mYa - `10000 | 1308 | (if (or (and (>= ch 344) (<= ch 380)) ;; mYa - `10000 |
| 1307 | (and (>= ch 448) (<= ch 452)) ;; \~X - \~A | 1309 | (and (>= ch 448) (<= ch 452)) ;; \~X - \~A |
| 1308 | (>= ch 458)) ;; private punctuations | 1310 | (>= ch 458)) ;; private punctuations |
| 1309 | (error "Not a valid character.")) | 1311 | (error "Not a valid character")) |
| 1310 | 1312 | ||
| 1311 | (setq | 1313 | (setq |
| 1312 | newch | 1314 | newch |
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el index 15ad961167a..27c7e77f4b7 100644 --- a/lisp/language/ethiopic.el +++ b/lisp/language/ethiopic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ethiopic.el --- Support for Ethiopic -*- coding: iso-2022-7bit; -*- | 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 2001 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -24,6 +24,8 @@ | |||
| 24 | 24 | ||
| 25 | ;; Author: TAKAHASHI Naoto <ntakahas@m17n.org> | 25 | ;; Author: TAKAHASHI Naoto <ntakahas@m17n.org> |
| 26 | 26 | ||
| 27 | ;;; Commentary: | ||
| 28 | |||
| 27 | ;;; Code: | 29 | ;;; Code: |
| 28 | 30 | ||
| 29 | (define-ccl-program ccl-encode-ethio-font | 31 | (define-ccl-program ccl-encode-ethio-font |
diff --git a/lisp/language/european.el b/lisp/language/european.el index 9e9e10ae402..ad7353bae72 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; european.el --- European languages -*- coding: iso-2022-7bit; -*- | 1 | ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 1997, 2001 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 190e3769f3f..617c20123be 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; indian.el --- Support for Indian Languages -*- coding: iso-2022-7bit; -*- | 1 | ;;; indian.el --- support for Indian Languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el index 795876547d2..2ca780dd1bb 100644 --- a/lisp/language/romanian.el +++ b/lisp/language/romanian.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; romanian.el --- Support for Romanian -*- coding: iso-latin-2; -*- | 1 | ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Free Software Foundation. | 3 | ;; Copyright (C) 1998 Free Software Foundation. |
| 4 | 4 | ||
| @@ -43,5 +43,4 @@ | |||
| 43 | 43 | ||
| 44 | (provide 'romanian) | 44 | (provide 'romanian) |
| 45 | 45 | ||
| 46 | ;; romanian.el ends here | 46 | ;;; romanian.el ends here |
| 47 | |||
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index af10e94d344..54938ffe635 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -26,11 +26,13 @@ | |||
| 26 | 26 | ||
| 27 | ;; Created: Feb. 17. 1997 | 27 | ;; Created: Feb. 17. 1997 |
| 28 | 28 | ||
| 29 | ;; History: | 29 | ;;; History: |
| 30 | ;; 1997.03.13 Modification in treatment of text properties; | 30 | ;; 1997.03.13 Modification in treatment of text properties; |
| 31 | ;; Support for some special signs and punctuations. | 31 | ;; Support for some special signs and punctuations. |
| 32 | ;; 1999.10.25 Modification for a new composition way by K.Handa. | 32 | ;; 1999.10.25 Modification for a new composition way by K.Handa. |
| 33 | 33 | ||
| 34 | ;;; Commentary: | ||
| 35 | |||
| 34 | ;;; Code: | 36 | ;;; Code: |
| 35 | 37 | ||
| 36 | ;;;###autoload | 38 | ;;;###autoload |
| @@ -350,4 +352,4 @@ See also docstring of the function tibetan-compose-region." | |||
| 350 | 352 | ||
| 351 | (provide 'tibet-util) | 353 | (provide 'tibet-util) |
| 352 | 354 | ||
| 353 | ;;; language/tibet-util.el ends here. | 355 | ;;; tibet-util.el ends here |
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index a6824887702..4f9068c0263 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tibetan.el --- Support for Tibetan language -*- coding: iso-2022-7bit; -*- | 1 | ;;; tibetan.el --- support for Tibetan language -*- 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. |
| @@ -29,6 +29,8 @@ | |||
| 29 | ;; History: | 29 | ;; History: |
| 30 | ;; 1997.03.13 Modification for special signs and punctuations. | 30 | ;; 1997.03.13 Modification for special signs and punctuations. |
| 31 | 31 | ||
| 32 | ;;; Commentary: | ||
| 33 | |||
| 32 | ;;; Code: | 34 | ;;; Code: |
| 33 | 35 | ||
| 34 | ;;; Tibetan Character set. | 36 | ;;; Tibetan Character set. |
| @@ -625,4 +627,4 @@ This also matches some punctuation characters which need conversion.") | |||
| 625 | 627 | ||
| 626 | (provide 'tibetan) | 628 | (provide 'tibetan) |
| 627 | 629 | ||
| 628 | ;;; language/tibetan.el ends here | 630 | ;;; tibetan.el ends here |
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 477a966a1e3..2d21c9c45c5 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | ;;; feedmail.el --- assist other email packages to massage outgoing messages | 1 | ;;; feedmail.el --- assist other email packages to massage outgoing messages |
| 2 | ;;; This file is in the public domain. | 2 | ;;; This file is in the public domain. |
| 3 | 3 | ||
| 4 | ;; This file is part of GNU Emacs. | ||
| 5 | |||
| 4 | ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG> | 6 | ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG> |
| 5 | ;; Version: 8 | 7 | ;; Version: 8 |
| 6 | ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft | 8 | ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft |
| @@ -2667,4 +2669,5 @@ been weeded out." | |||
| 2667 | (point-marker)))) | 2669 | (point-marker)))) |
| 2668 | 2670 | ||
| 2669 | (provide 'feedmail) | 2671 | (provide 'feedmail) |
| 2672 | |||
| 2670 | ;;; feedmail.el ends here | 2673 | ;;; feedmail.el ends here |
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 3a86a39b147..a10751b10cf 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; footnote.el --- Footnote support for message mode -*- coding: iso-latin-1;-*- | 1 | ;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2000 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2000 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -670,7 +670,7 @@ specified, jump to the text of that footnote." | |||
| 670 | (goto-char (point-max)) | 670 | (goto-char (point-max)) |
| 671 | (re-search-backward (concat "^" footnote-section-tag-regexp)) | 671 | (re-search-backward (concat "^" footnote-section-tag-regexp)) |
| 672 | (forward-line 1)) | 672 | (forward-line 1)) |
| 673 | (error "I don't see a footnote here."))))) | 673 | (error "I don't see a footnote here"))))) |
| 674 | 674 | ||
| 675 | (defun Footnote-back-to-message (&optional arg) | 675 | (defun Footnote-back-to-message (&optional arg) |
| 676 | "Move cursor back to footnote referent. | 676 | "Move cursor back to footnote referent. |
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index 3cecbba0a55..8d48eeda51a 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mail-hist.el --- Headers and message body history for outgoing mail. | 1 | ;;; mail-hist.el --- headers and message body history for outgoing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -245,7 +245,7 @@ This function normally would be called when the message is sent." | |||
| 245 | (ding) | 245 | (ding) |
| 246 | (message "No history for \"%s\"." header)) | 246 | (message "No history for \"%s\"." header)) |
| 247 | (if (ring-empty-p ring) | 247 | (if (ring-empty-p ring) |
| 248 | (error "\"%s\" ring is empty." header) | 248 | (error "\"%s\" ring is empty" header) |
| 249 | (and repeat | 249 | (and repeat |
| 250 | (delete-region (car mail-hist-last-bounds) | 250 | (delete-region (car mail-hist-last-bounds) |
| 251 | (cdr mail-hist-last-bounds))) | 251 | (cdr mail-hist-last-bounds))) |
| @@ -293,4 +293,4 @@ received mail." | |||
| 293 | 293 | ||
| 294 | (provide 'mail-hist) | 294 | (provide 'mail-hist) |
| 295 | 295 | ||
| 296 | ;; mail-hist.el ends here | 296 | ;;; mail-hist.el ends here |
diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el index f378411ce4d..163b2ecd5ec 100644 --- a/lisp/mail/mailheader.el +++ b/lisp/mail/mailheader.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mailheader.el --- Mail header parsing, merging, formatting | 1 | ;;; mailheader.el --- mail header parsing, merging, formatting |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 by Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index 5ddd4e3f9ad..2075ca8b7a1 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mspools.el --- show mail spools waiting to be read. | 1 | ;;; mspools.el --- show mail spools waiting to be read |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -403,5 +403,5 @@ nil." | |||
| 403 | nil))) | 403 | nil))) |
| 404 | 404 | ||
| 405 | (provide 'mspools) | 405 | (provide 'mspools) |
| 406 | ;;; mspools.el ends here | ||
| 407 | 406 | ||
| 407 | ;;; mspools.el ends here | ||
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 6b66f2843bc..dd5ce02946f 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -32,7 +32,9 @@ | |||
| 32 | ;; |Mail and news reply citation package | 32 | ;; |Mail and news reply citation package |
| 33 | ;; |1993/09/22 18:58:46|3.1| | 33 | ;; |1993/09/22 18:58:46|3.1| |
| 34 | 34 | ||
| 35 | ;; Code: | 35 | ;;; Commentary: |
| 36 | |||
| 37 | ;;; Code: | ||
| 36 | 38 | ||
| 37 | 39 | ||
| 38 | (require 'regi) | 40 | (require 'regi) |
| @@ -2096,7 +2098,7 @@ cited." | |||
| 2096 | (looking-at "^[ \t]*$") | 2098 | (looking-at "^[ \t]*$") |
| 2097 | (consp arg)) | 2099 | (consp arg)) |
| 2098 | (insert (sc-mail-field "sc-citation")) | 2100 | (insert (sc-mail-field "sc-citation")) |
| 2099 | (error "Line is already cited.")))) | 2101 | (error "Line is already cited")))) |
| 2100 | 2102 | ||
| 2101 | (defun sc-version (arg) | 2103 | (defun sc-version (arg) |
| 2102 | "Echo the current version of Supercite in the minibuffer. | 2104 | "Echo the current version of Supercite in the minibuffer. |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index eed64d6c851..c77f1c63f53 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mouse-sel.el --- Multi-click selection support for Emacs 19 | 1 | ;;; mouse-sel.el --- multi-click selection support for Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -737,4 +737,4 @@ If `mouse-yank-at-point' is non-nil, insert at point instead." | |||
| 737 | 737 | ||
| 738 | (provide 'mouse-sel) | 738 | (provide 'mouse-sel) |
| 739 | 739 | ||
| 740 | ;; mouse-sel.el ends here. | 740 | ;;; mouse-sel.el ends here |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 3b516c26692..cebdb2fdcda 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; browse-url.el --- Pass a URL to a WWW browser | 1 | ;;; browse-url.el --- pass a URL to a WWW browser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001 | 3 | ;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| @@ -1012,13 +1012,13 @@ used instead of `browse-url-new-window-flag'." | |||
| 1012 | (switch-to-buffer buf))) | 1012 | (switch-to-buffer buf))) |
| 1013 | (if (eq (following-char) ?_) | 1013 | (if (eq (following-char) ?_) |
| 1014 | (cond ((eq browse-url-lynx-input-field 'warn) | 1014 | (cond ((eq browse-url-lynx-input-field 'warn) |
| 1015 | (error "Please move out of the input field first.")) | 1015 | (error "Please move out of the input field first")) |
| 1016 | ((eq browse-url-lynx-input-field 'avoid) | 1016 | ((eq browse-url-lynx-input-field 'avoid) |
| 1017 | (while (and (eq (following-char) ?_) (> n 0)) | 1017 | (while (and (eq (following-char) ?_) (> n 0)) |
| 1018 | (term-send-down) ; down arrow | 1018 | (term-send-down) ; down arrow |
| 1019 | (sit-for browse-url-lynx-input-delay)) | 1019 | (sit-for browse-url-lynx-input-delay)) |
| 1020 | (if (eq (following-char) ?_) | 1020 | (if (eq (following-char) ?_) |
| 1021 | (error "Cannot move out of the input field, sorry."))))) | 1021 | (error "Cannot move out of the input field, sorry"))))) |
| 1022 | (term-send-string proc (concat "g" ; goto | 1022 | (term-send-string proc (concat "g" ; goto |
| 1023 | "\C-u" ; kill default url | 1023 | "\C-u" ; kill default url |
| 1024 | url | 1024 | url |
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index 579123a5dd3..f0e091ccc7f 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; net-utils.el --- Network functions | 1 | ;;; net-utils.el --- network functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 5 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 6 | ;; Created: Sun Mar 16 1997 | 6 | ;; Created: Sun Mar 16 1997 |
| 7 | ;; Keywords: network communications | 7 | ;; Keywords: network communications |
| 8 | ;; Time-stamp: <2000-10-04 22:39:05 pbreton> | 8 | ;; Time-stamp: <2001-07-15 00:34:52 pavel> |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 4076c5ae7f2..0751aec4286 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; quickurl.el --- Insert an URL based on text at point in buffer. | 1 | ;;; quickurl.el --- insert an URL based on text at point in buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999,2000,2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999,2000,2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Created: 1999-05-28 | 7 | ;; Created: 1999-05-28 |
| 8 | ;; Keywords: hypermedia | 8 | ;; Keywords: hypermedia |
| 9 | 9 | ||
| 10 | ;; This file is 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 |
diff --git a/lisp/net/snmp-mode.el b/lisp/net/snmp-mode.el index 8753cceda25..227eccd4757 100644 --- a/lisp/net/snmp-mode.el +++ b/lisp/net/snmp-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode. | 1 | ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995,1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995,1998 Free Software Foundation, Inc. |
| 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 | ;; INTRODUCTION | 27 | ;; INTRODUCTION |
| 26 | ;; ------------ | 28 | ;; ------------ |
| 27 | ;; This package provides a major mode for editing SNMP MIBs. It | 29 | ;; This package provides a major mode for editing SNMP MIBs. It |
| @@ -82,6 +84,8 @@ | |||
| 82 | ;; Enabling global-font-lock-mode is also sufficient. | 84 | ;; Enabling global-font-lock-mode is also sufficient. |
| 83 | ;; | 85 | ;; |
| 84 | 86 | ||
| 87 | ;;; Code: | ||
| 88 | |||
| 85 | ;;;---------------------------------------------------------------------------- | 89 | ;;;---------------------------------------------------------------------------- |
| 86 | ;; | 90 | ;; |
| 87 | ;; Customize these: | 91 | ;; Customize these: |
| @@ -713,4 +717,4 @@ controls whether case is significant." | |||
| 713 | 717 | ||
| 714 | (provide 'snmp-mode) | 718 | (provide 'snmp-mode) |
| 715 | 719 | ||
| 716 | ;; snmp-mode.el ends here | 720 | ;;; snmp-mode.el ends here |
diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index c55a12c45e8..53e97ae8f1b 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el | |||
| @@ -287,14 +287,14 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 287 | ((symbolp expr) | 287 | ((symbolp expr) |
| 288 | (if (fboundp expr) | 288 | (if (fboundp expr) |
| 289 | (funcall expr name) | 289 | (funcall expr name) |
| 290 | (error "WebJump URL function \"%s\" undefined." | 290 | (error "WebJump URL function \"%s\" undefined" |
| 291 | expr))) | 291 | expr))) |
| 292 | (t (error "WebJump URL expression for \"%s\" invalid." | 292 | (t (error "WebJump URL expression for \"%s\" invalid" |
| 293 | name))))))) | 293 | name))))))) |
| 294 | 294 | ||
| 295 | (defun webjump-builtin (expr name) | 295 | (defun webjump-builtin (expr name) |
| 296 | (if (< (length expr) 1) | 296 | (if (< (length expr) 1) |
| 297 | (error "WebJump URL builtin for \"%s\" empty." name)) | 297 | (error "WebJump URL builtin for \"%s\" empty" name)) |
| 298 | (let ((builtin (aref expr 0))) | 298 | (let ((builtin (aref expr 0))) |
| 299 | (cond | 299 | (cond |
| 300 | ((eq builtin 'mirrors) | 300 | ((eq builtin 'mirrors) |
| @@ -307,12 +307,12 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 307 | ((eq builtin 'simple-query) | 307 | ((eq builtin 'simple-query) |
| 308 | (webjump-builtin-check-args expr name 3) | 308 | (webjump-builtin-check-args expr name 3) |
| 309 | (webjump-do-simple-query name (aref expr 1) (aref expr 2) (aref expr 3))) | 309 | (webjump-do-simple-query name (aref expr 1) (aref expr 2) (aref expr 3))) |
| 310 | (t (error "WebJump URL builtin \"%s\" for \"%s\" invalid." | 310 | (t (error "WebJump URL builtin \"%s\" for \"%s\" invalid" |
| 311 | builtin name))))) | 311 | builtin name))))) |
| 312 | 312 | ||
| 313 | (defun webjump-builtin-check-args (expr name count) | 313 | (defun webjump-builtin-check-args (expr name count) |
| 314 | (or (= (length expr) (1+ count)) | 314 | (or (= (length expr) (1+ count)) |
| 315 | (error "WebJump URL builtin \"%s\" for \"%s\" needs %d args." | 315 | (error "WebJump URL builtin \"%s\" for \"%s\" needs %d args" |
| 316 | (aref expr 0) name count))) | 316 | (aref expr 0) name count))) |
| 317 | 317 | ||
| 318 | (defun webjump-choose-mirror (name urls) | 318 | (defun webjump-choose-mirror (name urls) |
| @@ -400,4 +400,4 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 400 | 400 | ||
| 401 | (provide 'webjump) | 401 | (provide 'webjump) |
| 402 | 402 | ||
| 403 | ;; webjump.el ends here | 403 | ;;; webjump.el ends here |
diff --git a/lisp/net/zone-mode.el b/lisp/net/zone-mode.el index 2a534d8a6d0..d1528aa1794 100644 --- a/lisp/net/zone-mode.el +++ b/lisp/net/zone-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; zone-mode.el -- major mode for editing DNS zone files. | 1 | ;;; zone-mode.el --- major mode for editing DNS zone files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998 Free Software Foundation, Inc. |
| 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 | ;;; | 27 | ;;; |
| 26 | ;;; See the comments in ``define-derived-mode zone-mode'' | 28 | ;;; See the comments in ``define-derived-mode zone-mode'' |
| 27 | ;;; (the last function in this file) | 29 | ;;; (the last function in this file) |
| @@ -52,7 +54,7 @@ | |||
| 52 | ((not (string= old-date cur-date)) | 54 | ((not (string= old-date cur-date)) |
| 53 | "00") ;; reset sequeence number | 55 | "00") ;; reset sequeence number |
| 54 | ((>= old-seq-num 99) | 56 | ((>= old-seq-num 99) |
| 55 | (error "Serial number's sequenece cannot increment beyond 99.")) | 57 | (error "Serial number's sequenece cannot increment beyond 99")) |
| 56 | (t | 58 | (t |
| 57 | (format "%02d" (1+ old-seq-num))))) | 59 | (format "%02d" (1+ old-seq-num))))) |
| 58 | (old-serial (concat old-date old-seq)) | 60 | (old-serial (concat old-date old-seq)) |
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 0ef1cbd05c7..521471a1da1 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pcomplete --- programmable completion | 1 | ;;; pcomplete.el --- programmable completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Sofware Foundation | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Sofware Foundation |
| 4 | 4 | ||
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 8d2f3c6f961..1047ddf600f 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; antlr-mode.el --- Major mode for ANTLR grammar files | 1 | ;;; antlr-mode.el --- major mode for ANTLR grammar files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| @@ -1532,8 +1532,6 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." | |||
| 1532 | indent-tabs-mode (cadddr elem) | 1532 | indent-tabs-mode (cadddr elem) |
| 1533 | alist nil)))))) | 1533 | alist nil)))))) |
| 1534 | 1534 | ||
| 1535 | ;;; antlr-mode.el ends here | ||
| 1536 | |||
| 1537 | ; LocalWords: antlr ANother ANTLR's Cpp Lexer TreeParser esp refs VALUEs ea ee | 1535 | ; LocalWords: antlr ANother ANTLR's Cpp Lexer TreeParser esp refs VALUEs ea ee |
| 1538 | ; LocalWords: Java's Nomencl ruledef tokendef ruleref tokenref setType ader ev | 1536 | ; LocalWords: Java's Nomencl ruledef tokendef ruleref tokenref setType ader ev |
| 1539 | ; LocalWords: ivate syntab lexer treeparser lic rotected rivate bor boi AFAIK | 1537 | ; LocalWords: ivate syntab lexer treeparser lic rotected rivate bor boi AFAIK |
| @@ -1541,3 +1539,5 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." | |||
| 1541 | ; LocalWords: VOCAB EVOCAB Antlr's TokenTypes exportVocab incl excl SUPERS gen | 1539 | ; LocalWords: VOCAB EVOCAB Antlr's TokenTypes exportVocab incl excl SUPERS gen |
| 1542 | ; LocalWords: VOCABS IVOCAB exportVocabs importVocabs superclasses vocab kens | 1540 | ; LocalWords: VOCABS IVOCAB exportVocabs importVocabs superclasses vocab kens |
| 1543 | ; LocalWords: sclass evocab ivocab importVocab deps glibs supers sep dep lang | 1541 | ; LocalWords: sclass evocab ivocab importVocab deps glibs supers sep dep lang |
| 1542 | |||
| 1543 | ;;; antlr-mode.el ends here | ||
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index a90e9766d61..69bf7aab775 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; autoconf.el --- Mode for editing Autoconf configure.in files. | 1 | ;;; autoconf.el --- mode for editing Autoconf configure.in files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
| 7 | ;; $Revision: $ | 7 | ;; $Revision: 1.1 $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 96aef6ad9d2..a701da6e808 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.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 | ;; USAGE ============================================================= | 28 | ;; USAGE ============================================================= |
| 27 | 29 | ||
| 28 | ;; In C mode C-C C-e is bound to c-macro-expand. The result of the | 30 | ;; In C mode C-C C-e is bound to c-macro-expand. The result of the |
| @@ -84,6 +86,7 @@ | |||
| 84 | ;; If the start point of the region is inside a macro definition the | 86 | ;; If the start point of the region is inside a macro definition the |
| 85 | ;; macro expansion is often inaccurate. | 87 | ;; macro expansion is often inaccurate. |
| 86 | 88 | ||
| 89 | ;;; Code: | ||
| 87 | 90 | ||
| 88 | (require 'cc-mode) | 91 | (require 'cc-mode) |
| 89 | 92 | ||
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 395d3011c42..42377f5beb6 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -1001,7 +1001,7 @@ the faces: please specify bold, italic, underline, shadow and box.) | |||
| 1001 | (defmacro cperl-ps-extend-face-list (arg) | 1001 | (defmacro cperl-ps-extend-face-list (arg) |
| 1002 | `(ps-extend-face-list ,arg)) | 1002 | `(ps-extend-face-list ,arg)) |
| 1003 | (defmacro cperl-ps-extend-face-list (arg) | 1003 | (defmacro cperl-ps-extend-face-list (arg) |
| 1004 | `(error "This version of Emacs has no `ps-extend-face-list'."))) | 1004 | `(error "This version of Emacs has no `ps-extend-face-list'"))) |
| 1005 | ;; Calling `cperl-enable-font-lock' below doesn't compile on XEmacs, | 1005 | ;; Calling `cperl-enable-font-lock' below doesn't compile on XEmacs, |
| 1006 | ;; macros instead of defsubsts don't work on Emacs, so we do the | 1006 | ;; macros instead of defsubsts don't work on Emacs, so we do the |
| 1007 | ;; expansion manually. Any other suggestions? | 1007 | ;; expansion manually. Any other suggestions? |
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 590795a5540..53105b43b25 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cpp.el --- Highlight or hide text according to cpp conditionals. | 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index bb6ac183555..b251487c9d5 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cwarn.el --- Highlight suspicious C and C++ constructions. | 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/progmodes/delphi.el b/lisp/progmodes/delphi.el index c3e9a9e264f..8af7d07e2a3 100644 --- a/lisp/progmodes/delphi.el +++ b/lisp/progmodes/delphi.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; delphi.el --- Major mode for editing Delphi source (Object Pascal) in Emacs | 1 | ;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -65,11 +65,15 @@ | |||
| 65 | (provide 'delphi) | 65 | (provide 'delphi) |
| 66 | 66 | ||
| 67 | (defconst delphi-version | 67 | (defconst delphi-version |
| 68 | (let ((revision "$Revision: 3.4 $")) | 68 | (let ((revision "$Revision: 3.5 $")) |
| 69 | (string-match ": \\([^ ]+\\)" revision) | 69 | (string-match ": \\([^ ]+\\)" revision) |
| 70 | (match-string 1 revision)) | 70 | (match-string 1 revision)) |
| 71 | "Version of this delphi mode.") | 71 | "Version of this delphi mode.") |
| 72 | ;;; $Log: delphi.el,v $ | 72 | ;;; $Log: delphi.el,v $ |
| 73 | ;;; Revision 3.5 2001/01/26 20:54:03 fx | ||
| 74 | ;;; (delphi-comment-face, delphi-string-face) | ||
| 75 | ;;; (delphi-keyword-face, delphi-other-face): Fix :type. | ||
| 76 | ;;; | ||
| 73 | ;;; Revision 3.4 2000/02/09 07:04:15 blaak | 77 | ;;; Revision 3.4 2000/02/09 07:04:15 blaak |
| 74 | ;;; Make resourcestring a declaration region, like const and var. | 78 | ;;; Make resourcestring a declaration region, like const and var. |
| 75 | ;;; | 79 | ;;; |
| @@ -2029,3 +2033,5 @@ no args, if that value is non-nil." | |||
| 2029 | (delphi-progress-done)))) | 2033 | (delphi-progress-done)))) |
| 2030 | 2034 | ||
| 2031 | (run-hooks 'delphi-mode-hook)) | 2035 | (run-hooks 'delphi-mode-hook)) |
| 2036 | |||
| 2037 | ;;; delphi.el ends here | ||
diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 436d4421ec3..1b748b3b9c3 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; ebnf-bnf --- Parser for EBNF | 1 | ;;; ebnf-bnf.el --- parser for EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Time-stamp: <2000/12/19 15:29:04 vinicius> | 8 | ;; Time-stamp: <2001-07-15 01:02:12 pavel> |
| 9 | ;; Version: 1.5 | 9 | ;; Version: 1.5 |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -107,7 +107,7 @@ | |||
| 107 | ;; | 107 | ;; |
| 108 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 108 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 109 | 109 | ||
| 110 | ;;; code: | 110 | ;;; Code: |
| 111 | 111 | ||
| 112 | 112 | ||
| 113 | (require 'ebnf-otz) | 113 | (require 'ebnf-otz) |
| @@ -132,7 +132,7 @@ | |||
| 132 | (goto-char start) | 132 | (goto-char start) |
| 133 | (setq token (ebnf-bnf-lex)) | 133 | (setq token (ebnf-bnf-lex)) |
| 134 | (and (eq token 'end-of-input) | 134 | (and (eq token 'end-of-input) |
| 135 | (error "Invalid EBNF file format.")) | 135 | (error "Invalid EBNF file format")) |
| 136 | (while (not (eq token 'end-of-input)) | 136 | (while (not (eq token 'end-of-input)) |
| 137 | (ebnf-message-float | 137 | (ebnf-message-float |
| 138 | "Parsing...%s%%" | 138 | "Parsing...%s%%" |
| @@ -154,12 +154,12 @@ | |||
| 154 | body) | 154 | body) |
| 155 | (setq ebnf-action nil) | 155 | (setq ebnf-action nil) |
| 156 | (or (eq token 'non-terminal) | 156 | (or (eq token 'non-terminal) |
| 157 | (error "Invalid header production.")) | 157 | (error "Invalid header production")) |
| 158 | (or (eq (ebnf-bnf-lex) 'equal) | 158 | (or (eq (ebnf-bnf-lex) 'equal) |
| 159 | (error "Invalid production: missing `='.")) | 159 | (error "Invalid production: missing `='")) |
| 160 | (setq body (ebnf-body)) | 160 | (setq body (ebnf-body)) |
| 161 | (or (eq (car body) 'period) | 161 | (or (eq (car body) 'period) |
| 162 | (error "Invalid production: missing `.'.")) | 162 | (error "Invalid production: missing `.'")) |
| 163 | (setq body (cdr body)) | 163 | (setq body (cdr body)) |
| 164 | (ebnf-eps-add-production header) | 164 | (ebnf-eps-add-production header) |
| 165 | (cons (ebnf-bnf-lex) | 165 | (cons (ebnf-bnf-lex) |
| @@ -217,7 +217,7 @@ | |||
| 217 | (let ((kind (ebnf-node-kind node))) | 217 | (let ((kind (ebnf-node-kind node))) |
| 218 | (cond | 218 | (cond |
| 219 | ((eq kind 'ebnf-generate-non-terminal) | 219 | ((eq kind 'ebnf-generate-non-terminal) |
| 220 | (error "Exception sequence should not contain a non-terminal.")) | 220 | (error "Exception sequence should not contain a non-terminal")) |
| 221 | ((eq kind 'ebnf-generate-repeat) | 221 | ((eq kind 'ebnf-generate-repeat) |
| 222 | (ebnf-no-non-terminal (ebnf-node-separator node))) | 222 | (ebnf-no-non-terminal (ebnf-node-separator node))) |
| 223 | ((memq kind '(ebnf-generate-optional ebnf-generate-except)) | 223 | ((memq kind '(ebnf-generate-optional ebnf-generate-except)) |
| @@ -240,7 +240,7 @@ | |||
| 240 | (ebnf-term token) | 240 | (ebnf-term token) |
| 241 | (let ((times ebnf-bnf-lex)) | 241 | (let ((times ebnf-bnf-lex)) |
| 242 | (or (eq (ebnf-bnf-lex) 'repeat) | 242 | (or (eq (ebnf-bnf-lex) 'repeat) |
| 243 | (error "Missing `*'.")) | 243 | (error "Missing `*'")) |
| 244 | (ebnf-token-repeat times (ebnf-term (ebnf-bnf-lex)))))) | 244 | (ebnf-token-repeat times (ebnf-term (ebnf-bnf-lex)))))) |
| 245 | 245 | ||
| 246 | 246 | ||
| @@ -314,13 +314,13 @@ | |||
| 314 | ((eq token 'begin-group) | 314 | ((eq token 'begin-group) |
| 315 | (let ((body (ebnf-body))) | 315 | (let ((body (ebnf-body))) |
| 316 | (or (eq (car body) 'end-group) | 316 | (or (eq (car body) 'end-group) |
| 317 | (error "Missing `)'.")) | 317 | (error "Missing `)'")) |
| 318 | (cdr body))) | 318 | (cdr body))) |
| 319 | ;; optional | 319 | ;; optional |
| 320 | ((eq token 'begin-optional) | 320 | ((eq token 'begin-optional) |
| 321 | (let ((body (ebnf-body))) | 321 | (let ((body (ebnf-body))) |
| 322 | (or (eq (car body) 'end-optional) | 322 | (or (eq (car body) 'end-optional) |
| 323 | (error "Missing `]'.")) | 323 | (error "Missing `]'")) |
| 324 | (ebnf-token-optional (cdr body)))) | 324 | (ebnf-token-optional (cdr body)))) |
| 325 | ;; list | 325 | ;; list |
| 326 | ((eq token 'begin-list) | 326 | ((eq token 'begin-list) |
| @@ -341,7 +341,7 @@ | |||
| 341 | ((eq token 'end-zero-or-more) | 341 | ((eq token 'end-zero-or-more) |
| 342 | (ebnf-make-zero-or-more list-part sep-part)) | 342 | (ebnf-make-zero-or-more list-part sep-part)) |
| 343 | (t | 343 | (t |
| 344 | (error "Missing `}+', `}*' or `}'.")) | 344 | (error "Missing `}+', `}*' or `}'")) |
| 345 | ))) | 345 | ))) |
| 346 | ;; no term | 346 | ;; no term |
| 347 | (t | 347 | (t |
| @@ -441,7 +441,7 @@ See documentation for variable `ebnf-bnf-lex'." | |||
| 441 | 'end-of-input) | 441 | 'end-of-input) |
| 442 | ;; error | 442 | ;; error |
| 443 | ((eq token 'error) | 443 | ((eq token 'error) |
| 444 | (error "Illegal character.")) | 444 | (error "Illegal character")) |
| 445 | ;; default | 445 | ;; default |
| 446 | ((eq token 'default) | 446 | ((eq token 'default) |
| 447 | (forward-char) | 447 | (forward-char) |
| @@ -450,7 +450,7 @@ See documentation for variable `ebnf-bnf-lex'." | |||
| 450 | (prog1 | 450 | (prog1 |
| 451 | (ebnf-bnf-lex) | 451 | (ebnf-bnf-lex) |
| 452 | (setq ebnf-default-p t)) | 452 | (setq ebnf-default-p t)) |
| 453 | (error "Illegal `default' element."))) | 453 | (error "Illegal `default' element"))) |
| 454 | ;; integer | 454 | ;; integer |
| 455 | ((eq token 'integer) | 455 | ((eq token 'integer) |
| 456 | (setq ebnf-bnf-lex (ebnf-buffer-substring "0-9")) | 456 | (setq ebnf-bnf-lex (ebnf-buffer-substring "0-9")) |
| @@ -533,7 +533,7 @@ See documentation for variable `ebnf-bnf-lex'." | |||
| 533 | (forward-char) | 533 | (forward-char) |
| 534 | t) | 534 | t) |
| 535 | (t | 535 | (t |
| 536 | (error "Illegal character.")) | 536 | (error "Illegal character")) |
| 537 | )) | 537 | )) |
| 538 | 538 | ||
| 539 | 539 | ||
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el index c5716f4a6ea..024063f19ec 100644 --- a/lisp/progmodes/ebnf-iso.el +++ b/lisp/progmodes/ebnf-iso.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; ebnf-iso --- Parser for ISO EBNF | 1 | ;;; ebnf-iso.el --- parser for ISO EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Time-stamp: <2000/12/19 15:25:16 vinicius> | 8 | ;; Time-stamp: <2001-07-15 01:03:20 pavel> |
| 9 | ;; Version: 1.5 | 9 | ;; Version: 1.5 |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -117,7 +117,7 @@ | |||
| 117 | ;; | 117 | ;; |
| 118 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 118 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 119 | 119 | ||
| 120 | ;;; code: | 120 | ;;; Code: |
| 121 | 121 | ||
| 122 | 122 | ||
| 123 | (require 'ebnf-otz) | 123 | (require 'ebnf-otz) |
| @@ -145,7 +145,7 @@ | |||
| 145 | (goto-char start) | 145 | (goto-char start) |
| 146 | (setq token (ebnf-iso-lex)) | 146 | (setq token (ebnf-iso-lex)) |
| 147 | (and (eq token 'end-of-input) | 147 | (and (eq token 'end-of-input) |
| 148 | (error "Invalid ISO EBNF file format.")) | 148 | (error "Invalid ISO EBNF file format")) |
| 149 | (while (not (eq token 'end-of-input)) | 149 | (while (not (eq token 'end-of-input)) |
| 150 | (ebnf-message-float | 150 | (ebnf-message-float |
| 151 | "Parsing...%s%%" | 151 | "Parsing...%s%%" |
| @@ -167,12 +167,12 @@ | |||
| 167 | body) | 167 | body) |
| 168 | (setq ebnf-action nil) | 168 | (setq ebnf-action nil) |
| 169 | (or (eq token 'non-terminal) | 169 | (or (eq token 'non-terminal) |
| 170 | (error "Invalid meta identifier syntax rule.")) | 170 | (error "Invalid meta identifier syntax rule")) |
| 171 | (or (eq (ebnf-iso-lex) 'equal) | 171 | (or (eq (ebnf-iso-lex) 'equal) |
| 172 | (error "Invalid syntax rule: missing `='.")) | 172 | (error "Invalid syntax rule: missing `='")) |
| 173 | (setq body (ebnf-iso-definition-list)) | 173 | (setq body (ebnf-iso-definition-list)) |
| 174 | (or (eq (car body) 'period) | 174 | (or (eq (car body) 'period) |
| 175 | (error "Invalid syntax rule: missing `;' or `.'.")) | 175 | (error "Invalid syntax rule: missing `;' or `.'")) |
| 176 | (setq body (cdr body)) | 176 | (setq body (cdr body)) |
| 177 | (ebnf-eps-add-production header) | 177 | (ebnf-eps-add-production header) |
| 178 | (cons (ebnf-iso-lex) | 178 | (cons (ebnf-iso-lex) |
| @@ -233,7 +233,7 @@ | |||
| 233 | (if (eq token 'integer) | 233 | (if (eq token 'integer) |
| 234 | (let ((times ebnf-iso-lex)) | 234 | (let ((times ebnf-iso-lex)) |
| 235 | (or (eq (ebnf-iso-lex) 'repeat) | 235 | (or (eq (ebnf-iso-lex) 'repeat) |
| 236 | (error "Missing `*'.")) | 236 | (error "Missing `*'")) |
| 237 | (ebnf-token-repeat times (ebnf-iso-primary (ebnf-iso-lex)))) | 237 | (ebnf-token-repeat times (ebnf-iso-primary (ebnf-iso-lex)))) |
| 238 | (ebnf-iso-primary token))) | 238 | (ebnf-iso-primary token))) |
| 239 | 239 | ||
| @@ -273,20 +273,20 @@ | |||
| 273 | ((eq token 'begin-group) | 273 | ((eq token 'begin-group) |
| 274 | (let ((body (ebnf-iso-definition-list))) | 274 | (let ((body (ebnf-iso-definition-list))) |
| 275 | (or (eq (car body) 'end-group) | 275 | (or (eq (car body) 'end-group) |
| 276 | (error "Missing `)'.")) | 276 | (error "Missing `)'")) |
| 277 | (cdr body))) | 277 | (cdr body))) |
| 278 | ;; optional sequence | 278 | ;; optional sequence |
| 279 | ((eq token 'begin-optional) | 279 | ((eq token 'begin-optional) |
| 280 | (let ((body (ebnf-iso-definition-list))) | 280 | (let ((body (ebnf-iso-definition-list))) |
| 281 | (or (eq (car body) 'end-optional) | 281 | (or (eq (car body) 'end-optional) |
| 282 | (error "Missing `]' or `/)'.")) | 282 | (error "Missing `]' or `/)'")) |
| 283 | (ebnf-token-optional (cdr body)))) | 283 | (ebnf-token-optional (cdr body)))) |
| 284 | ;; repeated sequence | 284 | ;; repeated sequence |
| 285 | ((eq token 'begin-zero-or-more) | 285 | ((eq token 'begin-zero-or-more) |
| 286 | (let* ((body (ebnf-iso-definition-list)) | 286 | (let* ((body (ebnf-iso-definition-list)) |
| 287 | (repeat (cdr body))) | 287 | (repeat (cdr body))) |
| 288 | (or (eq (car body) 'end-zero-or-more) | 288 | (or (eq (car body) 'end-zero-or-more) |
| 289 | (error "Missing `}' or `:)'.")) | 289 | (error "Missing `}' or `:)'")) |
| 290 | (ebnf-make-zero-or-more repeat))) | 290 | (ebnf-make-zero-or-more repeat))) |
| 291 | ;; empty | 291 | ;; empty |
| 292 | (t | 292 | (t |
| @@ -426,7 +426,7 @@ See documentation for variable `ebnf-iso-lex'." | |||
| 426 | 'end-of-input) | 426 | 'end-of-input) |
| 427 | ;; error | 427 | ;; error |
| 428 | ((eq token 'error) | 428 | ((eq token 'error) |
| 429 | (error "Illegal character.")) | 429 | (error "Illegal character")) |
| 430 | ;; integer | 430 | ;; integer |
| 431 | ((eq token 'integer) | 431 | ((eq token 'integer) |
| 432 | (setq ebnf-iso-lex (ebnf-buffer-substring "0-9")) | 432 | (setq ebnf-iso-lex (ebnf-buffer-substring "0-9")) |
| @@ -451,7 +451,7 @@ See documentation for variable `ebnf-iso-lex'." | |||
| 451 | (ebnf-trim-right | 451 | (ebnf-trim-right |
| 452 | (ebnf-buffer-substring " 0-9A-Za-z\240-\377")))) | 452 | (ebnf-buffer-substring " 0-9A-Za-z\240-\377")))) |
| 453 | (and ebnf-no-meta-identifier | 453 | (and ebnf-no-meta-identifier |
| 454 | (error "Exception sequence should not contain a meta identifier.")) | 454 | (error "Exception sequence should not contain a meta identifier")) |
| 455 | 'non-terminal) | 455 | 'non-terminal) |
| 456 | ;; begin optional, begin list or begin group | 456 | ;; begin optional, begin list or begin group |
| 457 | ((eq token 'left-parenthesis) | 457 | ((eq token 'left-parenthesis) |
| @@ -511,7 +511,7 @@ See documentation for variable `ebnf-iso-lex'." | |||
| 511 | (while (> pair 0) | 511 | (while (> pair 0) |
| 512 | (skip-chars-forward ebnf-iso-comment-chars ebnf-limit) | 512 | (skip-chars-forward ebnf-iso-comment-chars ebnf-limit) |
| 513 | (cond ((>= (point) ebnf-limit) | 513 | (cond ((>= (point) ebnf-limit) |
| 514 | (error "Missing end of comment: `*)'.")) | 514 | (error "Missing end of comment: `*)'")) |
| 515 | ((= (following-char) ?*) | 515 | ((= (following-char) ?*) |
| 516 | (skip-chars-forward "*" ebnf-limit) | 516 | (skip-chars-forward "*" ebnf-limit) |
| 517 | (when (= (following-char) ?\)) | 517 | (when (= (following-char) ?\)) |
| @@ -525,7 +525,7 @@ See documentation for variable `ebnf-iso-lex'." | |||
| 525 | (forward-char) | 525 | (forward-char) |
| 526 | (setq pair (1+ pair)))) | 526 | (setq pair (1+ pair)))) |
| 527 | (t | 527 | (t |
| 528 | (error "Illegal character.")) | 528 | (error "Illegal character")) |
| 529 | )))) | 529 | )))) |
| 530 | 530 | ||
| 531 | 531 | ||
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index 224ce9f6433..0969f873bb7 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; ebnf-otz --- Syntatic chart OpTimiZer | 1 | ;;; ebnf-otz.el --- syntatic chart OpTimiZer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Time-stamp: <2000/12/19 14:54:41 vinicius> | 8 | ;; Time-stamp: <2001-07-15 01:03:33 pavel> |
| 9 | ;; Version: 1.0 | 9 | ;; Version: 1.0 |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -39,7 +39,7 @@ | |||
| 39 | ;; | 39 | ;; |
| 40 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 40 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 41 | 41 | ||
| 42 | ;;; code: | 42 | ;;; Code: |
| 43 | 43 | ||
| 44 | 44 | ||
| 45 | (require 'ebnf2ps) | 45 | (require 'ebnf2ps) |
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index a0a7f7048b9..317a193f399 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; ebnf-yac --- Parser for Yacc/Bison | 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Time-stamp: <2000/12/19 15:47:23 vinicius> | 8 | ;; Time-stamp: <2001-07-15 01:04:02 pavel> |
| 9 | ;; Version: 1.1 | 9 | ;; Version: 1.1 |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -70,7 +70,7 @@ | |||
| 70 | ;; | 70 | ;; |
| 71 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 71 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 72 | 72 | ||
| 73 | ;;; code: | 73 | ;;; Code: |
| 74 | 74 | ||
| 75 | 75 | ||
| 76 | (require 'ebnf-otz) | 76 | (require 'ebnf-otz) |
| @@ -109,9 +109,9 @@ | |||
| 109 | (goto-char start) | 109 | (goto-char start) |
| 110 | (setq token (ebnf-yac-lex)) | 110 | (setq token (ebnf-yac-lex)) |
| 111 | (and (eq token 'end-of-input) | 111 | (and (eq token 'end-of-input) |
| 112 | (error "Invalid Yacc/Bison file format.")) | 112 | (error "Invalid Yacc/Bison file format")) |
| 113 | (or (eq (ebnf-yac-definitions token) 'yac-separator) | 113 | (or (eq (ebnf-yac-definitions token) 'yac-separator) |
| 114 | (error "Missing `%%%%'.")) | 114 | (error "Missing `%%%%'")) |
| 115 | (setq token (ebnf-yac-lex)) | 115 | (setq token (ebnf-yac-lex)) |
| 116 | (while (not (memq token '(end-of-input yac-separator))) | 116 | (while (not (memq token '(end-of-input yac-separator))) |
| 117 | (ebnf-message-float | 117 | (ebnf-message-float |
| @@ -140,9 +140,9 @@ | |||
| 140 | (setq token (ebnf-yac-lex)) | 140 | (setq token (ebnf-yac-lex)) |
| 141 | (when (eq token 'open-angle) | 141 | (when (eq token 'open-angle) |
| 142 | (or (eq (ebnf-yac-lex) 'non-terminal) | 142 | (or (eq (ebnf-yac-lex) 'non-terminal) |
| 143 | (error "Missing type name.")) | 143 | (error "Missing type name")) |
| 144 | (or (eq (ebnf-yac-lex) 'close-angle) | 144 | (or (eq (ebnf-yac-lex) 'close-angle) |
| 145 | (error "Missing `>'.")) | 145 | (error "Missing `>'")) |
| 146 | (setq token (ebnf-yac-lex))) | 146 | (setq token (ebnf-yac-lex))) |
| 147 | (setq token (ebnf-yac-name-list token) | 147 | (setq token (ebnf-yac-name-list token) |
| 148 | ebnf-yac-token-list (nconc (cdr token) | 148 | ebnf-yac-token-list (nconc (cdr token) |
| @@ -163,12 +163,12 @@ | |||
| 163 | body) | 163 | body) |
| 164 | (setq ebnf-action nil) | 164 | (setq ebnf-action nil) |
| 165 | (or (eq token 'non-terminal) | 165 | (or (eq token 'non-terminal) |
| 166 | (error "Invalid rule name.")) | 166 | (error "Invalid rule name")) |
| 167 | (or (eq (ebnf-yac-lex) 'colon) | 167 | (or (eq (ebnf-yac-lex) 'colon) |
| 168 | (error "Invalid rule: missing `:'.")) | 168 | (error "Invalid rule: missing `:'")) |
| 169 | (setq body (ebnf-yac-alternative)) | 169 | (setq body (ebnf-yac-alternative)) |
| 170 | (or (eq (car body) 'period) | 170 | (or (eq (car body) 'period) |
| 171 | (error "Invalid rule: missing `;'.")) | 171 | (error "Invalid rule: missing `;'")) |
| 172 | (setq body (cdr body)) | 172 | (setq body (cdr body)) |
| 173 | (ebnf-eps-add-production header) | 173 | (ebnf-eps-add-production header) |
| 174 | (cons (ebnf-yac-lex) | 174 | (cons (ebnf-yac-lex) |
| @@ -243,7 +243,7 @@ | |||
| 243 | token (ebnf-yac-lex)) | 243 | token (ebnf-yac-lex)) |
| 244 | (eq token 'comma)) | 244 | (eq token 'comma)) |
| 245 | (or (eq (ebnf-yac-lex) 'non-terminal) | 245 | (or (eq (ebnf-yac-lex) 'non-terminal) |
| 246 | (error "Missing token name.")))) | 246 | (error "Missing token name")))) |
| 247 | (cons token names))) | 247 | (cons token names))) |
| 248 | 248 | ||
| 249 | 249 | ||
| @@ -332,7 +332,7 @@ See documentation for variable `ebnf-yac-lex'." | |||
| 332 | 'end-of-input) | 332 | 'end-of-input) |
| 333 | ;; error | 333 | ;; error |
| 334 | ((eq token 'error) | 334 | ((eq token 'error) |
| 335 | (error "Illegal character.")) | 335 | (error "Illegal character")) |
| 336 | ;; "string" | 336 | ;; "string" |
| 337 | ((eq token 'string) | 337 | ((eq token 'string) |
| 338 | (setq ebnf-yac-lex (ebnf-get-string)) | 338 | (setq ebnf-yac-lex (ebnf-get-string)) |
| @@ -405,7 +405,7 @@ See documentation for variable `ebnf-yac-lex'." | |||
| 405 | ((= (following-char) ?\') | 405 | ((= (following-char) ?\') |
| 406 | (ebnf-string " -&(-~" ?\' "character")) | 406 | (ebnf-string " -&(-~" ?\' "character")) |
| 407 | (t | 407 | (t |
| 408 | (error "Illegal character.")) | 408 | (error "Illegal character")) |
| 409 | ))) | 409 | ))) |
| 410 | (ebnf-yac-skip-spaces)) | 410 | (ebnf-yac-skip-spaces)) |
| 411 | 411 | ||
| @@ -448,7 +448,7 @@ See documentation for variable `ebnf-yac-lex'." | |||
| 448 | (while not-end | 448 | (while not-end |
| 449 | (skip-chars-forward ebnf-yac-comment-chars ebnf-limit) | 449 | (skip-chars-forward ebnf-yac-comment-chars ebnf-limit) |
| 450 | (cond ((>= (point) ebnf-limit) | 450 | (cond ((>= (point) ebnf-limit) |
| 451 | (error "Missing end of comment: `*/'.")) | 451 | (error "Missing end of comment: `*/'")) |
| 452 | ((= (following-char) ?*) | 452 | ((= (following-char) ?*) |
| 453 | (skip-chars-forward "*" ebnf-limit) | 453 | (skip-chars-forward "*" ebnf-limit) |
| 454 | (when (= (following-char) ?/) | 454 | (when (= (following-char) ?/) |
| @@ -456,7 +456,7 @@ See documentation for variable `ebnf-yac-lex'." | |||
| 456 | (forward-char) | 456 | (forward-char) |
| 457 | (setq not-end nil))) | 457 | (setq not-end nil))) |
| 458 | (t | 458 | (t |
| 459 | (error "Illegal character.")) | 459 | (error "Illegal character")) |
| 460 | )))) | 460 | )))) |
| 461 | 461 | ||
| 462 | 462 | ||
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 1eb251f49c5..0ee3bda26f8 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; ebnf2ps --- Translate an EBNF to a syntatic chart on PostScript | 1 | ;;; ebnf2ps.el --- translate an EBNF to a syntatic chart on PostScript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Time-stamp: <2001/02/02 15:23:39 vinicius> | 8 | ;; Time-stamp: <2001-07-15 01:05:00 pavel> |
| 9 | ;; Version: 3.5 | 9 | ;; Version: 3.5 |
| 10 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/Emacs.html | 10 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/Emacs.html |
| 11 | 11 | ||
| @@ -1000,7 +1000,7 @@ Please send all bug fixes and enhancements to | |||
| 1000 | ;; | 1000 | ;; |
| 1001 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1001 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 1002 | 1002 | ||
| 1003 | ;;; code: | 1003 | ;;; Code: |
| 1004 | 1004 | ||
| 1005 | 1005 | ||
| 1006 | (require 'ps-print) | 1006 | (require 'ps-print) |
| @@ -4974,7 +4974,7 @@ end | |||
| 4974 | ;;(skip-chars-forward (concat chars "\240-\377") ebnf-limit) | 4974 | ;;(skip-chars-forward (concat chars "\240-\377") ebnf-limit) |
| 4975 | (skip-chars-forward (concat chars ebnf-8-bit-chars) ebnf-limit) | 4975 | (skip-chars-forward (concat chars ebnf-8-bit-chars) ebnf-limit) |
| 4976 | (if (or (eobp) (/= (following-char) eos-char)) | 4976 | (if (or (eobp) (/= (following-char) eos-char)) |
| 4977 | (error "Illegal %s: missing `%c'." kind eos-char) | 4977 | (error "Illegal %s: missing `%c'" kind eos-char) |
| 4978 | (forward-char) | 4978 | (forward-char) |
| 4979 | (1- (point)))))) | 4979 | (1- (point)))))) |
| 4980 | 4980 | ||
| @@ -4992,7 +4992,7 @@ end | |||
| 4992 | (goto-char (+ (point) n 1)))) | 4992 | (goto-char (+ (point) n 1)))) |
| 4993 | (if (= (preceding-char) ?\") | 4993 | (if (= (preceding-char) ?\") |
| 4994 | (1- (point)) | 4994 | (1- (point)) |
| 4995 | (error "Missing `\"'."))) | 4995 | (error "Missing `\"'"))) |
| 4996 | 4996 | ||
| 4997 | 4997 | ||
| 4998 | (defun ebnf-trim-right (str) | 4998 | (defun ebnf-trim-right (str) |
| @@ -5300,5 +5300,4 @@ end | |||
| 5300 | 5300 | ||
| 5301 | (provide 'ebnf2ps) | 5301 | (provide 'ebnf2ps) |
| 5302 | 5302 | ||
| 5303 | |||
| 5304 | ;;; ebnf2ps.el ends here | 5303 | ;;; ebnf2ps.el ends here |
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index eecaab17e3d..ce2b0b68cbb 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -284,4 +284,4 @@ file modes." | |||
| 284 | 284 | ||
| 285 | (provide 'executable) | 285 | (provide 'executable) |
| 286 | 286 | ||
| 287 | ;; executable.el ends here | 287 | ;;; executable.el ends here |
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 4618ab8ae89..f921e59782d 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -813,7 +813,7 @@ See also `fortran-window-create-momentarily'." | |||
| 813 | (other-window 1) | 813 | (other-window 1) |
| 814 | (switch-to-buffer " fortran-window-extra" t) | 814 | (switch-to-buffer " fortran-window-extra" t) |
| 815 | (select-window (previous-window)))) | 815 | (select-window (previous-window)))) |
| 816 | (error (message "No room for Fortran window.") | 816 | (error (message "No room for Fortran window") |
| 817 | 'error))) | 817 | 'error))) |
| 818 | 818 | ||
| 819 | (defun fortran-window-create-momentarily (&optional arg) | 819 | (defun fortran-window-create-momentarily (&optional arg) |
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 3451610ce8e..ec1729becaa 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; idlw-shell.el --- Run IDL or WAVE as an inferior process of Emacs. | 1 | ;;; idlw-shell.el --- run IDL or WAVE as an inferior process of Emacs |
| 2 | ;; Copyright (c) 1999, 2000 Free Software Foundation | 2 | ;; Copyright (c) 1999, 2000 Free Software Foundation |
| 3 | 3 | ||
| 4 | ;; Author: Chris Chase <chase@att.com> | 4 | ;; Author: Chris Chase <chase@att.com> |
| 5 | ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> | 5 | ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> |
| 6 | ;; Version: 4.7 | 6 | ;; Version: 4.7 |
| 7 | ;; Date: $Date: 2000/12/11 12:44:44 $ | 7 | ;; Date: $Date: 2000/12/19 11:13:34 $ |
| 8 | ;; Keywords: processes | 8 | ;; Keywords: processes |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 8ae95d772b4..0247d037e62 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; idlw-toolbar.el --- A debugging toolbar for IDLWAVE | 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE |
| 2 | ;; Copyright (c) 1999, 2000 Free Software Foundation | 2 | ;; Copyright (c) 1999, 2000 Free Software Foundation |
| 3 | 3 | ||
| 4 | ;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl> | 4 | ;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl> |
| 5 | ;; Version: 4.7 | 5 | ;; Version: 4.7 |
| 6 | ;; Date: $Date: 2000/12/11 12:44:44 $ | 6 | ;; Date: $Date: 2000/12/19 11:14:24 $ |
| 7 | ;; Keywords: processes | 7 | ;; Keywords: processes |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| @@ -873,5 +873,3 @@ static char * file[] = { | |||
| 873 | (provide 'idlwave-toolbar) | 873 | (provide 'idlwave-toolbar) |
| 874 | 874 | ||
| 875 | ;;; idlw-toolbar.el ends here | 875 | ;;; idlw-toolbar.el ends here |
| 876 | |||
| 877 | |||
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index f18189c948f..03f78af3acf 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | ;; Author: Chris Chase <chase@att.com> | 4 | ;; Author: Chris Chase <chase@att.com> |
| 5 | ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> | 5 | ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> |
| 6 | ;; Version: 4.7 | 6 | ;; Version: 4.7 |
| 7 | ;; Date: $Date: 2000/12/11 12:44:44 $ | 7 | ;; Date: $Date: 2000/12/19 11:12:40 $ |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||
| 10 | ;; This file is part of the 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 |
| @@ -4256,7 +4256,7 @@ will pop up." | |||
| 4256 | (file-name-directory idlwave-libinfo-file)) | 4256 | (file-name-directory idlwave-libinfo-file)) |
| 4257 | (not (string= "" (file-name-nondirectory | 4257 | (not (string= "" (file-name-nondirectory |
| 4258 | idlwave-libinfo-file)))) | 4258 | idlwave-libinfo-file)))) |
| 4259 | (error "`idlwave-libinfo-file' does not point to file in accessible directory.")) | 4259 | (error "`idlwave-libinfo-file' does not point to file in accessible directory")) |
| 4260 | 4260 | ||
| 4261 | (cond | 4261 | (cond |
| 4262 | ((and arg idlwave-path-alist | 4262 | ((and arg idlwave-path-alist |
| @@ -5952,7 +5952,7 @@ The list is cashed in `idlwave-class-info' for faster access." | |||
| 5952 | (let* ((class (nth 2 (idlwave-current-routine)))) | 5952 | (let* ((class (nth 2 (idlwave-current-routine)))) |
| 5953 | ;; Check if we are in a class routine | 5953 | ;; Check if we are in a class routine |
| 5954 | (unless class | 5954 | (unless class |
| 5955 | (error "Not in a method procedure or function.")) | 5955 | (error "Not in a method procedure or function")) |
| 5956 | ;; Check if we need to update the "current" class | 5956 | ;; Check if we need to update the "current" class |
| 5957 | (if (not (equal class idlwave-current-tags-class)) | 5957 | (if (not (equal class idlwave-current-tags-class)) |
| 5958 | (idlwave-prepare-class-tag-completion class)) | 5958 | (idlwave-prepare-class-tag-completion class)) |
| @@ -6200,7 +6200,7 @@ Works for system routines and keywords only." | |||
| 6200 | (if idlwave-help-is-loaded | 6200 | (if idlwave-help-is-loaded |
| 6201 | t ;; everything is OK. | 6201 | t ;; everything is OK. |
| 6202 | (let* ((dir (or (idlwave-help-directory) | 6202 | (let* ((dir (or (idlwave-help-directory) |
| 6203 | (error "Online Help is not installed (idlwave-help-directory is unknown)."))) | 6203 | (error "Online Help is not installed (idlwave-help-directory is unknown)"))) |
| 6204 | (lfile1 (expand-file-name "idlw-help.elc" dir)) | 6204 | (lfile1 (expand-file-name "idlw-help.elc" dir)) |
| 6205 | (lfile2 (expand-file-name "idlw-help.el" dir)) | 6205 | (lfile2 (expand-file-name "idlw-help.el" dir)) |
| 6206 | (hfile (expand-file-name "idlw-help.txt" dir))) | 6206 | (hfile (expand-file-name "idlw-help.txt" dir))) |
| @@ -6260,7 +6260,7 @@ prefix arg, the class property is cleared out." | |||
| 6260 | (if (car module) | 6260 | (if (car module) |
| 6261 | (apply 'idlwave-display-calling-sequence | 6261 | (apply 'idlwave-display-calling-sequence |
| 6262 | (idlwave-fix-module-if-obj_new module)) | 6262 | (idlwave-fix-module-if-obj_new module)) |
| 6263 | (error "Don't know which calling sequence to show."))))) | 6263 | (error "Don't know which calling sequence to show"))))) |
| 6264 | 6264 | ||
| 6265 | (defun idlwave-resolve (&optional arg) | 6265 | (defun idlwave-resolve (&optional arg) |
| 6266 | "Call RESOLVE on the module name at point. | 6266 | "Call RESOLVE on the module name at point. |
| @@ -6364,10 +6364,10 @@ use. With ARG force class query for object methods." | |||
| 6364 | ((null entry) | 6364 | ((null entry) |
| 6365 | (error "Nothing known about a module %s" name2)) | 6365 | (error "Nothing known about a module %s" name2)) |
| 6366 | ((eq (car source) 'system) | 6366 | ((eq (car source) 'system) |
| 6367 | (error "Source code for system routine %s is not available." | 6367 | (error "Source code for system routine %s is not available" |
| 6368 | name2)) | 6368 | name2)) |
| 6369 | ((equal (cdr source) "") | 6369 | ((equal (cdr source) "") |
| 6370 | (error "Source code for routine %s is not available." | 6370 | (error "Source code for routine %s is not available" |
| 6371 | name2)) | 6371 | name2)) |
| 6372 | ((memq (car source) '(buffer lib compiled)) | 6372 | ((memq (car source) '(buffer lib compiled)) |
| 6373 | (setq buf1 | 6373 | (setq buf1 |
| @@ -6663,7 +6663,7 @@ If we do not know about MODULE, just return KEYWORD literally." | |||
| 6663 | (error "No %s %s known %s" type name | 6663 | (error "No %s %s known %s" type name |
| 6664 | (if initial-class (concat "in class " initial-class) ""))) | 6664 | (if initial-class (concat "in class " initial-class) ""))) |
| 6665 | ((or (null name) (equal name "")) | 6665 | ((or (null name) (equal name "")) |
| 6666 | (error "No function or procedure call at point.")) | 6666 | (error "No function or procedure call at point")) |
| 6667 | ((null calling-seq) | 6667 | ((null calling-seq) |
| 6668 | (error "Calling sequence of %s %s is not available" type name)) | 6668 | (error "Calling sequence of %s %s is not available" type name)) |
| 6669 | (t | 6669 | (t |
| @@ -6945,7 +6945,7 @@ with this command." | |||
| 6945 | (not (idlwave-shell-is-running))) | 6945 | (not (idlwave-shell-is-running))) |
| 6946 | (error "Shell is not running")) | 6946 | (error "Shell is not running")) |
| 6947 | ((null idlwave-compiled-routines) | 6947 | ((null idlwave-compiled-routines) |
| 6948 | (error "No compiled routines. Maybe you need to update with `C-c C-i'.")) | 6948 | (error "No compiled routines. Maybe you need to update with `C-c C-i'")) |
| 6949 | (t | 6949 | (t |
| 6950 | (idlwave-list-load-path-shadows nil idlwave-compiled-routines | 6950 | (idlwave-list-load-path-shadows nil idlwave-compiled-routines |
| 6951 | "in the shell")))) | 6951 | "in the shell")))) |
| @@ -7603,5 +7603,3 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode." | |||
| 7603 | (provide 'idlwave) | 7603 | (provide 'idlwave) |
| 7604 | 7604 | ||
| 7605 | ;;; idlwave.el ends here | 7605 | ;;; idlwave.el ends here |
| 7606 | |||
| 7607 | |||
diff --git a/lisp/progmodes/m4-mode.el b/lisp/progmodes/m4-mode.el index 78c32490e1c..d16409092e1 100644 --- a/lisp/progmodes/m4-mode.el +++ b/lisp/progmodes/m4-mode.el | |||
| @@ -172,4 +172,4 @@ | |||
| 172 | ;;; "m4_syscmd" "m4_sysval" "m4_traceoff" "m4_traceon" "m4_translit" | 172 | ;;; "m4_syscmd" "m4_sysval" "m4_traceoff" "m4_traceon" "m4_translit" |
| 173 | ;;; "m4_m4_undefine" "m4_undivert")) | 173 | ;;; "m4_m4_undefine" "m4_undivert")) |
| 174 | 174 | ||
| 175 | ;;; m4.el ends here | 175 | ;;; m4-mode.el ends here |
diff --git a/lisp/progmodes/mantemp.el b/lisp/progmodes/mantemp.el index 6c1ca3af27d..9b8fa4a6ea3 100644 --- a/lisp/progmodes/mantemp.el +++ b/lisp/progmodes/mantemp.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mantemp.el --- Create manual template instantiations from g++ 2.7.2 output. | 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index fff1a39e7a5..ec53cd1957b 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources. | 1 | ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index dd26918e4e2..1274c3eff31 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.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 | (require 'octave-mod) | 31 | (require 'octave-mod) |
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 3d011672d8e..772374de6ab 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs. | 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 78aed798e1b..f4c8df155f1 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode. | 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 87, 88, 97, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 87, 88, 97, 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index a7321711c9d..1ed49836807 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el | |||
| @@ -259,7 +259,7 @@ for SIMULA mode to function correctly." | |||
| 259 | (match-beginning 2) | 259 | (match-beginning 2) |
| 260 | (match-end 2))))) | 260 | (match-end 2))))) |
| 261 | (if (not (and major minor)) | 261 | (if (not (and major minor)) |
| 262 | (error "Cannot figure out the major and minor version numbers.")) | 262 | (error "Cannot figure out the major and minor version numbers")) |
| 263 | ;; calculate the major version | 263 | ;; calculate the major version |
| 264 | (cond | 264 | (cond |
| 265 | ((= major 18) (setq major 'v18)) ;Emacs 18 | 265 | ((= major 18) (setq major 'v18)) ;Emacs 18 |
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index 9e54726b81d..f6e559ac8cf 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; tcl.el --- Tcl code editing commands for Emacs | 1 | ;;; tcl.el --- Tcl code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Author: Tom Tromey <tromey@busco.lanl.gov> | 6 | ;; Author: Tom Tromey <tromey@busco.lanl.gov> |
| 7 | ;; Chris Lindblad <cjl@lcs.mit.edu> | 7 | ;; Chris Lindblad <cjl@lcs.mit.edu> |
| 8 | ;; Keywords: languages tcl modes | 8 | ;; Keywords: languages tcl modes |
| 9 | ;; Version: $Revision: 1.61 $ | 9 | ;; Version: $Revision: 1.62 $ |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -132,7 +132,7 @@ | |||
| 132 | (require 'imenu)) | 132 | (require 'imenu)) |
| 133 | ())) | 133 | ())) |
| 134 | 134 | ||
| 135 | (defconst tcl-version "$Revision: 1.61 $") | 135 | (defconst tcl-version "$Revision: 1.62 $") |
| 136 | (defconst tcl-maintainer "Tom Tromey <tromey@drip.colorado.edu>") | 136 | (defconst tcl-maintainer "Tom Tromey <tromey@drip.colorado.edu>") |
| 137 | 137 | ||
| 138 | ;; | 138 | ;; |
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 4e19eae6b9e..66c3faf3cb1 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print. | 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998,99,2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1998,99,2001 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| 5 | 5 | ||
| 6 | ;; Keywords: wp, BDF, font, PostScript | 6 | ;; Keywords: wp, BDF, font, PostScript |
| 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> | 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> |
| 8 | ;; Time-stamp: <2001/03/05 09:04:32 vinicius> | 8 | ;; Time-stamp: <2001-07-15 12:25:51 pavel> |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 43ddd180ecb..e0c48db79f5 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | ;;; ps-mule.el --- Provide multi-byte character facility to ps-print. | 1 | ;;; ps-mule.el --- provide multi-byte character facility to ps-print |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998,99,00,2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998,99,00,2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6 | ;; Author: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | 6 | ;; Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
| 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
| 8 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 8 | ;; Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 9 | ;; Keywords: wp, print, PostScript, multibyte, mule | 9 | ;; Keywords: wp, print, PostScript, multibyte, mule |
| 10 | ;; Time-stamp: <2001/03/16 18:50:59 Handa> | 10 | ;; Time-stamp: <2001/03/16 18:50:59 Handa> |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index dce8bda7e37..515bf134427 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -3597,7 +3597,7 @@ It can be retrieved with `(ps-get ALIST-SYM KEY)'." | |||
| 3597 | ((fboundp 'x-color-values) | 3597 | ((fboundp 'x-color-values) |
| 3598 | (ps-e-x-color-values x-color)) | 3598 | (ps-e-x-color-values x-color)) |
| 3599 | (t | 3599 | (t |
| 3600 | (error "No available function to determine X color values.")))) | 3600 | (error "No available function to determine X color values")))) |
| 3601 | 3601 | ||
| 3602 | (defalias 'ps-face-foreground-name 'face-foreground) | 3602 | (defalias 'ps-face-foreground-name 'face-foreground) |
| 3603 | (defalias 'ps-face-background-name 'face-background) | 3603 | (defalias 'ps-face-background-name 'face-background) |
| @@ -3630,7 +3630,7 @@ It can be retrieved with `(ps-get ALIST-SYM KEY)'." | |||
| 3630 | x-color | 3630 | x-color |
| 3631 | (ps-x-make-color-instance color)))) | 3631 | (ps-x-make-color-instance color)))) |
| 3632 | (t | 3632 | (t |
| 3633 | (error "No available function to determine X color values."))))) | 3633 | (error "No available function to determine X color values"))))) |
| 3634 | 3634 | ||
| 3635 | (defun ps-face-foreground-name (face) | 3635 | (defun ps-face-foreground-name (face) |
| 3636 | (ps-xemacs-color-name (face-foreground face))) | 3636 | (ps-xemacs-color-name (face-foreground face))) |
| @@ -3676,7 +3676,7 @@ Note: No major/minor-mode is activated and no local variables are evaluated for | |||
| 3676 | (with-temp-buffer | 3676 | (with-temp-buffer |
| 3677 | (insert-file-contents filename) | 3677 | (insert-file-contents filename) |
| 3678 | (buffer-string)) | 3678 | (buffer-string)) |
| 3679 | (error "ps-print PostScript prologue `%s' file was not found." | 3679 | (error "ps-print PostScript prologue `%s' file was not found" |
| 3680 | filename)))) | 3680 | filename)))) |
| 3681 | 3681 | ||
| 3682 | 3682 | ||
diff --git a/lisp/recentf.el b/lisp/recentf.el index b1a141eb7a8..461edf069f0 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; recentf.el --- setup a menu of recently opened files | 1 | ;;; recentf.el --- setup a menu of recently opened files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/rect.el b/lisp/rect.el index 4d9f034d9b6..3c71173d0f6 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; rect.el --- rectangle functions for GNU Emacs. | 1 | ;;; rect.el --- rectangle functions for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/regi.el b/lisp/regi.el index 81674d19988..c0cae5b5771 100644 --- a/lisp/regi.el +++ b/lisp/regi.el | |||
| @@ -26,6 +26,8 @@ | |||
| 26 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 26 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 27 | ;; Boston, MA 02111-1307, USA. | 27 | ;; Boston, MA 02111-1307, USA. |
| 28 | 28 | ||
| 29 | ;;; Commentary: | ||
| 30 | |||
| 29 | ;;; Code: | 31 | ;;; Code: |
| 30 | 32 | ||
| 31 | 33 | ||
| @@ -252,4 +254,5 @@ useful information: | |||
| 252 | 254 | ||
| 253 | 255 | ||
| 254 | (provide 'regi) | 256 | (provide 'regi) |
| 257 | |||
| 255 | ;;; regi.el ends here | 258 | ;;; regi.el ends here |
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el index 73f83a3fb54..1e046622e5f 100644 --- a/lisp/rsz-mini.el +++ b/lisp/rsz-mini.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> | 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> |
| 8 | ;; Keywords: minibuffer, window, frame, display | 8 | ;; Keywords: minibuffer, window, frame, display |
| 9 | 9 | ||
| 10 | ;; $Id: rsz-mini.el,v 1.27 1999/09/13 20:49:05 gerd Exp $ | 10 | ;; $Id: rsz-mini.el,v 1.28 2000/12/06 19:36:57 fx Exp $ |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -81,4 +81,4 @@ | |||
| 81 | 81 | ||
| 82 | (provide 'rsz-mini) | 82 | (provide 'rsz-mini) |
| 83 | 83 | ||
| 84 | ;; rsz-mini.el ends here | 84 | ;;; rsz-mini.el ends here |
diff --git a/lisp/s-region.el b/lisp/s-region.el index 1e0dbadc48d..f7cabf012b7 100644 --- a/lisp/s-region.el +++ b/lisp/s-region.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; s-region.el --- set region using shift key. | 1 | ;;; s-region.el --- set region using shift key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -121,4 +121,4 @@ to global keymap." | |||
| 121 | 121 | ||
| 122 | (provide 's-region) | 122 | (provide 's-region) |
| 123 | 123 | ||
| 124 | ;; s-region.el ends here. | 124 | ;;; s-region.el ends here |
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index 47c5efff8d3..23e0848450e 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; scroll-all.el -- scroll all buffers together minor mode | 1 | ;;; scroll-all.el --- scroll all buffers together minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -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 | ;; Commentary | 25 | ;;; Commentary: |
| 26 | ;; This mode allows multiple buffers to be 'locked' so that scrolling | 26 | ;; This mode allows multiple buffers to be 'locked' so that scrolling |
| 27 | ;; up or down lines in any buffer causes all the buffers to mirror | 27 | ;; up or down lines in any buffer causes all the buffers to mirror |
| 28 | ;; the scrolling. It hooks into the post-command-hook to check for | 28 | ;; the scrolling. It hooks into the post-command-hook to check for |
| @@ -37,6 +37,8 @@ | |||
| 37 | ;; Rick Macdonald <rickm@vsl.com> | 37 | ;; Rick Macdonald <rickm@vsl.com> |
| 38 | ;; Anders Lindgren <andersl@csd.uu.se> | 38 | ;; Anders Lindgren <andersl@csd.uu.se> |
| 39 | 39 | ||
| 40 | ;;; Code: | ||
| 41 | |||
| 40 | (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)) | 42 | (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)) |
| 41 | 43 | ||
| 42 | ;;;###autoload | 44 | ;;;###autoload |
| @@ -132,4 +134,4 @@ use either M-x customize or the function `scroll-all-mode'." | |||
| 132 | 134 | ||
| 133 | (provide 'scroll-all) | 135 | (provide 'scroll-all) |
| 134 | 136 | ||
| 135 | ;; scroll-all.el ends here | 137 | ;;; scroll-all.el ends here |
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 4fc3243b0d9..cc17568581b 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el | |||
| @@ -842,4 +842,3 @@ look for files that have been changed and need to be copied to other systems." | |||
| 842 | (provide 'shadowfile) | 842 | (provide 'shadowfile) |
| 843 | 843 | ||
| 844 | ;;; shadowfile.el ends here | 844 | ;;; shadowfile.el ends here |
| 845 | |||
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 12f99e28015..122532362da 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; speedbar --- quick access to files and tags in a frame | 1 | ;;; speedbar.el --- quick access to files and tags in a frame |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1996, 97, 98, 99, 2000, 01 Free Software Foundation | 3 | ;;; Copyright (C) 1996, 97, 98, 99, 2000, 01 Free Software Foundation |
| 4 | 4 | ||
| @@ -4337,7 +4337,8 @@ If we have an image associated with it, use that image." | |||
| 4337 | (def-edebug-spec speedbar-with-writable def-body))) | 4337 | (def-edebug-spec speedbar-with-writable def-body))) |
| 4338 | 4338 | ||
| 4339 | (provide 'speedbar) | 4339 | (provide 'speedbar) |
| 4340 | ;;; speedbar ends here | ||
| 4341 | 4340 | ||
| 4342 | ;; run load-time hooks | 4341 | ;; run load-time hooks |
| 4343 | (run-hooks 'speedbar-load-hook) | 4342 | (run-hooks 'speedbar-load-hook) |
| 4343 | |||
| 4344 | ;;; speedbar.el ends here | ||
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index d006450380b..eae65d2fbd0 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | ;; The terminal initialization should already have set up some keys | 33 | ;; The terminal initialization should already have set up some keys |
| 34 | (setq AT386-keypad-map (lookup-key function-key-map "\e[")) | 34 | (setq AT386-keypad-map (lookup-key function-key-map "\e[")) |
| 35 | (if (not (keymapp AT386-keypad-map)) | 35 | (if (not (keymapp AT386-keypad-map)) |
| 36 | (error "What? Your AT386 termcap/terminfo has no keycaps in it.")) | 36 | (error "What? Your AT386 termcap/terminfo has no keycaps in it")) |
| 37 | 37 | ||
| 38 | ;; Equivalents of these are set up automatically by termcap/terminfo | 38 | ;; Equivalents of these are set up automatically by termcap/terminfo |
| 39 | ;; (define-key AT386-keypad-map "A" [up]) | 39 | ;; (define-key AT386-keypad-map "A" [up]) |
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index ba0199ae6f1..aeda2b6c03e 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.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 | ;; --------------------------------------------------------------------------- |
| @@ -714,4 +716,3 @@ list. You can (and should) also run it whenever the value of | |||
| 714 | (standard-display-8bit 127 255) | 716 | (standard-display-8bit 127 255) |
| 715 | 717 | ||
| 716 | ;;; internal.el ends here | 718 | ;;; internal.el ends here |
| 717 | |||
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index e4da16f077e..7a0df10ed17 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; term/iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps | 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -21,6 +21,10 @@ | |||
| 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 | |||
| 26 | ;;; Code: | ||
| 27 | |||
| 24 | (define-key function-key-map "\e[120q" [S-escape]) | 28 | (define-key function-key-map "\e[120q" [S-escape]) |
| 25 | (define-key function-key-map "\e[121q" [C-escape]) | 29 | (define-key function-key-map "\e[121q" [C-escape]) |
| 26 | 30 | ||
| @@ -318,4 +322,4 @@ | |||
| 318 | (define-key function-key-map "\e[196q" [C-delete]) | 322 | (define-key function-key-map "\e[196q" [C-delete]) |
| 319 | (define-key function-key-map "\e[197q" [M-delete]) | 323 | (define-key function-key-map "\e[197q" [M-delete]) |
| 320 | 324 | ||
| 321 | ;;; term/iris-ansi.el ends here | 325 | ;;; iris-ansi.el ends here |
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 8a55ff2a139..2e1e43df81d 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mac-win.el --- support for "Macintosh windows". | 1 | ;;; mac-win.el --- support for "Macintosh windows" |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 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 | ;; --------------------------------------------------------------------------- | 28 | ;; --------------------------------------------------------------------------- |
| @@ -966,4 +968,3 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman") | |||
| 966 | XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") | 968 | XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") |
| 967 | 969 | ||
| 968 | ;;; mac-win.el ends here | 970 | ;;; mac-win.el ends here |
| 969 | |||
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 200ba315534..23b507bef4a 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el | |||
| @@ -123,4 +123,4 @@ With a negative argument, select numeric keypad mode." | |||
| 123 | 123 | ||
| 124 | (tvi970-set-keypad-mode 1) | 124 | (tvi970-set-keypad-mode 1) |
| 125 | 125 | ||
| 126 | ;;; tv970 ends here | 126 | ;;; tvi970.el ends here |
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index d5670acb2da..a918e720b7f 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -5493,4 +5493,4 @@ The event, EV, is the mouse event." | |||
| 5493 | ;; Don't hesitate to ask me any questions. | 5493 | ;; Don't hesitate to ask me any questions. |
| 5494 | 5494 | ||
| 5495 | 5495 | ||
| 5496 | ;; artist.el ends here | 5496 | ;;; artist.el ends here |
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 0498820b4fb..19d2b99bcf7 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; flyspell.el --- On-the-fly spell checker | 1 | ;;; flyspell.el --- on-the-fly spell checker |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Manuel Serrano <Manuel.Serrano@unice.fr> | 5 | ;; Author: Manuel Serrano <Manuel.Serrano@unice.fr> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 7 | 7 | ||
| 8 | ;;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 11 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| @@ -2096,4 +2096,5 @@ This function is meant to be added to 'flyspell-incorrect-hook'." | |||
| 2096 | (set (abbrev-symbol old table) new)) | 2096 | (set (abbrev-symbol old table) new)) |
| 2097 | 2097 | ||
| 2098 | (provide 'flyspell) | 2098 | (provide 'flyspell) |
| 2099 | |||
| 2099 | ;;; flyspell.el ends here | 2100 | ;;; flyspell.el ends here |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 9b9a5a632bd..eebd32f2ec0 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; ispell.el --- Interface to International Ispell Versions 3.1 and 3.2 | 1 | ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ken Stevens <k.stevens@ieee.org> | 5 | ;; Author: Ken Stevens <k.stevens@ieee.org> |
| 6 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> | 6 | ;; Maintainer: Ken Stevens <k.stevens@ieee.org> |
| 7 | ;; Stevens Mod Date: Fri Aug 4 09:41:50 PDT 2000 | 7 | ;; Stevens Mod Date: Fri Aug 4 09:41:50 PDT 2000 |
| 8 | ;; Stevens Revision: 3.4 | 8 | ;; Stevens Revision: 3.4 |
| 9 | ;; Status : Release with 3.1.12+ and 3.2.0+ ispell. | 9 | ;; Status : Release with 3.1.12+ and 3.2.0+ ispell. |
| @@ -1357,7 +1357,7 @@ quit spell session exited." | |||
| 1357 | (setq ispell-filter (cdr ispell-filter)) ; remove extra \n | 1357 | (setq ispell-filter (cdr ispell-filter)) ; remove extra \n |
| 1358 | (if (and ispell-filter (listp ispell-filter)) | 1358 | (if (and ispell-filter (listp ispell-filter)) |
| 1359 | (if (> (length ispell-filter) 1) | 1359 | (if (> (length ispell-filter) 1) |
| 1360 | (error "Ispell and its process have different character maps.") | 1360 | (error "Ispell and its process have different character maps") |
| 1361 | (setq poss (ispell-parse-output (car ispell-filter))))) | 1361 | (setq poss (ispell-parse-output (car ispell-filter))))) |
| 1362 | (cond ((eq poss t) | 1362 | (cond ((eq poss t) |
| 1363 | (or quietly | 1363 | (or quietly |
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index c5f50fe2840..3b04d3787be 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -718,7 +718,7 @@ to the same line in the pages buffer." | |||
| 718 | (progn | 718 | (progn |
| 719 | (setq pages-buffer nil | 719 | (setq pages-buffer nil |
| 720 | pages-pos-list nil) | 720 | pages-pos-list nil) |
| 721 | (error "Buffer in which pages were found is deleted."))) | 721 | (error "Buffer in which pages were found is deleted"))) |
| 722 | (beginning-of-line) | 722 | (beginning-of-line) |
| 723 | (let* ((pages-number (1- (count-lines (point-min) (point)))) | 723 | (let* ((pages-number (1- (count-lines (point-min) (point)))) |
| 724 | (pos (nth pages-number pages-pos-list)) | 724 | (pos (nth pages-number pages-pos-list)) |
| @@ -806,5 +806,4 @@ to the same line in the pages buffer." | |||
| 806 | ;;; Place `provide' at end of file. | 806 | ;;; Place `provide' at end of file. |
| 807 | (provide 'page-ext) | 807 | (provide 'page-ext) |
| 808 | 808 | ||
| 809 | ;;;;;;;;;;;;;;;; end of page-ext.el ;;;;;;;;;;;;;;;; | 809 | ;;; page-ext.el ends here |
| 810 | |||
diff --git a/lisp/textmodes/refer.el b/lisp/textmodes/refer.el index 3a80efd981f..9cb10914984 100644 --- a/lisp/textmodes/refer.el +++ b/lisp/textmodes/refer.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; refer.el --- look up references in bibliography files. | 1 | ;;; refer.el --- look up references in bibliography files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -175,7 +175,7 @@ found on the last refer-find-entry or refer-find-next-entry." | |||
| 175 | (if (looking-at | 175 | (if (looking-at |
| 176 | "[ \t\n]*@\\s-*[a-zA-Z][a-zA-Z0-9]*\\s-*{\\s-*\\([^ \t\n,]+\\)\\s-*,") | 176 | "[ \t\n]*@\\s-*[a-zA-Z][a-zA-Z0-9]*\\s-*{\\s-*\\([^ \t\n,]+\\)\\s-*,") |
| 177 | (buffer-substring (match-beginning 1) (match-end 1)) | 177 | (buffer-substring (match-beginning 1) (match-end 1)) |
| 178 | (error "Cannot find key for entry in file %s." | 178 | (error "Cannot find key for entry in file %s" |
| 179 | (car refer-saved-state)))))) | 179 | (car refer-saved-state)))))) |
| 180 | (if (not (= (point) old-point)) | 180 | (if (not (= (point) old-point)) |
| 181 | (set-mark old-point)))) | 181 | (set-mark old-point)))) |
| @@ -395,4 +395,3 @@ found on the last refer-find-entry or refer-find-next-entry." | |||
| 395 | files)) | 395 | files)) |
| 396 | 396 | ||
| 397 | ;;; refer.el ends here | 397 | ;;; refer.el ends here |
| 398 | |||
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 91caa8a9859..01f49921b4c 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; texinfmt.el --- format Texinfo files into Info files. | 1 | ;;; texinfmt.el --- format Texinfo files into Info files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001 | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001 |
| @@ -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 | ;;; Emacs lisp functions to convert Texinfo files to Info files. | 31 | ;;; Emacs lisp functions to convert Texinfo files to Info files. |
| @@ -362,7 +364,7 @@ if large. You can use Info-split to do this manually." | |||
| 362 | (save-excursion | 364 | (save-excursion |
| 363 | (goto-char (point-min)) | 365 | (goto-char (point-min)) |
| 364 | (or (search-forward "@setfilename" nil t) | 366 | (or (search-forward "@setfilename" nil t) |
| 365 | (error "Texinfo file needs an `@setfilename FILENAME' line.")) | 367 | (error "Texinfo file needs an `@setfilename FILENAME' line")) |
| 366 | (setq texinfo-command-end (point)) | 368 | (setq texinfo-command-end (point)) |
| 367 | (setq outfile (texinfo-parse-line-arg))) | 369 | (setq outfile (texinfo-parse-line-arg))) |
| 368 | 370 | ||
| @@ -1105,10 +1107,10 @@ Leave point after argument." | |||
| 1105 | (goto-char texinfo-command-end) | 1107 | (goto-char texinfo-command-end) |
| 1106 | (skip-chars-forward " \t") | 1108 | (skip-chars-forward " \t") |
| 1107 | (or (eolp) | 1109 | (or (eolp) |
| 1108 | (error "Extraneous text at end of command line.")) | 1110 | (error "Extraneous text at end of command line")) |
| 1109 | (goto-char texinfo-command-start) | 1111 | (goto-char texinfo-command-start) |
| 1110 | (or (bolp) | 1112 | (or (bolp) |
| 1111 | (error "Extraneous text at beginning of command line.")) | 1113 | (error "Extraneous text at beginning of command line")) |
| 1112 | (delete-region (point) (progn (forward-line 1) (point)))) | 1114 | (delete-region (point) (progn (forward-line 1) (point)))) |
| 1113 | 1115 | ||
| 1114 | (defun texinfo-discard-line-with-args () | 1116 | (defun texinfo-discard-line-with-args () |
| @@ -1670,7 +1672,7 @@ Used by @refill indenting command to avoid indenting within lists, etc.") | |||
| 1670 | (texinfo-discard-line) | 1672 | (texinfo-discard-line) |
| 1671 | (let ((next (1+ (car (cdr (car texinfo-stack)))))) | 1673 | (let ((next (1+ (car (cdr (car texinfo-stack)))))) |
| 1672 | (if (> next ?z) | 1674 | (if (> next ?z) |
| 1673 | (error "More than 26 items in @alphaenumerate; get a bigger alphabet.")) | 1675 | (error "More than 26 items in @alphaenumerate; get a bigger alphabet")) |
| 1674 | (setcar (cdr (car texinfo-stack)) next) | 1676 | (setcar (cdr (car texinfo-stack)) next) |
| 1675 | (insert "\b " next ". \n")) | 1677 | (insert "\b " next ". \n")) |
| 1676 | (forward-line -1)) | 1678 | (forward-line -1)) |
| @@ -1680,7 +1682,7 @@ Used by @refill indenting command to avoid indenting within lists, etc.") | |||
| 1680 | (texinfo-discard-line) | 1682 | (texinfo-discard-line) |
| 1681 | (let ((next (1+ (car (cdr (car texinfo-stack)))))) | 1683 | (let ((next (1+ (car (cdr (car texinfo-stack)))))) |
| 1682 | (if (> next ?Z) | 1684 | (if (> next ?Z) |
| 1683 | (error "More than 26 items in @capsenumerate; get a bigger alphabet.")) | 1685 | (error "More than 26 items in @capsenumerate; get a bigger alphabet")) |
| 1684 | (setcar (cdr (car texinfo-stack)) next) | 1686 | (setcar (cdr (car texinfo-stack)) next) |
| 1685 | (insert "\b " next ". \n")) | 1687 | (insert "\b " next ". \n")) |
| 1686 | (forward-line -1)) | 1688 | (forward-line -1)) |
| @@ -2045,7 +2047,7 @@ This command is executed when texinfmt sees @item inside @multitable." | |||
| 2045 | (while (search-forward "@tab" nil t) | 2047 | (while (search-forward "@tab" nil t) |
| 2046 | (setq tab-number (1+ tab-number))) | 2048 | (setq tab-number (1+ tab-number))) |
| 2047 | (if (/= tab-number (length table-widths)) | 2049 | (if (/= tab-number (length table-widths)) |
| 2048 | (error "Wrong number of @tab's in a @multitable row."))) | 2050 | (error "Wrong number of @tab's in a @multitable row"))) |
| 2049 | (goto-char (point-min)) | 2051 | (goto-char (point-min)) |
| 2050 | ;; 2. Format each cell, and copy to a rectangle | 2052 | ;; 2. Format each cell, and copy to a rectangle |
| 2051 | ;; buffer looks like this: A1 @tab A2 @tab A3 | 2053 | ;; buffer looks like this: A1 @tab A2 @tab A3 |
| @@ -4131,7 +4133,7 @@ Each file will be processed even if an error occurred previously. | |||
| 4131 | For example, invoke | 4133 | For example, invoke |
| 4132 | \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." | 4134 | \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." |
| 4133 | (if (not noninteractive) | 4135 | (if (not noninteractive) |
| 4134 | (error "batch-texinfo-format may only be used -batch.")) | 4136 | (error "batch-texinfo-format may only be used -batch")) |
| 4135 | (let ((version-control t) | 4137 | (let ((version-control t) |
| 4136 | (auto-save-default nil) | 4138 | (auto-save-default nil) |
| 4137 | (find-file-run-dired nil) | 4139 | (find-file-run-dired nil) |
| @@ -4188,4 +4190,4 @@ For example, invoke | |||
| 4188 | ;;; Place `provide' at end of file. | 4190 | ;;; Place `provide' at end of file. |
| 4189 | (provide 'texinfmt) | 4191 | (provide 'texinfmt) |
| 4190 | 4192 | ||
| 4191 | ;;; texinfmt.el ends here. | 4193 | ;;; texinfmt.el ends here |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 3d470ffb78b..04ae6fb5a8b 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 25 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 26 | ;; Boston, MA 02111-1307, USA. | 26 | ;; Boston, MA 02111-1307, USA. |
| 27 | 27 | ||
| 28 | ;;; Commentary: | ||
| 29 | |||
| 28 | ;;; Code: | 30 | ;;; Code: |
| 29 | 31 | ||
| 30 | (or (fboundp 'defgroup) | 32 | (or (fboundp 'defgroup) |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index c1df0a6fca3..a474e4c716c 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -538,7 +538,7 @@ Signal an error if not end of menu." | |||
| 538 | (save-excursion | 538 | (save-excursion |
| 539 | (if (re-search-forward "^@end menu" nil t) | 539 | (if (re-search-forward "^@end menu" nil t) |
| 540 | (point) | 540 | (point) |
| 541 | (error "Menu does not have an end.")))) | 541 | (error "Menu does not have an end")))) |
| 542 | 542 | ||
| 543 | (defun texinfo-delete-old-menu (beginning first) | 543 | (defun texinfo-delete-old-menu (beginning first) |
| 544 | "Delete the old menu. Point must be in or after menu. | 544 | "Delete the old menu. Point must be in or after menu. |
| @@ -626,7 +626,7 @@ complements the node name rather than repeats it as a title does." | |||
| 626 | ;; "Double colon" entry line; menu entry and node name are the same, | 626 | ;; "Double colon" entry line; menu entry and node name are the same, |
| 627 | ((search-forward "::" (save-excursion (end-of-line) (point)) t) | 627 | ((search-forward "::" (save-excursion (end-of-line) (point)) t) |
| 628 | (if (looking-at "[ \t]*[^ \t\n]+") | 628 | (if (looking-at "[ \t]*[^ \t\n]+") |
| 629 | (error "Descriptive text already exists.")) | 629 | (error "Descriptive text already exists")) |
| 630 | (skip-chars-backward ": \t") | 630 | (skip-chars-backward ": \t") |
| 631 | (setq node-name (buffer-substring beginning (point)))) | 631 | (setq node-name (buffer-substring beginning (point)))) |
| 632 | 632 | ||
| @@ -639,7 +639,7 @@ complements the node name rather than repeats it as a title does." | |||
| 639 | (save-excursion (forward-line 1) (point)) t) | 639 | (save-excursion (forward-line 1) (point)) t) |
| 640 | (progn | 640 | (progn |
| 641 | (if (looking-at "[ \t]*[^ \t\n]+") | 641 | (if (looking-at "[ \t]*[^ \t\n]+") |
| 642 | (error "Descriptive text already exists.")) | 642 | (error "Descriptive text already exists")) |
| 643 | (skip-chars-backward "., \t") | 643 | (skip-chars-backward "., \t") |
| 644 | (setq node-name (buffer-substring beginning (point)))) | 644 | (setq node-name (buffer-substring beginning (point)))) |
| 645 | ;; Menu entry line ends in a return. | 645 | ;; Menu entry line ends in a return. |
| @@ -648,9 +648,9 @@ complements the node name rather than repeats it as a title does." | |||
| 648 | (skip-chars-backward " \t\n") | 648 | (skip-chars-backward " \t\n") |
| 649 | (setq node-name (buffer-substring beginning (point))) | 649 | (setq node-name (buffer-substring beginning (point))) |
| 650 | (if (= 0 (length node-name)) | 650 | (if (= 0 (length node-name)) |
| 651 | (error "No node name on this line.") | 651 | (error "No node name on this line") |
| 652 | (insert ".")))) | 652 | (insert ".")))) |
| 653 | (t (error "No node name on this line."))) | 653 | (t (error "No node name on this line"))) |
| 654 | ;; Search for node that matches node name, and copy the section title. | 654 | ;; Search for node that matches node name, and copy the section title. |
| 655 | (if (re-search-forward | 655 | (if (re-search-forward |
| 656 | (concat | 656 | (concat |
| @@ -674,7 +674,7 @@ complements the node name rather than repeats it as a title does." | |||
| 674 | (progn (end-of-line) | 674 | (progn (end-of-line) |
| 675 | (skip-chars-backward " \t") | 675 | (skip-chars-backward " \t") |
| 676 | (point))))) | 676 | (point))))) |
| 677 | (error "Cannot find node to match node name in menu entry."))) | 677 | (error "Cannot find node to match node name in menu entry"))) |
| 678 | ;; Return point to the menu and insert the title. | 678 | ;; Return point to the menu and insert the title. |
| 679 | (end-of-line) | 679 | (end-of-line) |
| 680 | (delete-region | 680 | (delete-region |
| @@ -990,7 +990,7 @@ and leave point on the line before the `@end menu' line." | |||
| 990 | (goto-char end-of-menu) | 990 | (goto-char end-of-menu) |
| 991 | ;; handle multi-line description | 991 | ;; handle multi-line description |
| 992 | (if (not (re-search-backward "^\\* " nil t)) | 992 | (if (not (re-search-backward "^\\* " nil t)) |
| 993 | (error "No entries in menu.")) | 993 | (error "No entries in menu")) |
| 994 | (point)))) | 994 | (point)))) |
| 995 | (while (< (point) last-entry) | 995 | (while (< (point) last-entry) |
| 996 | (if (re-search-forward "^\\* " end-of-menu t) | 996 | (if (re-search-forward "^\\* " end-of-menu t) |
| @@ -1487,7 +1487,7 @@ Info `g*' command is inadequate." | |||
| 1487 | ;; update a single node | 1487 | ;; update a single node |
| 1488 | (let ((auto-fill-function nil) (auto-fill-hook nil)) | 1488 | (let ((auto-fill-function nil) (auto-fill-hook nil)) |
| 1489 | (if (not (re-search-backward "^@node" (point-min) t)) | 1489 | (if (not (re-search-backward "^@node" (point-min) t)) |
| 1490 | (error "Node line not found before this position.")) | 1490 | (error "Node line not found before this position")) |
| 1491 | (texinfo-sequentially-update-the-node) | 1491 | (texinfo-sequentially-update-the-node) |
| 1492 | (message | 1492 | (message |
| 1493 | "Done...sequentially updated the node . You may save the buffer.")) | 1493 | "Done...sequentially updated the node . You may save the buffer.")) |
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index a4c965a6966..b231a285675 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Adapted-By: ESR, Daniel Pfeiffer | 6 | ;; Adapted-By: ESR, Daniel Pfeiffer |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | ||
| 9 | |||
| 8 | ;; Esperanto: English: | 10 | ;; Esperanto: English: |
| 9 | 11 | ||
| 10 | ;; ^Ci dosiero estas ero de GNU Emacs. This file is part of GNU Emacs. | 12 | ;; ^Ci dosiero estas ero de GNU Emacs. This file is part of GNU Emacs. |
| @@ -33,6 +35,7 @@ | |||
| 33 | ;; Free Software Foundation, 59 Temple Place - Suite 330 | 35 | ;; Free Software Foundation, 59 Temple Place - Suite 330 |
| 34 | ;; Boston, MA 02111-1307, USA. | 36 | ;; Boston, MA 02111-1307, USA. |
| 35 | 37 | ||
| 38 | ;;; Commentary: | ||
| 36 | 39 | ||
| 37 | ;;; Komentario: Commentary: | 40 | ;;; Komentario: Commentary: |
| 38 | 41 | ||
| @@ -284,7 +287,7 @@ minus this value." | |||
| 284 | (kill-local-variable '2C-mode) | 287 | (kill-local-variable '2C-mode) |
| 285 | (kill-local-variable 'mode-line-format) | 288 | (kill-local-variable 'mode-line-format) |
| 286 | nil))) | 289 | nil))) |
| 287 | (if req (error "You must first set two-column minor mode.")))) | 290 | (if req (error "You must first set two-column minor mode")))) |
| 288 | 291 | ||
| 289 | 292 | ||
| 290 | 293 | ||
| @@ -385,7 +388,7 @@ accepting the proposed default buffer. | |||
| 385 | (set-buffer b2) | 388 | (set-buffer b2) |
| 386 | (and (2C-other) | 389 | (and (2C-other) |
| 387 | (not (eq b1 (2C-other))) | 390 | (not (eq b1 (2C-other))) |
| 388 | (error "Buffer already associated with buffer `%s'." | 391 | (error "Buffer already associated with buffer `%s'" |
| 389 | (buffer-name (2C-other)))) | 392 | (buffer-name (2C-other)))) |
| 390 | (setq b1 (and (assq '2C-window-width (buffer-local-variables)) | 393 | (setq b1 (and (assq '2C-window-width (buffer-local-variables)) |
| 391 | 2C-window-width))) | 394 | 2C-window-width))) |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index c5129f3b651..dba5062908e 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -3,7 +3,9 @@ | |||
| 3 | ;; Copyright 1989, 1993, 1994, 1995, 1997, 2000, 2001 | 3 | ;; Copyright 1989, 1993, 1994, 1995, 1997, 2000, 2001 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer's Time-stamp: <2000-12-04 16:06:50 gildea> | 6 | ;; This file is part of GNU Emacs. |
| 7 | |||
| 8 | ;; Maintainer's Time-stamp: <2001-07-15 12:35:58 pavel> | ||
| 7 | ;; Maintainer: Stephen Gildea <gildea@alum.mit.edu> | 9 | ;; Maintainer: Stephen Gildea <gildea@alum.mit.edu> |
| 8 | ;; Keywords: tools | 10 | ;; Keywords: tools |
| 9 | 11 | ||
diff --git a/lisp/timezone.el b/lisp/timezone.el index 66e62b1af0f..7e1fe70ee33 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.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 | (defvar timezone-world-timezones | 30 | (defvar timezone-world-timezones |
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el index 302f6f3d937..afba8aa17f9 100644 --- a/lisp/toolbar/tool-bar.el +++ b/lisp/toolbar/tool-bar.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tool-bar.el --- Setting up the tool bar | 1 | ;;; tool-bar.el --- setting up the tool bar |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 7eb3a7ca3fc..e33a9c6fdd4 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| 7 | 7 | ||
| 8 | ;; $Id: vc-rcs.el,v 1.18 2001/02/01 17:42:03 fx Exp $ | 8 | ;; $Id: vc-rcs.el,v 1.19 2001/03/10 10:50:16 spiegel Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -24,7 +24,9 @@ | |||
| 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: see vc.el | 27 | ;;; Commentary: |
| 28 | |||
| 29 | ;; See vc.el | ||
| 28 | 30 | ||
| 29 | ;;; Code: | 31 | ;;; Code: |
| 30 | 32 | ||
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 2eb66b9f2e7..49692cd0727 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| 7 | 7 | ||
| 8 | ;; $Id: vc-sccs.el,v 1.10 2001/03/10 10:51:22 spiegel Exp $ | 8 | ;; $Id: vc-sccs.el,v 1.11 2001/03/29 11:49:22 spiegel Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -418,6 +418,3 @@ If NAME is nil or a version number string it's just passed through." | |||
| 418 | (provide 'vc-sccs) | 418 | (provide 'vc-sccs) |
| 419 | 419 | ||
| 420 | ;;; vc-sccs.el ends here | 420 | ;;; vc-sccs.el ends here |
| 421 | |||
| 422 | |||
| 423 | |||
diff --git a/lisp/view.el b/lisp/view.el index 32bd23b449f..1b15bad4437 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; view.el --- peruse file or buffer without editing. | 1 | ;;; view.el --- peruse file or buffer without editing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000 | 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997, 2000 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 018390d4b4a..71f1610646f 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; w32-fns.el --- Lisp routines for Windows NT. | 1 | ;;; w32-fns.el --- Lisp routines for Windows NT |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/which-func.el b/lisp/which-func.el index 1bcd0ea97c9..8f58d396ba0 100644 --- a/lisp/which-func.el +++ b/lisp/which-func.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; which-func.el --- Print current function in mode line | 1 | ;;; which-func.el --- print current function in mode line |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997, 1998, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1997, 1998, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -219,4 +219,4 @@ If no function name is found, return nil." | |||
| 219 | 219 | ||
| 220 | (provide 'which-func) | 220 | (provide 'which-func) |
| 221 | 221 | ||
| 222 | ;; which-func.el ends here | 222 | ;;; which-func.el ends here |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index c5b061dd585..184b199a53b 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; whitespace.el --- Warn about and clean bogus whitespaces in the file. | 1 | ;;; whitespace.el --- warn about and clean bogus whitespaces in the file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> | 5 | ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 7 | 7 | ||
| 8 | ;; $Id: $ | 8 | ;; $Id: whitespace.el,v 1.15 2001/03/22 21:31:51 rv Exp $ |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index fb573fe814c..f93e1d9611a 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; wid-browse.el --- Functions for browsing widgets. | 1 | ;;; wid-browse.el --- functions for browsing widgets |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| @@ -122,7 +122,7 @@ if that value is non-nil." | |||
| 122 | (get widget 'widget-type) | 122 | (get widget 'widget-type) |
| 123 | (and (consp widget) | 123 | (and (consp widget) |
| 124 | (get (widget-type widget) 'widget-type))) | 124 | (get (widget-type widget) 'widget-type))) |
| 125 | (error "Not a widget.")) | 125 | (error "Not a widget")) |
| 126 | ;; Create the buffer. | 126 | ;; Create the buffer. |
| 127 | (if (symbolp widget) | 127 | (if (symbolp widget) |
| 128 | (let ((buffer (format "*Browse %s Widget*" widget))) | 128 | (let ((buffer (format "*Browse %s Widget*" widget))) |
| @@ -299,4 +299,4 @@ With arg, turn widget mode on if and only if arg is positive." | |||
| 299 | 299 | ||
| 300 | (provide 'wid-browse) | 300 | (provide 'wid-browse) |
| 301 | 301 | ||
| 302 | ;; wid-browse.el ends here | 302 | ;;; wid-browse.el ends here |
diff --git a/lisp/widget.el b/lisp/widget.el index 24198a9d6f6..ffe8682b616 100644 --- a/lisp/widget.el +++ b/lisp/widget.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; widget.el --- a library of user interface components. | 1 | ;;; widget.el --- a library of user interface components |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| @@ -95,4 +95,4 @@ The third argument DOC is a documentation string for the widget." | |||
| 95 | 95 | ||
| 96 | (provide 'widget) | 96 | (provide 'widget) |
| 97 | 97 | ||
| 98 | ;; widget.el ends here | 98 | ;;; widget.el ends here |
diff --git a/lisp/windmove.el b/lisp/windmove.el index e171225409a..e7c6b3daaae 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; windmove.el --- directional window-selection routines. | 1 | ;;; windmove.el --- directional window-selection routines |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
diff --git a/lisp/woman.el b/lisp/woman.el index 21cd901f404..c837e5306da 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -2,12 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk> | 5 | ;; Author: Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk> |
| 6 | ;; Maintainer: Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk> | 6 | ;; Maintainer: Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk> |
| 7 | ;; Keywords: help, man, UN*X, manual | 7 | ;; Keywords: help, man, UN*X, manual |
| 8 | ;; Adapted-By: Eli Zaretskii <eliz@is.elta.co.il> | 8 | ;; Adapted-By: Eli Zaretskii <eliz@is.elta.co.il> |
| 9 | ;; Version: see `woman-version' | 9 | ;; Version: see `woman-version' |
| 10 | ;; URL: http://centaur.maths.qmw.ac.uk/Emacs/WoMan/ | 10 | ;; URL: http://centaur.maths.qmw.ac.uk/Emacs/WoMan/ |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index ef32a802ad4..863a3c9189d 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; xt-mouse.el --- Support the mouse when emacs run in an xterm. | 1 | ;;; xt-mouse.el --- support the mouse when emacs run in an xterm |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1994, 2000 Free Software Foundation |
| 4 | 4 | ||