diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-06 00:49:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-06 00:49:25 +0000 |
commit | 4648ccdf96ae3a6d9f3b7e36233f3212c9477087 (patch) | |
tree | f128cc02c17c9a3feaa5f22eb6cfbf1ea457e1d1 /lisp/ffap.el | |
parent | e4a5a3079bcca5dadb280a95a1c2f451cfd3fadf (diff) | |
download | emacs-4648ccdf96ae3a6d9f3b7e36233f3212c9477087.tar.gz |
(ffap-version): Make it an obsolete alias for emacs-version.
(top-level): Move provide to the end.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 8ac4a9d304a..7c741116e09 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -106,12 +106,7 @@ ;;; Code: -(provide 'ffap) - -;; Please do not delete this variable, it is checked in bug reports. -(defconst ffap-version "1.9-fsf <97/06/25 13:21:41 mic>" - "The version of ffap: \"Major.Minor-Build <Timestamp>\"") - +(define-obsolete-variable-alias 'ffap-version 'emacs-version "23.2") (defgroup ffap nil "Find file or URL at point." @@ -1917,6 +1912,7 @@ Of course if you do not like these bindings, just roll your own!") (eval (cons 'progn ffap-bindings))) +(provide 'ffap) ;; arch-tag: 9dd3e88a-5dec-4607-bd57-60ae9ede8ebc ;;; ffap.el ends here |