# HG changeset patch # User Eric S. Raymond # Date 707253706 0 # Node ID d74e65773062ee55e7f821a68d245fd37e72ee07 # Parent 02591d9e7ad3f4a29d2514923b71bd4f555afac4 *** empty log message *** diff -r 02591d9e7ad3 -r d74e65773062 lisp/=vmsx.el --- a/lisp/=vmsx.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/=vmsx.el Sat May 30 19:21:46 1992 +0000 @@ -1,4 +1,5 @@ -;; Run asynchronous VMS subprocesses under Emacs +;;; vmsx.el --- run asynchronous VMS subprocesses under Emacs + ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -135,3 +136,5 @@ (kill-line)) (define-key esc-map "$" 'subprocess-command) + +;;; vmsx.el ends here diff -r 02591d9e7ad3 -r d74e65773062 lisp/emulation/ws-mode.el --- a/lisp/emulation/ws-mode.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/emulation/ws-mode.el Sat May 30 19:21:46 1992 +0000 @@ -1,5 +1,5 @@ -;; File: ws-mode.el -;; Description: WordStar emulation mode for GNU Emacs +;;; ws-mode.el --- WordStar emulation mode for GNU Emacs + ;; Author: Juergen Nickelsen ;; Created: 13 Feb 1991 ;; Version: 0.7 @@ -773,3 +773,5 @@ (ws-error (cond (ws-block-begin-marker "Block end marker not set") (ws-block-end-marker "Block begin marker not set") (t "Block markers not set"))))) + +;;; ws-mode.el ends here diff -r 02591d9e7ad3 -r d74e65773062 lisp/play/yow.el --- a/lisp/play/yow.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/play/yow.el Sat May 30 19:21:46 1992 +0000 @@ -1,3 +1,5 @@ +yow.el --- generate random zippyisms + ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -86,3 +88,4 @@ (provide 'yow) +;;; yow.el ends here diff -r 02591d9e7ad3 -r d74e65773062 lisp/vmsproc.el --- a/lisp/vmsproc.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/vmsproc.el Sat May 30 19:21:46 1992 +0000 @@ -1,4 +1,5 @@ -;; Run asynchronous VMS subprocesses under Emacs +;; vmsx.el --- run asynchronous VMS subprocesses under Emacs + ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff -r 02591d9e7ad3 -r d74e65773062 lisp/vt100-led.el --- a/lisp/vt100-led.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/vt100-led.el Sat May 30 19:21:46 1992 +0000 @@ -1,4 +1,5 @@ -;; Functions for controlling the LEDs on VT-100 terminals & clones. +;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones. + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -59,3 +60,5 @@ (send-string-to-terminal o))) (provide 'vt100-led) + +;;; vt100-led.el ends here diff -r 02591d9e7ad3 -r d74e65773062 lisp/window.el --- a/lisp/window.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/window.el Sat May 30 19:21:46 1992 +0000 @@ -1,4 +1,5 @@ -;; GNU Emacs window commands aside from those written in C. +;;; windows.el --- GNU Emacs window commands aside from those written in C. + ;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -124,3 +125,5 @@ (define-key ctl-x-map "7" 'register-to-window-config) (define-key ctl-x-map "}" 'enlarge-window-horizontally) (define-key ctl-x-map "{" 'shrink-window-horizontally) + +;;; windows.el ends here diff -r 02591d9e7ad3 -r d74e65773062 lisp/x-menu.el --- a/lisp/x-menu.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/x-menu.el Sat May 30 19:21:46 1992 +0000 @@ -1,3 +1,5 @@ +;;; x-menu.el --- menu support for X + ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -143,3 +145,5 @@ (litem (cdr (nth item x-menu-items-alist)))) (and litem (funcall litem event))) (pop-to-buffer x-menu-assoc-buffer)) + +;;; x-menu.el ends here diff -r 02591d9e7ad3 -r d74e65773062 lisp/xscheme.el --- a/lisp/xscheme.el Sat May 30 18:52:42 1992 +0000 +++ b/lisp/xscheme.el Sat May 30 19:21:46 1992 +0000 @@ -1,4 +1,5 @@ -;; Run Scheme under Emacs +;;; xscheme.el --- run Scheme under Emacs + ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -869,3 +870,5 @@ (let ((state (parse-partial-sexp start (nth 2 state)))) (if (nth 2 state) 'many 'one))))) (set-syntax-table old-syntax-table))))) + +;;; xscheme.el ends here