]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-encode.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / gnus / mm-encode.el
index 055ba475b8e18e34a92ab1ba184647ca89dc4971..6f80e0165517825980f4af1d90fbfd02eff9f639 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mm-encode.el --- Functions for encoding MIME things
 
-;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2016 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     MORIOKA Tomohiko <morioka@jaist.ac.jp>
@@ -97,6 +97,7 @@ This variable should never be set directly, but bound before a call to
     (insert "Content-Type: multipart/mixed; boundary=\"" boundary "\"\n")
     boundary))
 
+;;;###autoload
 (defun mm-default-file-encoding (file)
   "Return a default encoding for FILE."
   (if (not (string-match "\\.[^.]+$" file))