Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
commit
fd751882a2
|
@ -323,7 +323,7 @@
|
||||||
(sort-lines nil start (point))))))
|
(sort-lines nil start (point))))))
|
||||||
|
|
||||||
(defun fuel-markup--vocab-link (e)
|
(defun fuel-markup--vocab-link (e)
|
||||||
(fuel-markup--insert-button (cadr e) (cadr e) 'vocab))
|
(fuel-markup--insert-button (cadr e) (car (cddr e)) 'vocab))
|
||||||
|
|
||||||
(defun fuel-markup--vocab-links (e)
|
(defun fuel-markup--vocab-links (e)
|
||||||
(dolist (link (cdr e))
|
(dolist (link (cdr e))
|
||||||
|
|
Loading…
Reference in New Issue