summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
commitf5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch)
tree2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/ffap.el
parent18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff)
downloademacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 2f4e4a18e74..3ff9d50c28a 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -4,7 +4,7 @@
;;
;; Author: Michelangelo Grigni <mic@mathcs.emory.edu>
;; Created: 29 Mar 1993
-;; Keywords: files, hypermedia, matching, mouse
+;; Keywords: files, hypermedia, matching, mouse, convenience
;; X-URL: ftp://ftp.mathcs.emory.edu/pub/mic/emacs/
;; This file is part of GNU Emacs.
@@ -105,7 +105,8 @@
(defgroup ffap nil
"Find file or URL at point."
:link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/")
- :group 'matching)
+ :group 'matching
+ :group 'convenience)
;; The code is organized in pages, separated by formfeed characters.
;; See the next two pages for standard customization ideas.