Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 4 Dec 2002 22:51:07 +0000 (22:51 +0000)
committeryamaoka <yamaoka>
Wed, 4 Dec 2002 22:51:07 +0000 (22:51 +0000)
lisp/ChangeLog
lisp/mm-decode.el

index 5f5f289..bde7c11 100644 (file)
@@ -1,4 +1,9 @@
 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.
index 5f9cba6..cb5890c 100644 (file)
@@ -141,8 +141,8 @@ the safe url names.  The value of the variable `w3m-safe-url-regexp'
 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."