]> git.eshelyaron.com Git - emacs.git/commitdiff
(kinsoku-longer): Check eolp, not eobp.
authorKenichi Handa <handa@m17n.org>
Tue, 6 Dec 2005 06:24:41 +0000 (06:24 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 Dec 2005 06:24:41 +0000 (06:24 +0000)
lisp/ChangeLog
lisp/international/kinsoku.el

index f96b90bc68e7477ada3c0a67fa1799bb034ac1c2..501bd15e7ecf0dd0841a12286700e37a6f2a8314 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-06  Kenichi Handa  <handa@m17n.org>
+
+       * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
+
 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-var-create-handler)
index e660d928946f93250dc3125f7b7e98d798def4bc..9d2a03fd6f007673403c6882d3f67e7cfe1b9146 100644 (file)
@@ -109,7 +109,7 @@ The value 0 means there's no limitation.")
 \e$A!.!0#"#(!2!4!6!8!:!<!>!c!d!e#@!f!l\e(B"
         ;; Chinese GB2312
         "\e$A(E(F(G(H(I(J(K(L(M(N(O(P(Q(R(S(T(U(V(W(X(Y(h\e(B\
-\e$(0!>!@!B!D!F!H!J!L!N!P!R!T!V!X!Z!\!^!`!b\e(B"
+\\e$(0!>!@!B!D!F!H!J!L!N!P!R!T!V!X!Z!\!^!`!b\e(B"
         ;; Chinese BIG5
         "\e$(0!d!f!h!j!k!q!p"i"j"k"n"x$u$v$w$x$y$z${\e(B\
 \e$(0$|$}$~%!%"%#%$%%%&%'%(%)%*%+%:\e(B"))
@@ -126,7 +126,7 @@ The value 0 means there's no limitation.")
   (let ((pos-and-column
         (save-excursion
           (forward-char 1)
-          (while (and (not (eobp))
+          (while (and (not (eolp))
                       (or (aref (char-category-set (following-char)) ?>)
                           ;; protect non-kinsoku words
                           (not (or (eq (preceding-char) ? )