]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-gw.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / url / url-gw.el
index cc0e4f8f8d64320a0af1521b395b6af86ca65e51..ab61802a6bbc6d30708dc0e11ca72071ef8f1e8c 100644 (file)
@@ -39,7 +39,7 @@
   :group 'url-gateway)
 
 (defcustom url-gateway-prompt-pattern
-  "^[^#$%>;]*[#$%>;] *" ;; "bash\\|\$ *\r?$\\|> *\r?"
+  "^[^#$%>;]*[#$%>;] *" ;; "bash\\|[$>] *\r?$"
   "A regular expression matching a shell prompt."
   :type 'regexp
   :group 'url-gateway)