diff options
author | Anders Lindgren <andlind@gmail.com> | 2014-01-10 11:30:43 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-01-10 11:30:43 +0200 |
commit | d9d836b5c4c1f435c9a972b8c7b89d819c236f36 (patch) | |
tree | aea32c562627685ddd821651b8104d150ed2dd29 /lisp/follow.el | |
parent | 94ffb4b20eab1e4584e2aa72d2d2ffb1555de70c (diff) | |
download | emacs-d9d836b5c4c1f435c9a972b8c7b89d819c236f36.tar.gz |
Add right-char and left-char to Follow Mode cached commands.
lisp/follow.el (follow-cache-command-list): Include right-char and
left-char.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index c40f4ae1df6..19ff6f8f0aa 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -311,7 +311,7 @@ are \" Fw\", or simply \"\"." (set-default symbol value))) (defvar follow-cache-command-list - '(next-line previous-line forward-char backward-char) + '(next-line previous-line forward-char backward-char right-char left-char) "List of commands that don't require recalculation. In order to be able to use the cache, a command should not change the |