diff options
| author | Eli Zaretskii | 2012-03-31 10:45:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-03-31 10:45:33 +0300 |
| commit | 8427ddd200656d210b73881607adddc5f87078b0 (patch) | |
| tree | 5c54504ae9008023fe76882589b5e29378a0bd6d /lisp | |
| parent | 650b6d0b9e4b001ee750c3feb3ce8b98798a51f7 (diff) | |
| download | emacs-8427ddd200656d210b73881607adddc5f87078b0.tar.gz emacs-8427ddd200656d210b73881607adddc5f87078b0.zip | |
Fix cursor positioning in rows completely covered by display strings.
src/xdisp.c (set_cursor_from_row): If `cursor' property on a display
string comes from a `display' text property, use the buffer
position of that property as if we actually saw that position in
the row's glyphs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index e333fe7cd50..864ac2b9d4d 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3736,7 +3736,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." | |||
| 3736 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command | 3736 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command |
| 3737 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown | 3737 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown |
| 3738 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff | 3738 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff |
| 3739 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "aefbe886cce7b5436fd41a7c55c86f84") | 3739 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "a07cca6379bd3fdc9eaeba4d341b89ee") |
| 3740 | ;;; Generated autoloads from dired-aux.el | 3740 | ;;; Generated autoloads from dired-aux.el |
| 3741 | 3741 | ||
| 3742 | (autoload 'dired-diff "dired-aux" "\ | 3742 | (autoload 'dired-diff "dired-aux" "\ |