1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(socks-open-network-stream): Standardize error message from previous

change.
This commit is contained in:
Glenn Morris 2007-09-19 07:57:47 +00:00
parent 15bd294df1
commit b87474fca5

View file

@ -548,8 +548,7 @@ version.")
(if (stringp service)
(or
(socks-find-services-entry service)
(error "Unable to find port for service `%s'"
service))
(error "Unknown service: %s" service))
service))
(puthash 'buffer buffer info)
(puthash 'host host info)