[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110999: * ffap.el (ffap-replace-f
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110999: * ffap.el (ffap-replace-file-component): Fix typo. |
Date: |
Thu, 06 Dec 2012 11:04:21 +0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110999
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-12-06 11:04:21 +0800
message:
* ffap.el (ffap-replace-file-component): Fix typo.
modified:
lisp/ChangeLog
lisp/ffap.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-12-05 05:30:58 +0000
+++ b/lisp/ChangeLog 2012-12-06 03:04:21 +0000
@@ -1,3 +1,7 @@
+2012-12-06 Chong Yidong <address@hidden>
+
+ * ffap.el (ffap-replace-file-component): Fix typo.
+
2012-12-05 Stefan Monnier <address@hidden>
* progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
=== modified file 'lisp/ffap.el'
--- a/lisp/ffap.el 2012-10-08 13:59:18 +0000
+++ b/lisp/ffap.el 2012-12-06 03:04:21 +0000
@@ -484,7 +484,7 @@
"In remote FULLNAME, replace path with NAME. May return nil."
;; Use efs if loaded, but do not load it otherwise.
(if (fboundp 'efs-replace-path-component)
- (funcall efs-replace-path-component fullname name)
+ (funcall 'efs-replace-path-component fullname name)
(and (stringp fullname)
(stringp name)
(concat (file-remote-p fullname) name))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110999: * ffap.el (ffap-replace-file-component): Fix typo.,
Chong Yidong <=