(describe-key-briefly): Remove compiler macro.
[elisp/gnus.git-] / lisp / mm-url.el
index 7ff8140..405bc05 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mm-url.el --- a wrapper of url functions/commands for Gnus
-;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 
@@ -400,9 +400,7 @@ spaces.  Die Die Die."
        (encode-coding-string chunk
                             (if (fboundp 'find-coding-systems-string)
                                 (car (find-coding-systems-string chunk))
-                              (static-if (boundp 'MULE)
-                                  file-coding-system
-                                buffer-file-coding-system)))
+                              buffer-file-coding-system))
      chunk)
    ""))