Hi,
Marc Ihm <[email protected]> writes:
> Okay, this one only tries to fix, what seems broken ...
> Could someone please check ?
Please run pull the latest version and create your patch using git am.
I still don't know how to reproduce the error. I have tried with Emacs
24.4 and the git version.
Combining your two diffs I get:
diff --git a/lisp/org.el b/lisp/org.el
index 8a00847..f440382 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10512,11 +10512,11 @@ from."
(listp (second args)))
'org-iswitchb-completing-read)
(t (or (and (boundp 'completing-read-function)
- completing-read-function)
- 'completing-read)))
+ completing-read-function))
+ 'completing-read))
(concat (car args))
which seems wrong (notice that the or becomes irrelevant).
What is completing-read-function?
Thanks,
Rasmus
--
You people at the NSA are becoming my new best friends!