diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-11 04:07:14 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-11 04:07:14 +0000 |
commit | 0a66ac10cf2a87559e5c8c6e1fef8344ef70692b (patch) | |
tree | 3a8bb567abdad87d1526bd64ceed83dd8ff6c55b /lisp/ffap.el | |
parent | 8a798137003661bf0a624898bca99741096fd8c3 (diff) | |
download | emacs-0a66ac10cf2a87559e5c8c6e1fef8344ef70692b.tar.gz |
(ffap-rfc-directories): Add :version.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 9d3b2142f39..2c750d8f612 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -960,6 +960,7 @@ If t, `ffap-tex-init' will initialize this when needed.") "A list of directories to look for RFC files. If a given RFC isn't in these then `ffap-rfc-path' is offered." :type '(repeat directory) + :version "23.1" :group 'ffap) (defvar ffap-rfc-path |