diff options
| author | Pavel Janík | 2002-01-05 18:58:49 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-05 18:58:49 +0000 |
| commit | 337bfec72716f4063b5da9496dd1643c9d88ab98 (patch) | |
| tree | 326818bb42218e75cc8108ede4a2a1227bf34d31 | |
| parent | 1c1da4184c3870e9f207d8a35a519850b9f36d6a (diff) | |
| download | emacs-337bfec72716f4063b5da9496dd1643c9d88ab98.tar.gz emacs-337bfec72716f4063b5da9496dd1643c9d88ab98.zip | |
Add keyword header `tools' to actually get listed in finder.
| -rw-r--r-- | lisp/cvs-status.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 7517cdc192d..27cd78e1daf 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; cvs-status.el --- Major mode for browsing `cvs status' output | 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs cvs status tree | 6 | ;; Keywords: pcl-cvs cvs status tree tools |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||