summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dired-aux.el4
-rw-r--r--lisp/dired.el1
3 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b9a6472bb88..d5929909e59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,11 @@
* buff-menu.el: Add Keywords header.
Doc fix (C-x C-b is bound to list-buffers).
+ * dired-x.el: Add keyword files to get listed in finder.
+ Remove confusing notes about GNU Emacs 19.
+
+ * dired.el, dired-aux.el: Add Keywords header.
+
2001-08-28 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-revert-file): Call the backend even if the FILE's
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 911bfb20abf..398f4652827 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1,9 +1,11 @@
;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*-
-;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001
+;; Free Software Foundation, Inc.
;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>.
;; Maintainer: FSF
+;; Keywords: files
;; This file is part of GNU Emacs.
diff --git a/lisp/dired.el b/lisp/dired.el
index f6e8da2fba4..fa9ce16f74a 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -5,6 +5,7 @@
;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
;; Maintainer: FSF
+;; Keywords: files
;; This file is part of GNU Emacs.