# HG changeset patch # User Richard M. Stallman # Date 861521632 0 # Node ID 8f952e92113646c8547ecb5c89efe3686a435c7a # Parent 5a5e360f7d459bd7b4851c194e5bfed512592fb8 Comment change. diff -r 5a5e360f7d45 -r 8f952e921136 lisp/expand.el --- a/lisp/expand.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/expand.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; expand.el --- make abbreviations more usable. +;;; expand.el --- make abbreviations more usable. ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. diff -r 5a5e360f7d45 -r 8f952e921136 lisp/locate.el --- a/lisp/locate.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/locate.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; Locate.el: interface to the locate command +;;; locate.el --- interface to the locate command ;; Copyright (C) 1996 Free Software Foundation, Inc. diff -r 5a5e360f7d45 -r 8f952e921136 lisp/mail/smtpmail.el --- a/lisp/mail/smtpmail.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/mail/smtpmail.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; Simple SMTP protocol (RFC 821) for sending mail +;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. @@ -539,4 +539,4 @@ (provide 'smtpmail) -;; smtpmail.el ends here +;;; smtpmail.el ends here diff -r 5a5e360f7d45 -r 8f952e921136 lisp/mouse-copy.el --- a/lisp/mouse-copy.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/mouse-copy.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;;; mouse-copy.el -- one-click text copy and move +;;; mouse-copy.el --- one-click text copy and move ;; Copyright (C) 1996 Free Software Foundation, Inc. diff -r 5a5e360f7d45 -r 8f952e921136 lisp/mouse-drag.el --- a/lisp/mouse-drag.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/mouse-drag.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,5 @@ -;;; mouse-drag.el -- use mouse-2 to do a new style of scrolling +;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling + ;; Copyright (C) 1996 Free Software Foundation, Inc. ;; Author: John Heidemann diff -r 5a5e360f7d45 -r 8f952e921136 lisp/progmodes/octave-hlp.el --- a/lisp/progmodes/octave-hlp.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/progmodes/octave-hlp.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,6 +1,6 @@ -;; octave-hlp.el --- getting help on Octave symbols using info +;;; octave-hlp.el --- getting help on Octave symbols using info -;;; Copyright (C) 1997 Free Software Foundation, Inc. +;; Copyright (C) 1997 Free Software Foundation, Inc. ;; Author: Kurt Hornik ;; Author: John Eaton diff -r 5a5e360f7d45 -r 8f952e921136 lisp/progmodes/octave-inf.el --- a/lisp/progmodes/octave-inf.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/progmodes/octave-inf.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,6 +1,6 @@ -;; octave-inf.el --- running Octave as an inferior Emacs process +;;; octave-inf.el --- running Octave as an inferior Emacs process -;;; Copyright (C) 1997 Free Software Foundation, Inc. +;; Copyright (C) 1997 Free Software Foundation, Inc. ;; Author: Kurt Hornik ;; Author: John Eaton diff -r 5a5e360f7d45 -r 8f952e921136 lisp/progmodes/octave-mod.el --- a/lisp/progmodes/octave-mod.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/progmodes/octave-mod.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,6 +1,6 @@ -;; octave-mod.el --- editing Octave source files under Emacs +;;; octave-mod.el --- editing Octave source files under Emacs -;;; Copyright (C) 1997 Free Software Foundation, Inc. +;; Copyright (C) 1997 Free Software Foundation, Inc. ;; Author: Kurt Hornik ;; Author: John Eaton diff -r 5a5e360f7d45 -r 8f952e921136 lisp/term/internal.el --- a/lisp/term/internal.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/term/internal.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,9 +1,8 @@ -;; internal.el -- setup support for PC keyboards and screens, internal terminal +;;; internal.el ---support for PC keyboards and screens, internal terminal ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Morten Welinder -;; Version: 1.02 ;; This file is part of GNU Emacs. @@ -89,3 +88,6 @@ (mapcar (lambda (b) (set-buffer b) (set-case-table table)) (buffer-list))) (set-standard-case-table table)) + +;;; internal.el ends here + diff -r 5a5e360f7d45 -r 8f952e921136 lisp/term/keyswap.el --- a/lisp/term/keyswap.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/term/keyswap.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; keyswap.el --- swap BS and DEL keys +;;; keyswap.el --- swap BS and DEL keys ;; Copyright (C) 1992 Free Software Foundation, Inc. diff -r 5a5e360f7d45 -r 8f952e921136 lisp/term/news.el --- a/lisp/term/news.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/term/news.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; news.el --- keypad and function key bindings for the Sony NEWS keyboard +;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. diff -r 5a5e360f7d45 -r 8f952e921136 lisp/term/pc-win.el --- a/lisp/term/pc-win.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/term/pc-win.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; pc-win.el -- setup support for `PC windows' (whatever that is). +;;; pc-win.el --- setup support for `PC windows' (whatever that is). ;; Copyright (C) 1994, 1996 Free Software Foundation, Inc. @@ -366,3 +366,5 @@ (setq command-line-args (msdos-handle-args command-line-args)) ;; --------------------------------------------------------------------------- + +;;; pc-win.el ends here diff -r 5a5e360f7d45 -r 8f952e921136 lisp/term/sun.el --- a/lisp/term/sun.el Sun Apr 20 07:29:56 1997 +0000 +++ b/lisp/term/sun.el Sun Apr 20 07:33:52 1997 +0000 @@ -1,4 +1,4 @@ -;; sun.el --- keybinding for standard default sunterm keys +;;; sun.el --- keybinding for standard default sunterm keys ;; Copyright (C) 1987 Free Software Foundation, Inc.