diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/advice.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/trace.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index f7f6aeda378..9a6f1fc09c8 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -5,7 +5,7 @@ ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Created: 12 Dec 1992 ;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp -;; Keywords: extensions +;; Keywords: extensions, lisp, tools ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 0e19595db2d..49a4a8cd5a9 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -5,7 +5,7 @@ ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> ;; Created: 15 Dec 1992 ;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp -;; Keywords: tracing, debugging +;; Keywords: tools, lisp ;; This file is part of GNU Emacs. |