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:
621d7ee
)
(caar): New function.
author
morioka
<morioka>
Thu, 22 Apr 1999 03:17:24 +0000
(
03:17
+0000)
committer
morioka
<morioka>
Thu, 22 Apr 1999 03:17:24 +0000
(
03:17
+0000)
poe.el
patch
|
blob
|
history
diff --git
a/poe.el
b/poe.el
index
66464c9
..
265bfda
100644
(file)
--- a/
poe.el
+++ b/
poe.el
@@
-415,6
+415,11
@@
Value is nil if OBJECT is not a buffer or if it has been killed.
(cons 'if (cons cond (cons nil body))))
;; imported from Emacs 20.3.
+(defsubst-maybe caar (x)
+ "Return the car of the car of X."
+ (car (car x)))
+
+;; imported from Emacs 20.3.
(defun-maybe last (x &optional n)
"Return the last link of the list X. Its car is the last element.
If X is nil, return nil.