1
Fork 0
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:
Tassilo Horn 2013-05-23 17:26:20 +02:00
parent 074dd971a3
commit 961721282b
2 changed files with 4 additions and 1 deletions

View file

@ -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)