comparison lisp/url/url-util.el @ 111571:91de9477a77a

merge trunk
author Kenichi Handa <handa@m17n.org>
date Wed, 22 Sep 2010 15:46:51 +0900
parents 5495085c9b6c
children 754df5a0efe9
comparison
equal deleted inserted replaced
111570:ffe2002d45c4 111571:91de9477a77a
41 (modify-syntax-entry ?{ "(" url-parse-args-syntax-table) 41 (modify-syntax-entry ?{ "(" url-parse-args-syntax-table)
42 (modify-syntax-entry ?} ")" url-parse-args-syntax-table) 42 (modify-syntax-entry ?} ")" url-parse-args-syntax-table)
43 43
44 ;;;###autoload 44 ;;;###autoload
45 (defcustom url-debug nil 45 (defcustom url-debug nil
46 "*What types of debug messages from the URL library to show. 46 "What types of debug messages from the URL library to show.
47 Debug messages are logged to the *URL-DEBUG* buffer. 47 Debug messages are logged to the *URL-DEBUG* buffer.
48 48
49 If t, all messages will be logged. 49 If t, all messages will be logged.
50 If a number, all messages will be logged, as well shown via `message'. 50 If a number, all messages will be logged, as well shown via `message'.
51 If a list, it is a list of the types of messages to be logged." 51 If a list, it is a list of the types of messages to be logged."