[logaling-commit] logaling/logalimacs [master] str -> string

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jun 5 17:15:42 JST 2012


yuta yamada	2012-06-05 17:15:42 +0900 (Tue, 05 Jun 2012)

  New Revision: 577e18351c79ff690b485b51312fe24ce41f2136

  Log:
    str -> string

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-06-05 17:12:56 +0900 (4218175)
+++ logalimacs.el    2012-06-05 17:15:42 +0900 (55efe93)
@@ -386,8 +386,8 @@
           (loga-reject-hiragana match-word)
         match-word))))
 
-(defun loga-reject-hiragana (str)
-  (replace-regexp-in-string "[ぁ-ん]" "" str))
+(defun loga-reject-hiragana (string)
+  (replace-regexp-in-string "[ぁ-ん]" "" string))
 
 (defun loga-make-buffer(content)
   "create buffer for logalimacs"




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