aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/ffap.el
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 97105ed422b..74df9883324 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -523,7 +523,7 @@ The optional NOMODIFY argument suppresses the extra search."
523 ;; (ffap-file-remote-p "/ffap.el:80") 523 ;; (ffap-file-remote-p "/ffap.el:80")
524 (or (and ffap-ftp-regexp 524 (or (and ffap-ftp-regexp
525 (string-match ffap-ftp-regexp filename) 525 (string-match ffap-ftp-regexp filename)
526 ;; Convert "/host.com://dir" to "/host:/dir", to handle a dieing 526 ;; Convert "/host.com://dir" to "/host:/dir", to handle a dying
527 ;; practice of advertising ftp files as "host.dom://filename". 527 ;; practice of advertising ftp files as "host.dom://filename".
528 (if (string-match "//" filename) 528 (if (string-match "//" filename)
529 ;; (replace-match "/" nil nil filename) 529 ;; (replace-match "/" nil nil filename)