[logaling-commit] logaling/logalimacs [master] Justify to line

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jul 16 01:10:48 JST 2012


Yuta Yamada	2012-07-16 01:10:48 +0900 (Mon, 16 Jul 2012)

  New Revision: 220ab8ec755ed307d8b550d4221aa9b92425a675
  https://github.com/logaling/logalimacs/commit/220ab8ec755ed307d8b550d4221aa9b92425a675

  Log:
    Justify to line

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -3)
===================================================================
--- logalimacs.el    2012-07-16 00:51:40 +0900 (a319082)
+++ logalimacs.el    2012-07-16 01:10:48 +0900 (1d31d2f)
@@ -683,9 +683,8 @@ Otherwise passed character inside region."
 (defun loga-one-word-p (search-word)
   (let ((english-only-p (not (string-match "[^a-zA-Z]" search-word)))
         (spaceless-p    (not (string-match " "      search-word))))
-    (and
-     english-only-p
-     spaceless-p)))
+    (and english-only-p
+         spaceless-p)))
 
 ;; TODO: pull request stem.el to MELPA
 (defun loga-strip-from-stem (endpoint source-word)
-------------- next part --------------
An HTML attachment was scrubbed...
下载 



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