* dgnushack.el (dgnushack-compile-verbosely): New function. Not
authorKevin Greiner <kevin.greiner@compsol.cc>
Sun, 27 Apr 2003 06:23:41 +0000 (06:23 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Sun, 27 Apr 2003 06:23:41 +0000 (06:23 +0000)
currently called (See source for explanation).

lisp/ChangeLog
lisp/dgnushack.el

index 456039c..4d65fbc 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
+       currently called (See source for explanation).
+
 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-version-number): Bump.
index cb40ab9..353197e 100644 (file)
     (defalias 'run-with-idle-timer 'ignore)
     (defalias 'w3-coding-system-for-mime-charset 'ignore)))
 
+(defun dgnushack-compile-verbosely ()
+  "Call dgnushack-compile with warnings ENABLED.  If you are compiling
+patches to gnus, you should consider modifying make.bat to call
+dgnushack-compile-verbosely.  All other users should continue to use
+dgnushack-compile."
+  (dgnushack-compile t))
+
 (defun dgnushack-compile (&optional warn)
   ;;(setq byte-compile-dynamic t)
   (unless warn