summaryrefslogtreecommitdiff
path: root/app-emacs/mic-paren/files/mic-paren-3.15-quoting.patch
blob: 98b14dfea26ed6f807cc37590053c0c1374ebb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/mic-paren.el
+++ b/mic-paren.el
@@ -619,7 +619,7 @@
 Do NOT set this variable directly but use
 `paren-toggle-matching-quoted-paren' to activate/deactivate/toggle this
 feature!  The best method is to do this in a mode hook, e.g.:
-\(add-hook \'LaTeX-mode-hook
+\(add-hook \\='LaTeX-mode-hook
           \(function \(lambda \(\)
                       \(paren-toggle-matching-quoted-paren 1\)\)\)\)")
 
@@ -633,7 +633,7 @@
 Do NOT set this variable directly but use
 `paren-toggle-matching-paired-delimiter' to activate/deactivate/toggle
 this feature!  The best method is to do this in a mode hook, e.g.:
-\(add-hook \'LaTeX-mode-hook
+\(add-hook \\='LaTeX-mode-hook
           \(function \(lambda \(\)
                       \(paren-toggle-matching-paired-delimiter 1\)\)\)\)")
 
@@ -666,7 +666,7 @@
 Do NOT set this variable directly but use `paren-toggle-open-paren-context'
 to change the value of this option!  The best method is to do this in a
 mode hook, e.g.:
-\(add-hook \'c-common-mode-hook
+\(add-hook \\='c-common-mode-hook
            \(function \(lambda \(\)
                          \(paren-toggle-open-paren-context 1\)\)\)\)")