diff options
| author | Richard M. Stallman | 1997-04-20 07:33:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-20 07:33:52 +0000 |
| commit | 092af6d8677fa62567a0cf03502123cb177fb317 (patch) | |
| tree | f13f415dcf2836990ad5beca1046644bc7d30158 | |
| parent | 4289d95b3857e945c2bc367a8d9e128f74da44d8 (diff) | |
| download | emacs-092af6d8677fa62567a0cf03502123cb177fb317.tar.gz emacs-092af6d8677fa62567a0cf03502123cb177fb317.zip | |
Comment change.
| -rw-r--r-- | lisp/expand.el | 2 | ||||
| -rw-r--r-- | lisp/locate.el | 2 | ||||
| -rw-r--r-- | lisp/mail/smtpmail.el | 4 | ||||
| -rw-r--r-- | lisp/mouse-copy.el | 2 | ||||
| -rw-r--r-- | lisp/mouse-drag.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/octave-hlp.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/octave-inf.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/octave-mod.el | 4 | ||||
| -rw-r--r-- | lisp/term/internal.el | 6 | ||||
| -rw-r--r-- | lisp/term/keyswap.el | 2 | ||||
| -rw-r--r-- | lisp/term/news.el | 2 | ||||
| -rw-r--r-- | lisp/term/pc-win.el | 4 | ||||
| -rw-r--r-- | lisp/term/sun.el | 2 |
13 files changed, 23 insertions, 18 deletions
diff --git a/lisp/expand.el b/lisp/expand.el index 1b46d4b3f68..51a12139897 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/locate.el b/lisp/locate.el index 9084a1021bb..90501845498 100644 --- a/lisp/locate.el +++ b/lisp/locate.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; Locate.el: interface to the locate command | 1 | ;;; locate.el --- interface to the locate command |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 154de723679..71cce7ced0d 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; Simple SMTP protocol (RFC 821) for sending mail | 1 | ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -539,4 +539,4 @@ many continuation lines." | |||
| 539 | 539 | ||
| 540 | (provide 'smtpmail) | 540 | (provide 'smtpmail) |
| 541 | 541 | ||
| 542 | ;; smtpmail.el ends here | 542 | ;;; smtpmail.el ends here |
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index 56043ef3269..c35eaa3b115 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; mouse-copy.el -- one-click text copy and move | 1 | ;;; mouse-copy.el --- one-click text copy and move |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el index 6a5b7c4d216..a16b83ea186 100644 --- a/lisp/mouse-drag.el +++ b/lisp/mouse-drag.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; mouse-drag.el -- use mouse-2 to do a new style of scrolling | 1 | ;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling |
| 2 | |||
| 2 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; Author: John Heidemann <johnh@ISI.EDU> | 5 | ;; Author: John Heidemann <johnh@ISI.EDU> |
diff --git a/lisp/progmodes/octave-hlp.el b/lisp/progmodes/octave-hlp.el index e72e2adfbd8..4250797a799 100644 --- a/lisp/progmodes/octave-hlp.el +++ b/lisp/progmodes/octave-hlp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; octave-hlp.el --- getting help on Octave symbols using info | 1 | ;;; octave-hlp.el --- getting help on Octave symbols using info |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
| 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> |
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 12b29550f57..cbe4ffcc89d 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; octave-inf.el --- running Octave as an inferior Emacs process | 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
| 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> |
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index f91a268f832..936035866da 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; octave-mod.el --- editing Octave source files under Emacs | 1 | ;;; octave-mod.el --- editing Octave source files under Emacs |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
| 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> |
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index e9e6c02336d..bf9ddcd736d 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | ;; internal.el -- setup support for PC keyboards and screens, internal terminal | 1 | ;;; internal.el ---support for PC keyboards and screens, internal terminal |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Morten Welinder <terra@diku.dk> | 5 | ;; Author: Morten Welinder <terra@diku.dk> |
| 6 | ;; Version: 1.02 | ||
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
| @@ -89,3 +88,6 @@ | |||
| 89 | (mapcar (lambda (b) (set-buffer b) (set-case-table table)) | 88 | (mapcar (lambda (b) (set-buffer b) (set-case-table table)) |
| 90 | (buffer-list))) | 89 | (buffer-list))) |
| 91 | (set-standard-case-table table)) | 90 | (set-standard-case-table table)) |
| 91 | |||
| 92 | ;;; internal.el ends here | ||
| 93 | |||
diff --git a/lisp/term/keyswap.el b/lisp/term/keyswap.el index 55ef13fd9b1..e26236f0ed9 100644 --- a/lisp/term/keyswap.el +++ b/lisp/term/keyswap.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; keyswap.el --- swap BS and DEL keys | 1 | ;;; keyswap.el --- swap BS and DEL keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/term/news.el b/lisp/term/news.el index d0939db95ea..af8635fb06d 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; news.el --- keypad and function key bindings for the Sony NEWS keyboard | 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index a798df09c60..332952bc42b 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; pc-win.el -- setup support for `PC windows' (whatever that is). | 1 | ;;; pc-win.el --- setup support for `PC windows' (whatever that is). |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -366,3 +366,5 @@ This is in addition to the primary selection.") | |||
| 366 | 366 | ||
| 367 | (setq command-line-args (msdos-handle-args command-line-args)) | 367 | (setq command-line-args (msdos-handle-args command-line-args)) |
| 368 | ;; --------------------------------------------------------------------------- | 368 | ;; --------------------------------------------------------------------------- |
| 369 | |||
| 370 | ;;; pc-win.el ends here | ||
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index 4d75e524f4e..30b75e0afe3 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; sun.el --- keybinding for standard default sunterm keys | 1 | ;;; sun.el --- keybinding for standard default sunterm keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. |
| 4 | 4 | ||