From bc90e633a3ce4b8dd3aeacad6616a31b07e35d1e Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Sat, 24 Oct 2020 05:01:56 +0800 Subject: [PATCH] Add eaf-chrome-bookmark-file in not exist message. --- eaf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eaf.el b/eaf.el index 8a58db6..1b89bca 100644 --- a/eaf.el +++ b/eaf.el @@ -947,7 +947,7 @@ For now only EAF browser app is supported." (interactive) (when (eaf-read-input "Are you sure to import chrome bookmarks to EAF" "yes-or-no" "") (if (not (file-exists-p eaf-chrome-bookmark-file)) - (message "Chrome bookmark file is not exist, check `eaf-chrome-bookmark-file` setting.") + (message "Chrome bookmark file: '%s' is not exist, check `eaf-chrome-bookmark-file` setting." eaf-chrome-bookmark-file) (let ((orig-bookmark-record-fn bookmark-make-record-function) (data (json-read-file eaf-chrome-bookmark-file))) (cl-labels ((fn (item)