Fix.
authoryamaoka <yamaoka>
Wed, 16 Jan 2002 05:46:10 +0000 (05:46 +0000)
committeryamaoka <yamaoka>
Wed, 16 Jan 2002 05:46:10 +0000 (05:46 +0000)
lisp/dgnushack.el

index b19091c..a8fa065 100644 (file)
@@ -428,7 +428,7 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again.
                    (symbol-function name))))
       (if (subrp fn)
          ;; Give up on inlining.
-         form
+         (setq ad-return-value form)
        ad-do-it))))
 
 ;; Unknown variables and functions.