From be6ca5ca570cfc0398d48c62b50b8110e00d367b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 9 Apr 2014 23:44:06 -0400 Subject: Remove leftover bog-completing-read call This should have been removed in 6a09d39. --- bog.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bog.el b/bog.el index 5ba8da5..a4f197e 100644 --- a/bog.el +++ b/bog.el @@ -299,9 +299,8 @@ text under point if it matches `bog-citekey-format' or using (setq citekey-pdf (car citekey-pdfs))) (t (setq citekey-pdf - (expand-file-name (funcall bog-completing-read - "Select PDF file: " - citekey-pdfs-names) + (expand-file-name (org-icompleting-read "Select PDF file: " + citekey-pdfs-names) bog-pdf-directory)))) (org-open-file citekey-pdf))) -- cgit v1.2.3