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:
parent
f49c4ef75c
commit
776ca44f00
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user