aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-12 20:30:49 +0000
committerRichard M. Stallman2006-02-12 20:30:49 +0000
commit516bf0ee5fb911aa0a3578e72407f975b35814b3 (patch)
treee031725fa949b4c81f2345493dc54007d4b8f685
parenta52152f859dbf91fe1890d62a626844b18aaf45e (diff)
downloademacs-516bf0ee5fb911aa0a3578e72407f975b35814b3.tar.gz
emacs-516bf0ee5fb911aa0a3578e72407f975b35814b3.zip
Comment changes.
-rw-r--r--lisp/ffap.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index d487c4f67a0..1b6665d16d5 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -287,9 +287,9 @@ For a fancy alternative, get `ffap-url.el'."
287 287
288;;; Compatibility: 288;;; Compatibility:
289;; 289;;
290;; This version of ffap supports Emacs 20 only, see the ftp site 290;; This version of ffap supports only the Emacs it is distributed in.
291;; for a more general version. The following functions are necessary 291;; See the ftp site for a more general version. The following
292;; "leftovers" from the more general version. 292;; functions are necessary "leftovers" from the more general version.
293 293
294(defun ffap-mouse-event nil ; current mouse event, or nil 294(defun ffap-mouse-event nil ; current mouse event, or nil
295 (and (listp last-nonmenu-event) last-nonmenu-event)) 295 (and (listp last-nonmenu-event) last-nonmenu-event))
@@ -730,7 +730,7 @@ kpathsea, a library used by some versions of TeX."
730 path))) 730 path)))
731 731
732(defun ffap-locate-file (file &optional nosuffix path dir-ok) 732(defun ffap-locate-file (file &optional nosuffix path dir-ok)
733 ;; The Emacs 20 version of locate-library could almost replace this, 733 ;; The current version of locate-library could almost replace this,
734 ;; except it does not let us override the suffix list. The 734 ;; except it does not let us override the suffix list. The
735 ;; compression-suffixes search moved to ffap-file-exists-string. 735 ;; compression-suffixes search moved to ffap-file-exists-string.
736 "A generic path-searching function, mimics `load' by default. 736 "A generic path-searching function, mimics `load' by default.