diff options
| -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 b34665358ca..3d55ee554f1 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -864,7 +864,7 @@ If ARGS are omitted, the default is to pass | |||
| 864 | ;; which may not even exist any more. | 864 | ;; which may not even exist any more. |
| 865 | (if (stringp (frame-parameter nil 'display)) | 865 | (if (stringp (frame-parameter nil 'display)) |
| 866 | (setenv "DISPLAY" (frame-parameter nil 'display))) | 866 | (setenv "DISPLAY" (frame-parameter nil 'display))) |
| 867 | (if (functionp nil) | 867 | (if (functionp function) |
| 868 | (apply function url args) | 868 | (apply function url args) |
| 869 | (error "No suitable browser for URL %s" url)))) | 869 | (error "No suitable browser for URL %s" url)))) |
| 870 | 870 | ||