]> git.eshelyaron.com Git - emacs.git/commitdiff
(lw_refigure_widget): Use the macro USE_XAW rather than XAW.
authorPaul Reilly <pmr@pajato.com>
Tue, 15 Nov 1994 03:22:52 +0000 (03:22 +0000)
committerPaul Reilly <pmr@pajato.com>
Tue, 15 Nov 1994 03:22:52 +0000 (03:22 +0000)
lwlib/lwlib.c

index 4d895cffb5299ba9d81a5cb15bb9d8b0c8e9b5b6..e18f95b68c9f10ebd8eb0b2ff95249e4693adb1e 100644 (file)
@@ -1303,7 +1303,7 @@ lw_refigure_widget (w, doit)
      Widget w;
      Boolean doit;
 {
-#if defined (XAW)  
+#if defined (USE_XAW)  
   XawPanedSetRefigureMode (w, doit);
 #endif
 #if defined (USE_MOTIF)