mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
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:
parent
fd6d8faa62
commit
f660a5469c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue