[logaling-commit] logaling/logalimacs at 241dace [master] loga-delete-popup: ignore waring

Zurück zum Archiv-Index

Yuta Yamada null+****@clear*****
Tue Oct 15 10:27:19 JST 2013


Yuta Yamada	2013-10-15 10:27:19 +0900 (Tue, 15 Oct 2013)

  New Revision: 241dace6847d674ff9bb364529271310b45a4dc8
  https://github.com/logaling/logalimacs/commit/241dace6847d674ff9bb364529271310b45a4dc8

  Message:
    loga-delete-popup: ignore waring

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+3 -2)
===================================================================
--- logalimacs.el    2013-10-15 10:14:55 +0900 (d69a13c)
+++ logalimacs.el    2013-10-15 10:27:19 +0900 (7f2fa08)
@@ -727,8 +727,9 @@ Otherwise passed character inside region."
 (defun loga-delete-popup ()
   (let ((delete-popup
          (lambda ()
-           (popup-live-p menu)
-           (popup-delete menu))))
+           (with-no-warnings
+             (popup-live-p menu)
+             (popup-delete menu)))))
     (condition-case error
         (funcall delete-popup)
       (error error))))
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Zurück zum Archiv-Index