From 8d099e064099dcf182d3ee5021d889cfc17f430c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 4 Dec 2002 22:51:07 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 5 +++++ lisp/mm-decode.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f5f289..bde7c11 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,9 @@ 2002-12-04 Katsumi Yamaoka + Trivial patch from Itai Zukerman . + + * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis. + +2002-12-04 Katsumi Yamaoka * rfc2047.el (rfc2047-decode-region): Remove newlines between decoded words. diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 5f9cba6..cb5890c 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -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." -- 1.7.10.4