auctex-diffs
[Top][All Lists]
Advanced

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

master 299cf53d: * style/cancel.el (LaTeX-cancel-package-options): Fix o


From: Arash Esbati
Subject: master 299cf53d: * style/cancel.el (LaTeX-cancel-package-options): Fix options.
Date: Thu, 15 Feb 2024 03:14:10 -0500 (EST)

branch: master
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 765fe684..b558eb51 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]