Add Keywords header.

This commit is contained in:
Gerd Moellmann 2001-09-04 12:54:14 +00:00
parent c8dd66e195
commit 284b3043c0
10 changed files with 22 additions and 7 deletions

View file

@ -6,6 +6,12 @@
* simple.el (backward-word): Doc fix.
2001-09-03 Pavel Jan,Am(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

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View file

@ -4,6 +4,7 @@
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
;; This file is part of GNU Emacs.