From 447552b81bc2dd16a39d05db31e6f7a3922eb9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6cker?= Date: Fri, 9 Apr 2010 23:03:39 +0200 Subject: [PATCH] fix typo --- lisp/org.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index fee1b72f7..b6d156c11 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9206,9 +9206,9 @@ If the file does not exist, an error is thrown." (progn (setq link-match-data (match-data)) match) (progn (setq in-emacs (or in-emacs line search)) - nil)) ; if we have no match in org-file-apps-ex, - ; always open the file in emacs if line or search - ; is given (for backwards compatibility) + nil))) ; if we have no match in org-file-apps-ex, + ; always open the file in emacs if line or search + ; is given (for backwards compatibility) (assoc-default dfile (org-apps-regexp-alist apps a-m-a-p) 'string-match) (cdr (assoc ext apps))