diff options
-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 | ||||
-rw-r--r-- | lisp/uncompress.el | 3 | ||||
-rw-r--r-- | lisp/uniquify.el | 3 | ||||
-rw-r--r-- | lisp/vc.el | 3 | ||||
-rw-r--r-- | lisp/view.el | 1 | ||||
-rw-r--r-- | lisp/w32-fns.el | 3 | ||||
-rw-r--r-- | lisp/window.el | 1 |
9 files changed, 16 insertions, 7 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. 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 <king@reasoning.com> ;; 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 <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. 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 <inge@nada.kth.se> +;; 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 <voelker@cs.washington.edu> +;; 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. |