unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bytecomp.el calls display-warning
@ 2002-07-21 13:54 Kai Großjohann
  0 siblings, 0 replies; only message in thread
From: Kai Großjohann @ 2002-07-21 13:54 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-21 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-21 13:54 bytecomp.el calls display-warning Kai Großjohann

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).