Synch with Oort Gnus.
authoryamaoka <yamaoka>
Fri, 2 Mar 2001 03:47:21 +0000 (03:47 +0000)
committeryamaoka <yamaoka>
Fri, 2 Mar 2001 03:47:21 +0000 (03:47 +0000)
lisp/ChangeLog
lisp/lpath.el
lisp/nndraft.el

index b9a3f8c..dddd53f 100644 (file)
@@ -1,3 +1,14 @@
+2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Katsumi Yamaoka <yamaoka@jpl.org>.
+       
+       * dgnushack.el (coerce, merge, subseq): defmacro.
+       
+2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * 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  <prj@po.cwru.edu>
        Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index 93b8433..55a0596 100644 (file)
 (defun nnkiboze-score-file (a)
   )
 
+;; This is just to shut up the byte-compiler.
+(defalias 'nndraft-request-group 'ignore)
+
 (provide 'lpath)
index 71531ee..9b2e369 100644 (file)
@@ -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)