1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-22 07:09:47 +00:00

Fix typo affecting iswitchb completion

This commit is contained in:
Carsten Dominik 2009-09-16 21:36:39 +01:00
parent 738ba015a3
commit 5e40b963cc
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-iswitchb-completing-read): Fix typo.
* org-crypt.el: New file.
* org.el: Add an entry for org-crypt.

View File

@ -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))))