emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex eb117f2 01/11: Remove support for \swshape


From: Tassilo Horn
Subject: [elpa] externals/auctex eb117f2 01/11: Remove support for \swshape
Date: Fri, 8 Jan 2021 14:24:29 -0500 (EST)

branch: externals/auctex
commit eb117f2d9ae4c3d46a3a8e9f5aeefb0708e29f16
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Remove support for \swshape
    
    * style/baskervaldx.el ("baskervaldx"): Delete additions for
    \swshape macro which is now part of LaTeX kernel and supported via
    latex.el and font-latex.el.
---
 style/baskervaldx.el | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/style/baskervaldx.el b/style/baskervaldx.el
index dce6c5f..a4cba48 100644
--- a/style/baskervaldx.el
+++ b/style/baskervaldx.el
@@ -1,6 +1,6 @@
 ;;; baskervaldx.el --- AUCTeX style for `baskervaldx.sty' (v1.07)  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2014, 2015, 2018, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2014--2021 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <arash@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -61,8 +61,7 @@
     '("texttlf"    t)   ; tabular lining figures
     '("textosf"    t)   ; proportional oldstyle figures
     '("texttosf"   t)   ; tabular oldstyle figures
-    '("textsu"     t)   ; superior figures
-    '("swshape"   -1))  ; italic shape with ligatures activated
+    '("textsu"     t))   ; superior figures
 
    ;; Fontification
    (when (and (featurep 'font-latex)
@@ -78,9 +77,7 @@
                                 ("osfstyle"  "")
                                 ("tosfstyle" "")
                                 ("sufigures" ""))
-                              'type-declaration)
-     (font-latex-add-keywords '(("swshape"   ""))
-                              'bold-declaration)))
+                              'type-declaration)))
  TeX-dialect)
 
 (defvar LaTeX-baskervaldx-package-options



reply via email to

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