(mml-mode): Silence the byte compiler.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 5 Sep 2005 07:36:22 +0000 (07:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 5 Sep 2005 07:36:22 +0000 (07:36 +0000)
lisp/ChangeLog
lisp/mml.el

index e1a5efd..aecf683 100644 (file)
@@ -1,5 +1,7 @@
 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * mml.el (mml-mode): Silence the byte compiler.
+
        * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
        using `(sit-for 0)' before moving the point to the specified part;
        skip unbuttonized parts.
index f6e728b..205c868 100644 (file)
@@ -940,7 +940,8 @@ See Info node `(emacs-mime)Composing'.
     (easy-menu-add mml-menu mml-mode-map)
     (when (boundp 'dnd-protocol-alist)
       (set (make-local-variable 'dnd-protocol-alist)
-          (append mml-dnd-protocol-alist dnd-protocol-alist)))
+          (append mml-dnd-protocol-alist
+                  (symbol-value 'dnd-protocol-alist))))
     (run-hooks 'mml-mode-hook)))
 
 ;;;