; Fix last change in 'textsec-bidi-controls-suspicious-p'.
This commit is contained in:
parent
682b6df6bf
commit
a604e877cd
1 changed files with 3 additions and 1 deletions
|
@ -301,7 +301,9 @@ affected by bidi controls in STRING."
|
|||
;; state at end of STRING which could then affect the following
|
||||
;; text.
|
||||
(insert string "a1א:!")
|
||||
(bidi-find-overridden-directionality 1 (point-max) nil)))
|
||||
(let ((pos (bidi-find-overridden-directionality 1 (point-max) nil)))
|
||||
(and (fixnump pos)
|
||||
(1- pos)))))
|
||||
|
||||
(defun textsec-name-suspicious-p (name)
|
||||
"Say whether NAME looks suspicious.
|
||||
|
|
Loading…
Add table
Reference in a new issue