From: yamaoka Date: Fri, 2 Mar 2001 03:47:21 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_0-10-quimby~33 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc6aa89a09f7e9e4a96c5b5d740be411681ba75;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9a3f8c..dddd53f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2001-03-01 22:00:00 ShengHuo ZHU + From Katsumi Yamaoka . + + * dgnushack.el (coerce, merge, subseq): defmacro. + +2001-03-01 22:00:00 ShengHuo ZHU + + * lpath.el (nndraft-request-group): Move it here from nndraft.el. + A fake defalias in nndraft.el results a not-activated bug in + uncompiled versions. + 2001-02-26 11:27:27 Paul Jarc Committed by ShengHuo ZHU diff --git a/lisp/lpath.el b/lisp/lpath.el index 93b8433..55a0596 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -114,4 +114,7 @@ (defun nnkiboze-score-file (a) ) +;; This is just to shut up the byte-compiler. +(defalias 'nndraft-request-group 'ignore) + (provide 'lpath) diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 71531ee..9b2e369 100644 --- a/lisp/nndraft.el +++ b/lisp/nndraft.el @@ -33,9 +33,6 @@ (require 'gnus-start) (require 'nnmh) (require 'nnoo) -(eval-when-compile - ;; This is just to shut up the byte-compiler. - (defalias 'nndraft-request-group 'ignore)) (nnoo-declare nndraft nnmh)