projects
/
elisp
/
emh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175f13e
)
Don't require `gnus'. Bind some variables and function of gnus instead.
author
yamaoka
<yamaoka>
Wed, 25 Aug 1999 08:21:12 +0000
(08:21 +0000)
committer
yamaoka
<yamaoka>
Wed, 25 Aug 1999 08:21:12 +0000
(08:21 +0000)
emh-comp.el
patch
|
blob
|
history
diff --git
a/emh-comp.el
b/emh-comp.el
index
b91b335
..
1e3692e
100644
(file)
--- a/
emh-comp.el
+++ b/
emh-comp.el
@@
-30,7
+30,13
@@
(require 'mh-comp)
(require 'mime-edit)
-(eval-when-compile (require 'gnus))
+;; Avoid byte compile warnings.
+(defvar gnus-article-buffer)
+(defvar gnus-article-copy)
+(defvar gnus-original-article-buffer)
+(eval-when-compile
+ (fset 'gnus-copy-article-buffer 'ignore)
+ )
;;; @ variable