FUEL: Fix the previous fix.

db4
Jose A. Ortega Ruiz 2009-01-30 22:32:20 +01:00
parent 16c1f210a6
commit 23d4699d5c
1 changed files with 1 additions and 1 deletions

View File

@ -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) (car (cddr e)) 'vocab)) (fuel-markup--insert-button (cadr e) (or (car (cddr e)) (cadr e)) 'vocab))
(defun fuel-markup--vocab-links (e) (defun fuel-markup--vocab-links (e)
(dolist (link (cdr e)) (dolist (link (cdr e))