From cfc6aa89a09f7e9e4a96c5b5d740be411681ba75 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 2 Mar 2001 03:47:21 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 11 +++++++++++ lisp/lpath.el | 3 +++ lisp/nndraft.el | 3 --- 3 files changed, 14 insertions(+), 3 deletions(-) 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) -- 1.7.10.4