diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/browse-url.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 6f180341f36..a0813a052d8 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -669,7 +669,7 @@ for use in `interactive'." ;; this macro. We use that rather than interactive-p because ;; use in a keyboard macro should not change this behavior. (defmacro browse-url-maybe-new-window (arg) - `(if (or noninteractive (not (called-interactively-p))) + `(if (or noninteractive (not (called-interactively-p 'any))) ,arg browse-url-new-window-flag)) |
