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:
16225a5
)
Move macro `defsubst' to poe.el.
author
morioka
<morioka>
Fri, 13 Nov 1998 12:42:04 +0000
(12:42 +0000)
committer
morioka
<morioka>
Fri, 13 Nov 1998 12:42:04 +0000
(12:42 +0000)
poe-18.el
patch
|
blob
|
history
diff --git
a/poe-18.el
b/poe-18.el
index
f816d57
..
3265110
100644
(file)
--- a/
poe-18.el
+++ b/
poe-18.el
@@
-93,11
+93,6
@@
Associates the function with the current load file, if any.
;;; @ Compilation Features
;;;
-(defmacro-maybe defsubst (name arglist &rest body)
- "Define an inline function. The syntax is just like that of `defun'."
- (cons 'defun (cons name (cons arglist body)))
- )
-
(defmacro-maybe eval-and-compile (&rest body)
"Like `progn', but evaluates the body at compile time and at load time."
;; Remember, it's magic.