[logaling-commit] logaling/logalimacs [master] fix problem to can't search where corsor

Back to archive index

null+****@clear***** null+****@clear*****
Thu Jan 26 17:53:25 JST 2012


yuta yamada	2012-01-26 17:53:25 +0900 (Thu, 26 Jan 2012)

  New Revision: 5c26373ca0f26be430bd7ec533ffe8a5fad268f3

  Log:
    fix problem to can't search where corsor

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-01-26 11:20:21 +0900 (bc191c2)
+++ logalimacs.el    2012-01-26 17:53:25 +0900 (21d96f1)
@@ -168,7 +168,7 @@
     (save-excursion
       (backward-char)
       (cond
-       ((looking-at "[^a-zぁ-ん上-黑]");; @todo refactor 
+       ((not (looking-at "\\w"))
         (forward-char)
         (looking-at "\\w+") t)
        (t




More information about the logaling-commit mailing list
Back to archive index