branch: elpa/popup
commit 2d3226ac5a5a1f7b881c4749fa6be54a1f71e0c7
Author: jenchieh <jcs090...@gmail.com>
Commit: jenchieh <jcs090...@gmail.com>

    Comment indentation.
---
 popup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popup.el b/popup.el
index 9cffdab..28ac30c 100644
--- a/popup.el
+++ b/popup.el
@@ -879,7 +879,7 @@ Pages up through POPUP."
 
 (defvar popup-isearch-keymap
   (let ((map (make-sparse-keymap)))
-    ;(define-key map "\r"        'popup-isearch-done)
+    ;;(define-key map "\r"        'popup-isearch-done)
     (define-key map "\C-g"      'popup-isearch-cancel)
     (define-key map "\C-b"      'popup-isearch-close)
     (define-key map [left]      'popup-isearch-close)

Reply via email to