emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ffap.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ffap.el
Date: Mon, 06 Jul 2009 00:49:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/06 00:49:26

Modified files:
        lisp           : ffap.el 

Log message:
        (ffap-version): Make it an obsolete alias for emacs-version.
        (top-level): Move provide to the end.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ffap.el?cvsroot=emacs&r1=1.82&r2=1.83

Patches:
Index: ffap.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ffap.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- ffap.el     5 Jan 2009 03:19:08 -0000       1.82
+++ ffap.el     6 Jul 2009 00:49:25 -0000       1.83
@@ -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 @@
   (eval (cons 'progn ffap-bindings)))
 
 
+(provide 'ffap)
 
 ;; arch-tag: 9dd3e88a-5dec-4607-bd57-60ae9ede8ebc
 ;;; ffap.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]