Mercurial > emacs
changeset 39117:abd085bfec0c
Add Keywords header.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 04 Sep 2001 12:53:49 +0000 |
parents | dbec2c0befe8 |
children | ca7a69b0ef49 |
files | lisp/emacs-lisp/levents.el lisp/emacs-lisp/lucid.el lisp/emacs-lisp/pp.el lisp/uncompress.el lisp/uniquify.el lisp/vc.el lisp/view.el lisp/w32-fns.el lisp/window.el |
diffstat | 9 files changed, 16 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/levents.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/emacs-lisp/levents.el Tue Sep 04 12:53:49 2001 +0000 @@ -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.
--- a/lisp/emacs-lisp/lucid.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/emacs-lisp/lucid.el Tue Sep 04 12:53:49 2001 +0000 @@ -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.
--- a/lisp/emacs-lisp/pp.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/emacs-lisp/pp.el Tue Sep 04 12:53:49 2001 +0000 @@ -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.
--- a/lisp/uncompress.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/uncompress.el Tue Sep 04 12:53:49 2001 +0000 @@ -1,8 +1,9 @@ ;;; uncompress.el --- auto-decompression hook for visiting .Z files -;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1994, 2001 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: files ;; This file is part of GNU Emacs.
--- a/lisp/uniquify.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/uniquify.el Tue Sep 04 12:53:49 2001 +0000 @@ -1,9 +1,10 @@ ;;; uniquify.el --- unique buffer names dependent on file name -;; Copyright (c) 1989, 1995, 1996, 1997 Free Software Foundation, Inc. +;; Copyright (c) 1989, 1995, 1996, 1997, 2001 Free Software Foundation, Inc. ;; Author: Dick King <king@reasoning.com> ;; Maintainer: FSF +;; Keywords: files ;; Created: 15 May 86 ;; This file is part of GNU Emacs.
--- a/lisp/vc.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/vc.el Tue Sep 04 12:53:49 2001 +0000 @@ -4,8 +4,9 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> +;; Keywords: tools -;; $Id: vc.el,v 1.305 2001/08/07 14:48:30 gerd Exp $ +;; $Id: vc.el,v 1.306 2001/08/28 17:02:59 spiegel Exp $ ;; This file is part of GNU Emacs.
--- a/lisp/view.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/view.el Tue Sep 04 12:53:49 2001 +0000 @@ -5,6 +5,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: Inge Frick <inge@nada.kth.se> +;; Keywords: files ;; This file is part of GNU Emacs.
--- a/lisp/w32-fns.el Tue Sep 04 12:45:13 2001 +0000 +++ b/lisp/w32-fns.el Tue Sep 04 12:53:49 2001 +0000 @@ -1,8 +1,9 @@ ;;; w32-fns.el --- Lisp routines for Windows NT -;; Copyright (C) 1994 Free Software Foundation, Inc. +;; Copyright (C) 1994, 2001 Free Software Foundation, Inc. ;; Author: Geoff Voelker <voelker@cs.washington.edu> +;; Keywords: internal ;; This file is part of GNU Emacs.