projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c58ab6
)
(combine-after-change-calls): fixed.
author
morioka
<morioka>
Fri, 6 Nov 1998 09:12:11 +0000
(09:12 +0000)
committer
morioka
<morioka>
Fri, 6 Nov 1998 09:12:11 +0000
(09:12 +0000)
poe.el
patch
|
blob
|
history
diff --git
a/poe.el
b/poe.el
index
47de664
..
cc4876f
100644
(file)
--- 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)