branch: externals/auctex commit 299cf53d2435c50ed48e2245d93236117154c2ff Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@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 <ar...@gnu.org> ;; Maintainer: auctex-de...@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