From f020c7bf1eba5d749d74b89221904a0d9db02aa0 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 6 Nov 1998 09:12:11 +0000 Subject: [PATCH] (combine-after-change-calls): fixed. --- poe.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 1.7.10.4