mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 11:50:38 -08:00
* lisp/textmodes/reftex.el (reftex-ref-style-toggle): Fix deactivate
action.
This commit is contained in:
parent
074dd971a3
commit
961721282b
2 changed files with 4 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ will deactivate it."
|
|||
(when (member style list)
|
||||
(setq reftex-tables-dirty t
|
||||
changed t)
|
||||
(delete style list)))
|
||||
(setq list (delete style list))))
|
||||
(t
|
||||
(if (member style list)
|
||||
(delete style list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue