[logaling-commit] logaling/logalimacs [master] Delete unnecessary loga-buffer-or-popup-command functions

Back to archive index

null+****@clear***** null+****@clear*****
Wed Jun 27 17:28:39 JST 2012


yuta yamada	2012-06-27 17:28:39 +0900 (Wed, 27 Jun 2012)

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

  Log:
    Delete unnecessary loga-buffer-or-popup-command functions

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -4)
===================================================================
--- logalimacs.el    2012-06-27 11:11:24 +0900 (2c01bc6)
+++ logalimacs.el    2012-06-27 17:28:39 +0900 (627a25a)
@@ -406,14 +406,12 @@
 (defun loga-lookup-in-popup ()
   "Display the output of loga-lookup at tooltip, note require popup.el"
   (interactive)
-  (loga-lookup :popup)
-  (loga-buffer-or-popup-command))
+  (loga-lookup :popup))
 
 ;;;###autoload
 (defun loga-lookup-in-buffer ()
   (interactive)
-  (loga-lookup :buffer)
-  (loga-buffer-or-popup-command))
+  (loga-lookup :buffer))
 
 (defun loga-return-word-on-cursor ()
   "return word where point on cursor"
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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