From: Stefan Monnier Date: Fri, 15 Jul 2022 19:59:12 +0000 (-0400) Subject: * lisp/url/url-vars.el (url-mime-separator-chars): Fix last cosmetic change X-Git-Tag: emacs-29.0.90~1447^2~909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97441f742e6b63d583607132f1682d050901d716;p=emacs.git * lisp/url/url-vars.el (url-mime-separator-chars): Fix last cosmetic change --- diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index de42599e0d4..859a5c75ed3 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -205,7 +205,8 @@ from the ACCESS_proxy environment variables." (defvar url-mime-separator-chars (append "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" - "0123456789'()+_,-./=?") + "0123456789'()+_,-./=?" + nil) "Characters allowable in a MIME multipart separator.") (defcustom url-bad-port-list