Minor stylish fix.

This commit is contained in:
Bastien Guerry 2011-03-05 11:44:22 +01:00
parent 7a0f8bccb8
commit 2d37c8caf5
1 changed files with 1 additions and 1 deletions

View File

@ -9338,7 +9338,7 @@ application the system uses for this file type."
((string= type "elisp") ((string= type "elisp")
(let ((cmd path)) (let ((cmd path))
(if (or (and (not (string= "" org-confirm-elisp-link-not-regexp)) (if (or (and (not (string= org-confirm-elisp-link-not-regexp ""))
(string-match org-confirm-elisp-link-not-regexp cmd)) (string-match org-confirm-elisp-link-not-regexp cmd))
(not org-confirm-elisp-link-function) (not org-confirm-elisp-link-function)
(funcall org-confirm-elisp-link-function (funcall org-confirm-elisp-link-function