summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-06-28 22:45:16 +0000
committerKim F. Storm <storm@cua.dk>2002-06-28 22:45:16 +0000
commit306d2bb32f1b2333c5fb3222b64a6d5fc8a47f2a (patch)
tree578b9e80a4fd8d3838a7bc265b8cd549a05d7dbf /lisp/kmacro.el
parent79e6f288943d47edb6b346e9664d77c1ab96235c (diff)
downloademacs-306d2bb32f1b2333c5fb3222b64a6d5fc8a47f2a.tar.gz
Fixed copyright and keywords.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r--lisp/kmacro.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 589ff5121d3..c6b0c364a33 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -1,10 +1,9 @@
;;; kmacro.el --- enhanced keyboard macros
-;; Copyright (C) 1996-2002 Free Software Foundation, Inc.
+;; Copyright (C) 2002 Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
-;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk>
-;; Keywords: extensions convenience
+;; Keywords: keyboard convenience
;; This file is part of GNU Emacs.