0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2018-11-03 20:59:42 +01:00
parent eb8041ef82
commit 7d30f5f44a

View file

@ -9263,9 +9263,8 @@ non-nil."
(if (< (current-column) gc)
(org-move-to-column gc t)
(insert " "))
(insert reference))
(setq link (format "(%s)" label))
(setq desc nil))
(insert reference)
(setq link (format "(%s)" label))))
(t (setq link nil)))))
;; We are in the agenda, link to referenced location