]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-group.el
Remove compat code that relies on (featurep 'mule)
[gnu-emacs] / lisp / gnus / gnus-group.el
index 0cbaaf01f5c60b9654ca386bd7b191d37b4ad640..34ec11076bafc7d40192d088ab259cd503c18b0f 100644 (file)
@@ -1204,7 +1204,7 @@ The following commands are available:
 
 (defun gnus-group-name-decode (string charset)
   ;; Fixme: Don't decode in unibyte mode.
-  (if (and string charset (featurep 'mule))
+  (if (and string charset)
       (decode-coding-string string charset)
     string))