group-n is not defined in Emacs 23

This commit is contained in:
Takafumi Arakaki 2012-09-12 16:44:51 +02:00
parent 0d37ab279d
commit 2344691f67

View file

@ -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))