2002-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
+ Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
+
+ * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
+
+2002-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
* rfc2047.el (rfc2047-decode-region): Remove newlines between
decoded words.
will be bound with this value. You may set this value to nil if you
consider all the urls to be safe."
:type '(choice (regexp :tag "Regexp")
- (const :tag "All URLs are safe" nil)
- :group 'mime-display))
+ (const :tag "All URLs are safe" nil))
+ :group 'mime-display)
(defcustom mm-inline-text-html-with-w3m-keymap t
"If non-nil, use emacs-w3m command keys in the article buffer."