# HG changeset patch # User Deepak Goel # Date 1236976407 0 # Node ID d1b49e289bbf6022c4ce4034269d05e5b9153707 # Parent 6837adfb2772fcc2a8c5a8d82577173f8b5513a5 m-v corrections. diff -r 6837adfb2772 -r d1b49e289bbf lisp/progmodes/flymake.el --- a/lisp/progmodes/flymake.el Fri Mar 13 20:28:15 2009 +0000 +++ b/lisp/progmodes/flymake.el Fri Mar 13 20:33:27 2009 +0000 @@ -79,7 +79,7 @@ 'float-time (if (featurep 'xemacs) (lambda () - (multiple-value-bind (s0 s1 s2) (current-time) + (multiple-value-bind (s0 s1 s2) (values-list (current-time)) (+ (* (float (ash 1 16)) s0) (float s1) (* 0.0000001 s2))))))) (defalias 'flymake-replace-regexp-in-string