From 0a66ac10cf2a87559e5c8c6e1fef8344ef70692b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 11 Feb 2008 04:07:14 +0000 Subject: [PATCH] (ffap-rfc-directories): Add :version. --- lisp/ChangeLog | 7 +++++++ lisp/ffap.el | 1 + 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a88b95e473..f38cc8aaf40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-11 Glenn Morris + + * ffap.el (ffap-rfc-directories): Add :version. + 2008-02-11 Chris Moore * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz @@ -5,6 +9,9 @@ 2008-02-11 Kevin Ryde + * ffap.el (ffap-rfc-directories): New variable. + (ffap-rfc): Look in those dirs before offering ffap-rfc-path. + * info.el (Info-next-reference, Info-prev-reference) (Info-try-follow-nearest-node): Move to and follow https:// links too. 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 -- 2.39.5