CVS update by fenk packages/xemacs-packages/bbdb/lisp ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Feb 26 17:25:26 EST 2007


  User: fenk    
  Date: 07/02/26 23:25:26

  Modified:    packages/xemacs-packages/bbdb/lisp bbdb-rmail.el
Log:
We use (load-library "rmailsum") now as rmailsum.el has no provide.

Has been synced back to SF.

Revision  Changes    Path
1.8       +2 -2      XEmacs/packages/xemacs-packages/bbdb/lisp/bbdb-rmail.el

Index: bbdb-rmail.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/bbdb/lisp/bbdb-rmail.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- bbdb-rmail.el	2007/02/23 20:24:08	1.7
+++ bbdb-rmail.el	2007/02/26 22:25:26	1.8
@@ -18,13 +18,13 @@
 ;;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 ;;
-;; $Id: bbdb-rmail.el,v 1.7 2007/02/23 20:24:08 fenk Exp $
+;; $Id: bbdb-rmail.el,v 1.8 2007/02/26 22:25:26 fenk Exp $
 ;;
 
 (require 'bbdb)
 (require 'bbdb-com)
 (require 'rmail)
-(require 'rmailsum)
+(load-library "rmailsum")
 (require 'mailheader)
 
 





More information about the XEmacs-CVS mailing list