mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
11 lines
301 B
Diff
11 lines
301 B
Diff
--- a/mic-paren.el
|
|
+++ b/mic-paren.el
|
|
@@ -332,6 +332,8 @@
|
|
(defvar mic-paren-version "3.15"
|
|
"Version of mic-paren.")
|
|
|
|
+(require 'cl-lib)
|
|
+
|
|
;;; ======================================================================
|
|
;; Compatibility stuff
|
|
;; BLOB to make custom stuff work even without customize
|