emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ffap.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ffap.el
Date: Sun, 12 Feb 2006 20:30:49 +0000

Index: emacs/lisp/ffap.el
diff -u emacs/lisp/ffap.el:1.54 emacs/lisp/ffap.el:1.55
--- emacs/lisp/ffap.el:1.54     Mon Feb  6 14:33:33 2006
+++ emacs/lisp/ffap.el  Sun Feb 12 20:30:49 2006
@@ -287,9 +287,9 @@
 
 ;;; Compatibility:
 ;;
-;; This version of ffap supports Emacs 20 only, see the ftp site
-;; for a more general version.  The following functions are necessary
-;; "leftovers" from the more general version.
+;; This version of ffap supports only the Emacs it is distributed in.
+;; See the ftp site for a more general version.  The following
+;; functions are necessary "leftovers" from the more general version.
 
 (defun ffap-mouse-event nil            ; current mouse event, or nil
   (and (listp last-nonmenu-event) last-nonmenu-event))
@@ -730,7 +730,7 @@
          path)))
 
 (defun ffap-locate-file (file &optional nosuffix path dir-ok)
-  ;; The Emacs 20 version of locate-library could almost replace this,
+  ;; The current version of locate-library could almost replace this,
   ;; except it does not let us override the suffix list.  The
   ;; compression-suffixes search moved to ffap-file-exists-string.
   "A generic path-searching function, mimics `load' by default.




reply via email to

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