0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 01:02:52 +00:00

Minor stylish fix.

This commit is contained in:
Bastien Guerry 2011-03-05 11:44:00 +01:00
parent 9a7f9eda3c
commit 7a0f8bccb8

View file

@ -9324,7 +9324,7 @@ application the system uses for this file type."
((string= type "shell")
(let ((cmd path))
(if (or (and (not (zerop (length org-confirm-shell-link-not-regexp)))
(if (or (and (not (string= org-confirm-shell-link-not-regexp ""))
(string-match org-confirm-shell-link-not-regexp cmd))
(not org-confirm-shell-link-function)
(funcall org-confirm-shell-link-function
@ -9338,7 +9338,7 @@ application the system uses for this file type."
((string= type "elisp")
(let ((cmd path))
(if (or (and (not (zerop (length 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))
(not org-confirm-elisp-link-function)
(funcall org-confirm-elisp-link-function