* lisp/url/url-vars.el (url-mime-separator-chars): Fix last cosmetic change
This commit is contained in:
parent
23ffb0c8c6
commit
97441f742e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue