auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 299cf53d24 05/10: * style/cancel.el (LaTeX-cance


From: Tassilo Horn
Subject: [elpa] externals/auctex 299cf53d24 05/10: * style/cancel.el (LaTeX-cancel-package-options): Fix options.
Date: Tue, 20 Feb 2024 01:10:15 -0500 (EST)

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

    * style/cancel.el (LaTeX-cancel-package-options): Fix options.
---
 style/cancel.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style/cancel.el b/style/cancel.el
index 765fe6840f..b558eb51a6 100644
--- a/style/cancel.el
+++ b/style/cancel.el
@@ -1,6 +1,6 @@
 ;;; cancel.el --- AUCTeX style for `cancel.sty'  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021--2024 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <arash@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -57,7 +57,7 @@
  TeX-dialect)
 
 (defvar LaTeX-cancel-package-options
-  '("thicklines" "samesize" "smaller" "Smaller")
+  '("thicklines" "samesize" "smaller" "Smaller" "makeroom" "overlap")
   "Package options for the cancel package.")
 
 ;;; cancel.el ends here




reply via email to

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