From 284b3043c016c352619ee3a8f60daf8c1a0c8760 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 4 Sep 2001 12:54:14 +0000 Subject: [PATCH] Add Keywords header. --- lisp/ChangeLog | 6 ++++++ lisp/emacs-lisp/levents.el | 3 ++- lisp/emacs-lisp/lucid.el | 3 ++- lisp/emacs-lisp/pp.el | 3 ++- lisp/uncompress.el | 3 ++- lisp/uniquify.el | 3 ++- lisp/vc.el | 3 ++- lisp/view.el | 1 + lisp/w32-fns.el | 3 ++- lisp/window.el | 1 + 10 files changed, 22 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24ac14e7b44..435a47af745 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,12 @@ * simple.el (backward-word): Doc fix. +2001-09-03 Pavel Jan,Am(Bk + + * 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 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near 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 +;; Keywords: lisp ;; This file is part of GNU Emacs. diff --git a/lisp/uncompress.el b/lisp/uncompress.el index 53439190a1d..9f9f4478aec 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el @@ -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. diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 7c9306e5c97..0896351ef58 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -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 ;; Maintainer: FSF +;; Keywords: files ;; Created: 15 May 86 ;; This file is part of GNU Emacs. diff --git a/lisp/vc.el b/lisp/vc.el index 230b825f8b6..6142ad2f785 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -4,8 +4,9 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Andre Spiegel +;; 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. diff --git a/lisp/view.el b/lisp/view.el index 46fc267ed73..474e3cbb381 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -5,6 +5,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: Inge Frick +;; Keywords: files ;; This file is part of GNU Emacs. diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 71f1610646f..52bd0f97a81 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -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 +;; Keywords: internal ;; This file is part of GNU Emacs. diff --git a/lisp/window.el b/lisp/window.el index a5535dcd8da..19c3fa71c30 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -4,6 +4,7 @@ ;; Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: internal ;; This file is part of GNU Emacs. -- 2.39.2