Fix typo in code

This commit is contained in:
Carsten Dominik 2011-02-22 13:38:28 +01:00
parent c654620d73
commit a821f4e922
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ it. When it is a variable, retrieve the value. Return whatever we get."
((functionp file) (funcall file)) ((functionp file) (funcall file))
((and (symbolp file) (boundp file)) (symbol-value file)) ((and (symbolp file) (boundp file)) (symbol-value file))
((and file (consp file)) (eval file)) ((and file (consp file)) (eval file))
t file))) (t file))))
(defun org-capture-target-buffer (file) (defun org-capture-target-buffer (file)
"Get a buffer for FILE." "Get a buffer for FILE."