From e1d51545ced3cf6f58c44891563dfaf62c34b411 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 6 Dec 2012 11:04:21 +0800 Subject: [PATCH] * ffap.el (ffap-replace-file-component): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/ffap.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5712dd9f8c..a4f40e6a80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-12-06 Chong Yidong + + * ffap.el (ffap-replace-file-component): Fix typo. + 2012-12-05 Stefan Monnier * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and diff --git a/lisp/ffap.el b/lisp/ffap.el index 4c75609fe0..0620cd8cc1 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -484,7 +484,7 @@ Returned values: "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)))) -- 2.20.1