Fix last change in align.el

* lisp/align.el (align-region): Additional fix of last change.
(Bug#80316)

Copyright-paperwork-exempt: yes
This commit is contained in:
Troy Brown 2026-02-04 23:07:01 -05:00 committed by Eli Zaretskii
parent fd6d8faa62
commit f660a5469c

View file

@ -1475,7 +1475,7 @@ aligner would have dealt with are."
(align--set-marker rule-beg (match-beginning first) t) (align--set-marker rule-beg (match-beginning first) t)
(setq save-match-data (match-data)) (setq save-match-data (match-data))
(or rule-beg (or (marker-position rule-beg)
(error "No match for subexpression %s" first)) (error "No match for subexpression %s" first))
;; unless the `valid' attribute is set, and tells ;; unless the `valid' attribute is set, and tells