0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Silence byte-compiler

* lisp/org.el (org--format-latex-make-overlay): Silence byte-compiler.
This commit is contained in:
Nicolas Goaziou 2016-02-05 18:39:06 +01:00
parent 6418173b97
commit 53b34e6d8c

View file

@ -19087,8 +19087,8 @@ Register new overlay in `org-latex-fragment-image-overlays'."
(overlay-put ov 'evaporate t)
(overlay-put ov
'modification-hooks
(list (lambda (o flag beg end &optional l)
(unless flag
(list (lambda (o after _beg _end &optional _l)
(unless after
(org-remove-latex-fragment-image-overlays
(overlay-start o) (overlay-end o))))))
(if (featurep 'xemacs)