branch: master
commit 299cf53d2435c50ed48e2245d93236117154c2ff
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* 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 <[email protected]>
;; Maintainer: [email protected]
@@ -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