Mercurial > emacs
comparison lisp/ffap.el @ 90260:0ca0d9181b5e
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 598-615)
- Update from CVS
- Remove lisp/toolbar directory
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 142-146)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 16 Jan 2006 06:59:21 +0000 |
parents | 2d92f5c9d6ae 4cc03ba58cf8 |
children | 7beb78bc1f8e |
comparison
equal
deleted
inserted
replaced
90259:a3ba65547f84 | 90260:0ca0d9181b5e |
---|---|
1378 "Find FILENAME, guessing a default from text around point. | 1378 "Find FILENAME, guessing a default from text around point. |
1379 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. | 1379 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. |
1380 With a prefix, this command behaves exactly like `ffap-file-finder'. | 1380 With a prefix, this command behaves exactly like `ffap-file-finder'. |
1381 If `ffap-require-prefix' is set, the prefix meaning is reversed. | 1381 If `ffap-require-prefix' is set, the prefix meaning is reversed. |
1382 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', | 1382 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', |
1383 and the functions `ffap-file-at-point' and `ffap-url-at-point'. | 1383 and the functions `ffap-file-at-point' and `ffap-url-at-point'." |
1384 | |
1385 See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version." | |
1386 (interactive) | 1384 (interactive) |
1387 (if (and (interactive-p) | 1385 (if (and (interactive-p) |
1388 (if ffap-require-prefix (not current-prefix-arg) | 1386 (if ffap-require-prefix (not current-prefix-arg) |
1389 current-prefix-arg)) | 1387 current-prefix-arg)) |
1390 ;; Do exactly the ffap-file-finder command, even the prompting: | 1388 ;; Do exactly the ffap-file-finder command, even the prompting: |