diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-19 00:32:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-19 00:32:10 +0000 |
commit | 5ca76c211acbc14061dc7f6410d045470c0b4fa0 (patch) | |
tree | b89e9192a78e9ef9cd33ff093a88f9749aa3d502 /lisp | |
parent | bb01b91ffe171066bb522a81324fcb1a9bdba31a (diff) | |
download | emacs-5ca76c211acbc14061dc7f6410d045470c0b4fa0.tar.gz emacs-5ca76c211acbc14061dc7f6410d045470c0b4fa0.tar.bz2 emacs-5ca76c211acbc14061dc7f6410d045470c0b4fa0.zip |
(finder-known-keywords): Add `debugging'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/finder.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index be5800c5153..700c0583d3c 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -52,6 +52,7 @@ (calendar . "calendar and time management support") (comm . "communications, networking, remote access to files") (data . "support editing files of data") + (debugging . "support for debugging programs") (docs . "support for Emacs documentation") (emulations . "emulations of other editors") (extensions . "Emacs Lisp language extensions") |