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:
8c44b2c
)
(inline): Use `defalias' instead of `defalias-maybe'.
author
morioka
<morioka>
Tue, 24 Aug 1999 04:49:17 +0000
(
04:49
+0000)
committer
morioka
<morioka>
Tue, 24 Aug 1999 04:49:17 +0000
(
04:49
+0000)
poe-18.el
patch
|
blob
|
history
diff --git
a/poe-18.el
b/poe-18.el
index
9b021bf
..
4a91e94
100644
(file)
--- a/
poe-18.el
+++ b/
poe-18.el
@@
-142,7
+142,7
@@
Associates the function with the current load file, if any."
;;; macros; they are "nuked" by rms in FSF version.)
(put 'inline 'lisp-indent-hook 0)
-(defalias-maybe 'inline 'progn)
+(defalias 'inline 'progn)
(put 'defsubst 'lisp-indent-hook 'defun)
(put 'defsubst 'edebug-form-spec 'defun)