From 5e40b963ccdfa2d5f7785baa919590e63127751a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 16 Sep 2009 21:36:39 +0100 Subject: [PATCH] Fix typo affecting iswitchb completion --- lisp/ChangeLog | 2 ++ lisp/org.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c23682cc..784a4b52a 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-09-16 Carsten Dominik + * org.el (org-iswitchb-completing-read): Fix typo. + * org-crypt.el: New file. * org.el: Add an entry for org-crypt. diff --git a/lisp/org.el b/lisp/org.el index 4ef4a0917..c364f1d6d 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7724,7 +7724,7 @@ Use TAB to complete link prefixes, then RET for type-specific completion support "Use iswitch as a completing-read replacement to choose from choices. PROMPT is a string to prompt with. CHOICES is a list of strings to choose from." - (let* ((switchb-use-virtual-buffers nil) + (let* ((iswitchb-use-virtual-buffers nil) (iswitchb-make-buflist-hook (lambda () (setq iswitchb-temp-buflist choices)))) -- 2.11.4.GIT