mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-27 07:30:59 -08:00
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
This commit is contained in:
commit
5f9b587e80
1 changed files with 3 additions and 1 deletions
|
|
@ -346,7 +346,9 @@ backward."
|
|||
(value nil))
|
||||
(while (progn
|
||||
(goto-char (funcall next (point) property))
|
||||
(not (or (setq value (get-text-property (point) property))
|
||||
(not (or (and
|
||||
(memq (get-char-property (point) 'invisible) '(ellipsis nil))
|
||||
(setq value (get-text-property (point) property)))
|
||||
(eobp)
|
||||
(bobp)))))
|
||||
(cond (value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue