Mercurial > emacs
diff lisp/net/browse-url.el @ 85686:a55a536ce0db
* emulation/pc-select.el (next-line-mark, next-line-nomark)
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings
around uses of previous-line and next-line.
* diff.el (diff-old-file, diff-new-file, diff-extra-args): New
defvars.
* textmodes/css-mode.el (comment-continue):
* net/browse-url.el (url-handler-regexp):
* progmodes/idlw-help.el (idlwave-system-routines): Pacify
byte-compiler.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 26 Oct 2007 22:24:14 +0000 |
parents | 289916e64e8b |
children | 906f71611b65 4bc33ffdda1a |
line wrap: on
line diff
--- a/lisp/net/browse-url.el Fri Oct 26 20:57:07 2007 +0000 +++ b/lisp/net/browse-url.el Fri Oct 26 22:24:14 2007 +0000 @@ -1153,6 +1153,8 @@ browse-url-epiphany-program (append browse-url-epiphany-startup-arguments (list url)))))) +(defvar url-handler-regexp) + ;;;###autoload (defun browse-url-emacs (url &optional new-window) "Ask Emacs to load URL into a buffer and show it in another window."