diff options
author | Kim F. Storm <storm@cua.dk> | 2002-06-28 22:45:16 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-06-28 22:45:16 +0000 |
commit | 306d2bb32f1b2333c5fb3222b64a6d5fc8a47f2a (patch) | |
tree | 578b9e80a4fd8d3838a7bc265b8cd549a05d7dbf /lisp/kmacro.el | |
parent | 79e6f288943d47edb6b346e9664d77c1ab96235c (diff) | |
download | emacs-306d2bb32f1b2333c5fb3222b64a6d5fc8a47f2a.tar.gz |
Fixed copyright and keywords.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r-- | lisp/kmacro.el | 5 |
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. |