From 7545ab42e84043a9239038e3467af5aacd9d678c Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 8 Nov 1998 19:53:31 +0000 Subject: [PATCH] Move `eval-and-compile' to poe-18.el. --- poe.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 1.7.10.4