mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
group-n is not defined in Emacs 23
This commit is contained in:
parent
0d37ab279d
commit
2344691f67
1 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@
|
|||
;;; Chunk (adapted from auto-complete-chunk.el)
|
||||
|
||||
(defvar ein:ac-chunk-regex
|
||||
(rx (group-n 1 (| (syntax whitespace)
|
||||
(rx (group (| (syntax whitespace)
|
||||
(syntax open-parenthesis)
|
||||
(syntax close-parenthesis)
|
||||
bol))
|
||||
|
|
Loading…
Add table
Reference in a new issue