[logaling-commit] logaling/logalimacs [master] Fix missing round parentheses

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 25 20:19:53 JST 2012


yuta yamada	2012-06-25 20:19:53 +0900 (Mon, 25 Jun 2012)

  New Revision: e4b162176bb47354d8e6c8c976a9ddd49bcde4bc
  https://github.com/logaling/logalimacs/commit/e4b162176bb47354d8e6c8c976a9ddd49bcde4bc

  Log:
    Fix missing round parentheses

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-25 20:04:06 +0900 (7c7c3e6)
+++ logalimacs.el    2012-06-25 20:19:53 +0900 (baa5865)
@@ -540,7 +540,7 @@
       (if (require 'rvm nil t)
           (message "Note: require 'gem install logaling-command'")
         (message "Note: if use rvm, require rvm.el and sets the config to your dot emacs.")))
-     (t message "Note: require 'sudo gem install logaling-command'"))))
+     (t (message "Note: require 'sudo gem install logaling-command'")))))
 
 (defun loga-version-number ()
   (let* ((version-string (loga-to-shell "\\loga version")))
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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