Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
commit
173b892363
|
@ -281,7 +281,7 @@
|
||||||
("\\_<\\(}\\)\\_>" (1 "){"))
|
("\\_<\\(}\\)\\_>" (1 "){"))
|
||||||
;; Parenthesis:
|
;; Parenthesis:
|
||||||
("\\_<\\((\\)\\_>" (1 "()"))
|
("\\_<\\((\\)\\_>" (1 "()"))
|
||||||
("\\_<call\\((\\)\\_>" (1 "()"))
|
("\\_<\\w*\\((\\)\\_>" (1 "()"))
|
||||||
("\\_<\\()\\)\\_>" (1 ")("))
|
("\\_<\\()\\)\\_>" (1 ")("))
|
||||||
("\\_<(\\((\\)\\_>" (1 "()"))
|
("\\_<(\\((\\)\\_>" (1 "()"))
|
||||||
("\\_<\\()\\))\\_>" (1 ")("))
|
("\\_<\\()\\))\\_>" (1 ")("))
|
||||||
|
|
Loading…
Reference in New Issue