0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 17:16:26 +00:00

fix compiler warning in org-exp.el

* lisp/org-exp.el (org-export-latex-listings-w-names): fix compiler
  warning in org-exp.el
This commit is contained in:
Eric Schulte 2010-07-22 11:36:17 -07:00
parent dd484300d3
commit 8bda0e276f

View file

@ -2146,6 +2146,7 @@ in the list) and remove property and value from the list in LISTVAR."
(defvar org-export-latex-verbatim-wrap) ;; defined in org-latex.el
(defvar org-export-latex-listings) ;; defined in org-latex.el
(defvar org-export-latex-listings-langs) ;; defined in org-latex.el
(defvar org-export-latex-listings-w-names) ;; defined in org-latex.el
(defun org-export-format-source-code-or-example
(backend lang code &optional opts indent caption)