CVSROOT: /sources/auctex
Module name: auctex
Changes by: Tassilo Horn <tsdh> 13/01/14 20:04:50
Index: style/ulem.el
===================================================================
RCS file: /sources/auctex/auctex/style/ulem.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style/ulem.el 25 Dec 2012 18:52:03 -0000 1.1
+++ style/ulem.el 14 Jan 2013 20:04:50 -0000 1.2
@@ -61,14 +61,14 @@
("xout" "{")) 'textual))))
(defvar LaTeX-arg-fontdecl
- '(mapcar (concat (lambda (str) (concat "\\" str)))
+ (mapcar (lambda (str) (concat "\\" str))
'("itshape" "bfseries" "scshape"
"ttfamily" "upshape" "mdseries"
"rmfamily" "sffamily" "slshape"))
"List of font declaration commands in LaTeX")
(defvar LaTeX-arg-fontcmd
- '(mapcar (concat (lambda (str) (concat "\\" str)))
+ (mapcar (lambda (str) (concat "\\" str))
'("textit" "textbf" "textsc"
"texttt" "textup" "textmd"
"textrm" "textsf" "textsl"))
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs