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:
e745ece
)
Move `eval-and-compile' to poe-18.el.
author
morioka
<morioka>
Sun, 8 Nov 1998 19:53:31 +0000
(19:53 +0000)
committer
morioka
<morioka>
Sun, 8 Nov 1998 19:53:31 +0000
(19:53 +0000)
poe.el
patch
|
blob
|
history
diff --git
a/poe.el
b/poe.el
index
cc4876f
..
f31388d
100644
(file)
--- a/
poe.el
+++ b/
poe.el
@@
-151,14
+151,9
@@
))
-;;; @ Emacs 19 emulation
+;;; @ Emacs 19.23 emulation
;;;
-(defmacro-maybe eval-and-compile (&rest body)
- "Like `progn', but evaluates the body at compile time and at load time."
- ;; Remember, it's magic.
- (cons 'progn body))
-
(defun-maybe minibuffer-prompt-width ()
"Return the display width of the minibuffer prompt."
(save-excursion