From: morioka Date: Sun, 8 Nov 1998 19:53:31 +0000 (+0000) Subject: Move `eval-and-compile' to poe-18.el. X-Git-Tag: apel-9_10~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7545ab42e84043a9239038e3467af5aacd9d678c;p=elisp%2Fapel.git Move `eval-and-compile' to poe-18.el. --- diff --git a/poe.el b/poe.el index cc4876f..f31388d 100644 --- 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