branch: elpa/smartparens
commit f0c863268d296e38d4b5374f4c165cf9a823cd8c
Merge: e2df6f2858 1dfe191127
Author: Matus Goljer <matus.gol...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #1137 from sangwoo-joh/patch-2
---
 smartparens-ml.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smartparens-ml.el b/smartparens-ml.el
index 1559f914b3..a03c10624f 100644
--- a/smartparens-ml.el
+++ b/smartparens-ml.el
@@ -63,7 +63,7 @@
   (sp-local-pair "{|" "|}" )      ;; multi-line string
   (sp-local-pair "[|" "|]" )      ;; array
   (sp-local-pair "sig" "end" )    ;; signature
-  (sp-local-pair "module" "end" ) ;; module
+  (sp-local-pair "struct" "end" ) ;; module
   (sp-local-pair "(*" "*)" ))     ;; comment
 
 ;; Ignore punctuation, so we can split ~(foo) to ~foo.

Reply via email to