emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115957: Add right-char and left-char to Follow Mode


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115957: Add right-char and left-char to Follow Mode cached commands.
Date: Fri, 10 Jan 2014 09:31:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115957
revision-id: address@hidden
parent: address@hidden
author: Anders Lindgren <address@hidden>
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2014-01-10 11:30:43 +0200
message:
  Add right-char and left-char to Follow Mode cached commands.
  
   lisp/follow.el (follow-cache-command-list): Include right-char and
   left-char.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/follow.el                 follow.el-20091113204419-o5vbwnq5f7feedwu-966
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-10 07:10:37 +0000
+++ b/lisp/ChangeLog    2014-01-10 09:30:43 +0000
@@ -1,3 +1,8 @@
+2014-01-10  Anders Lindgren  <address@hidden>
+
+       * follow.el (follow-cache-command-list): Include right-char and
+       left-char.
+
 2014-01-10  Paul Eggert  <address@hidden>
 
        Spelling fixes.

=== modified file 'lisp/follow.el'
--- a/lisp/follow.el    2014-01-01 07:43:34 +0000
+++ b/lisp/follow.el    2014-01-10 09:30:43 +0000
@@ -311,7 +311,7 @@
         (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]