]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Keywords header.
authorGerd Moellmann <gerd@gnu.org>
Tue, 4 Sep 2001 12:54:14 +0000 (12:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 4 Sep 2001 12:54:14 +0000 (12:54 +0000)
lisp/ChangeLog
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

index 24ac14e7b44ecc227ae240dd28f544b873b6a9f2..435a47af7458a14c0ee0c41ecc223cc721d15f81 100644 (file)
@@ -6,6 +6,12 @@
 
        * simple.el (backward-word): Doc fix.
 
+2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
+       * uncompress.el, uniquify.el, vc.el, view.el, window.el
+       * w32-fns.el: Add Keywords header.
+
 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
index 8b2cc6c0ea29dbc7ecbef3b47e4c375558c5d13f..535d2d36650fb3a38ef56634f361f4549bc222c4 100644 (file)
@@ -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.
 
index 8ee2de90e19231541e6b4a2698278490d71d01cd..edd7d6c6d040b824aee2d1b205071ba924b41c5a 100644 (file)
@@ -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.
 
index 8c51c2f6d70876653f6f231dda870313c55a4400..c9b71f4f03da0aee797b18cc94ddd6fd48c1b77a 100644 (file)
@@ -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.
 
index 53439190a1db4b708a18a8a77ab84699afbc411a..9f9f4478aec706c304524298ede20f32a4242d39 100644 (file)
@@ -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.
 
index 7c9306e5c9785aba2c6527868451260ec4b67863..0896351ef58e49d4efaaa6fb8a5e9726c40e2d76 100644 (file)
@@ -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.
index 230b825f8b6ebbe0b1db15c3010bcb32d6fe15bd..6142ad2f785560effc7ec338b8e9187ac464aaf2 100644 (file)
@@ -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.
 
index 46fc267ed7302550503e6c626c8c894cc47269b9..474e3cbb381980a00fda5003689f309cf44a5005 100644 (file)
@@ -5,6 +5,7 @@
 
 ;; Author: K. Shane Hartman
 ;; Maintainer: Inge Frick <inge@nada.kth.se>
+;; Keywords: files
 
 ;; This file is part of GNU Emacs.
 
index 71f1610646f711949d28b0b1bfc84e58845604cb..52bd0f97a817a59e2545b892e65c411a6b6b143c 100644 (file)
@@ -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.
 
index a5535dcd8da5fa61579da4d67e2d8e42b8c7ffd1..19c3fa71c3069849c0543fd1ecce68984c874036 100644 (file)
@@ -4,6 +4,7 @@
 ;;  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: internal
 
 ;; This file is part of GNU Emacs.