diff lisp/edmacro.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 1e0bc00dca7a
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/edmacro.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/edmacro.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Keyboard macro editor for GNU Emacs.  Version 1.02.
+;;; edmacro.el --- keyboard macro editor for GNU Emacs.  Version 1.02.
+
 ;; Copyright (C) 1990 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -641,3 +642,5 @@
 (if (boundp 'edmacro-mode-map) ()
   (setq edmacro-mode-map (make-sparse-keymap))
   (define-key edmacro-mode-map "\C-c\C-c" 'edmacro-finish-edit))
+
+;;; edmacro.el ends here