branch: elpa/multiple-cursors
commit cec48cc78f10a57d571696fa2b2bf31c5723e17c
Merge: dc1bfbf 7d84398
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>

    Merge pull request #188 from iqbalansari/master
    
    Add missing require to mc-hide-unmatched-lines-mode
---
 mc-hide-unmatched-lines-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mc-hide-unmatched-lines-mode.el b/mc-hide-unmatched-lines-mode.el
index 684080e..5221ef8 100644
--- a/mc-hide-unmatched-lines-mode.el
+++ b/mc-hide-unmatched-lines-mode.el
@@ -30,6 +30,7 @@
 ;;; Code:
 
 (require 'multiple-cursors-core)
+(require 'mc-mark-more)
 
 (defvar hum/hide-unmatched-lines-mode-map (make-sparse-keymap)
   "Keymap for hide unmatched lines is mainly for rebinding C-g")

Reply via email to