Doug Coleman 2009-01-30 15:34:48 -06:00
commit 2b3790324a
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
(sort-lines nil start (point))))))
(defun fuel-markup--vocab-link (e)
(fuel-markup--insert-button (cadr e) (car (cddr e)) 'vocab))
(fuel-markup--insert-button (cadr e) (or (car (cddr e)) (cadr e)) 'vocab))
(defun fuel-markup--vocab-links (e)
(dolist (link (cdr e))