From: morioka Date: Fri, 6 Nov 1998 09:12:11 +0000 (+0000) Subject: (combine-after-change-calls): fixed. X-Git-Tag: apel-9_9~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f020c7bf1eba5d749d74b89221904a0d9db02aa0;p=elisp%2Fapel.git (combine-after-change-calls): fixed. --- diff --git a/poe.el b/poe.el index 47de664..cc4876f 100644 --- a/poe.el +++ b/poe.el @@ -368,7 +368,9 @@ See also `with-temp-file' and `with-output-to-string'." (and (buffer-name (, temp-buffer)) (kill-buffer (, temp-buffer)))))))) -(defmacro-maybe combine-after-change-calls (&rest body)) +(defmacro-maybe combine-after-change-calls (&rest body) + "Execute BODY." + (cons 'progn body)) ;; imported from Emacs 20.3. (cl function) (defun-maybe butlast (x &optional n)