auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/style/ulem.el,v


From: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to auctex/style/ulem.el,v
Date: Mon, 14 Jan 2013 20:04:51 +0000

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]