Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
776ca44f
Commit
776ca44f
authored
Oct 18, 2000
by
Dave Love
Browse files
(mm-uu-decode-function)
(mm-uu-binhex-decode-function): Defvar when compiling.
parent
f49c4ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/gnus/mm-bodies.el
lisp/gnus/mm-bodies.el
+3
-3
No files found.
lisp/gnus/mm-bodies.el
View file @
776ca44f
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment