1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(ffap-version): Make it an obsolete alias for emacs-version.

(top-level): Move provide to the end.
This commit is contained in:
Glenn Morris 2009-07-06 00:49:25 +00:00
parent e4a5a3079b
commit 4648ccdf96

View File

@ -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