branch: main
commit 5f4fae490de0681b6e5e668729b9d1f30d5cce14
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * style/fancyvrb.el (LaTeX-fancyvrb-key-val-options): Fix last change.
---
style/fancyvrb.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style/fancyvrb.el b/style/fancyvrb.el
index 11043b43..77c7d1a4 100644
--- a/style/fancyvrb.el
+++ b/style/fancyvrb.el
@@ -138,8 +138,8 @@ takes its key=vals into account."
"spacecolor"
"tabcolor"))
(colors (mapcar #'car (funcall colorcmd)))
- (lengths (mapcar (lambda (x) (concat TeX-esc x))
- (mapcar #'car (LaTeX-length-list))))
+ (lengths (mapcar (lambda (x) (concat TeX-esc (car x)))
+ (LaTeX-length-list)))
(keys1 '("backgroundcolorboxoverlap"
"backgroundcolorpadding"
"bgcolorboxoverlap"