1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(mm-uu-decode-function)

(mm-uu-binhex-decode-function): Defvar when compiling.
This commit is contained in:
Dave Love 2000-10-18 17:08:35 +00:00
parent f49c4ef75c
commit 776ca44f00

View File

@ -28,9 +28,9 @@
(or (fboundp 'base64-decode-region)
(require 'base64)))
;; This leads to a recursive load.
;;(eval-when-compile
;; (require 'mm-uu))
(eval-when-compile
(defvar mm-uu-decode-function)
(defvar mm-uu-binhex-decode-function))
(require 'mm-util)
(require 'rfc2047)