diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-09-04 12:54:14 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-09-04 12:54:14 +0000 |
commit | 284b3043c016c352619ee3a8f60daf8c1a0c8760 (patch) | |
tree | 5abb4da978ea1c3717296c81becb921905655d12 /lisp/emacs-lisp | |
parent | c8dd66e19504d857d4bab3c4fd2d660ed037b604 (diff) | |
download | emacs-284b3043c016c352619ee3a8f60daf8c1a0c8760.tar.gz emacs-284b3043c016c352619ee3a8f60daf8c1a0c8760.tar.bz2 emacs-284b3043c016c352619ee3a8f60daf8c1a0c8760.zip |
Add Keywords header.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/levents.el | 3 | ||||
-rw-r--r-- | lisp/emacs-lisp/lucid.el | 3 | ||||
-rw-r--r-- | lisp/emacs-lisp/pp.el | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el index 8b2cc6c0ea2..535d2d36650 100644 --- a/lisp/emacs-lisp/levents.el +++ b/lisp/emacs-lisp/levents.el @@ -1,8 +1,9 @@ ;;; levents.el --- emulate the Lucid event data type and associated functions -;; Copyright (C) 1993 Free Software Foundation, Inc. +;; Copyright (C) 1993, 2001 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: emulations ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index 8ee2de90e19..edd7d6c6d04 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el @@ -1,8 +1,9 @@ ;;; lucid.el --- emulate some Lucid Emacs functions -;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: emulations ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 8c51c2f6d70..c9b71f4f03d 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -1,8 +1,9 @@ ;;; pp.el --- pretty printer for Emacs Lisp -;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1993, 2001 Free Software Foundation, Inc. ;; Author: Randal Schwartz <merlyn@stonehenge.com> +;; Keywords: lisp ;; This file is part of GNU Emacs. |