The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11e54a
)
Removed caddr usage.
author
Tim Vaughan
<tgvaughan@gmail.com>
Thu, 13 Jun 2019 23:59:07 +0000
(
01:59
+0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Thu, 13 Jun 2019 23:59:07 +0000
(
01:59
+0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
94ba3be
..
bddb98f
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-375,7
+375,7
@@
and PORT."
(type-map-entry (alist-get type elpher-type-map)))
(if type-map-entry
(let* ((margin-code (cadr type-map-entry))
- (face (
caddr type-map-entry
))
+ (face (
elt type-map-entry 2
))
(node (elpher-make-node display-string elpher-current-node address)))
(elpher-insert-margin margin-code)
(insert-text-button display-string