Move `eval-and-compile' to poe-18.el.
authormorioka <morioka>
Sun, 8 Nov 1998 19:53:31 +0000 (19:53 +0000)
committermorioka <morioka>
Sun, 8 Nov 1998 19:53:31 +0000 (19:53 +0000)
poe.el

diff --git a/poe.el b/poe.el
index cc4876f..f31388d 100644 (file)
--- a/poe.el
+++ b/poe.el
        ))
 
 
-;;; @ 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