emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bytecomp.el calls display-warning


From: Kai Großjohann
Subject: bytecomp.el calls display-warning
Date: Sun, 21 Jul 2002 15:54:24 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu)

I made the following change so that "make bootstrap" works again.  I
don't know if this was the right thing to do.

Index: lisp/warnings.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/warnings.el,v
retrieving revision 1.2
diff -u -r1.2 warnings.el
--- lisp/warnings.el    20 Jul 2002 22:09:46 -0000      1.2
+++ lisp/warnings.el    21 Jul 2002 13:51:33 -0000
@@ -263,4 +263,5 @@
 `emacs' as the group and `:warning' as the level."
   (display-warning 'emacs (apply 'format message args)))
 
+(provide 'warnings)
 ;;; warnings.el ends here
Index: lisp/emacs-lisp/bytecomp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/bytecomp.el,v
retrieving revision 2.106
diff -u -r2.106 bytecomp.el
--- lisp/emacs-lisp/bytecomp.el 20 Jul 2002 22:01:19 -0000      2.106
+++ lisp/emacs-lisp/bytecomp.el 21 Jul 2002 13:51:33 -0000
@@ -156,6 +156,7 @@
 ;;     Some versions of `file' can be customized to recognize that.
 
 (require 'backquote)
+(require 'warnings)
 
 (or (fboundp 'defsubst)
     ;; This really ought to be loaded already!


kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]