Fix listing line numbering in LaTeX export

This commit is contained in:
Gerard Vermeulen 2023-07-05 05:41:32 +02:00
parent 4a3412e2b9
commit 1356d65fcf
1 changed files with 1 additions and 1 deletions

View File

@ -4970,7 +4970,7 @@ post.
#+caption[Define a =Common Lisp= function to find standard symbol names]:
#+caption: Define a =Common Lisp= function to find standard symbol names.
#+name: lst:standard-symbol-names
#+begin_src lisp :eval never-export :results silent :tangle no
#+begin_src lisp -n :eval never-export :results silent :tangle no
(defun standard-symbol-names (predicate)
(let ((symbols nil))
(do-external-symbols (symbol :common-lisp)