From d9d836b5c4c1f435c9a972b8c7b89d819c236f36 Mon Sep 17 00:00:00 2001 From: Anders Lindgren Date: Fri, 10 Jan 2014 11:30:43 +0200 Subject: [PATCH] Add right-char and left-char to Follow Mode cached commands. lisp/follow.el (follow-cache-command-list): Include right-char and left-char. --- lisp/ChangeLog | 5 +++++ lisp/follow.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aae582bfff..46049b072e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-01-10 Anders Lindgren + + * follow.el (follow-cache-command-list): Include right-char and + left-char. + 2014-01-10 Paul Eggert Spelling fixes. diff --git a/lisp/follow.el b/lisp/follow.el index c40f4ae1df..19ff6f8f0a 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 -- 2.20.1