aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/gdb-mi.el2
-rw-r--r--lisp/progmodes/scheme.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index ba586981de6..c1184211d06 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -1867,7 +1867,7 @@ static char *magick[] = {
1867 "\\|def\\(i\\(ne?\\)?\\)?\\|doc\\(u\\(m\\(e\\(nt?\\)?\\)?\\)?\\)?\\|" 1867 "\\|def\\(i\\(ne?\\)?\\)?\\|doc\\(u\\(m\\(e\\(nt?\\)?\\)?\\)?\\)?\\|"
1868 gdb-python-guile-commands-regexp 1868 gdb-python-guile-commands-regexp
1869 "\\|while-stepping\\|stepp\\(i\\(ng?\\)?\\)?\\|ws\\|actions" 1869 "\\|while-stepping\\|stepp\\(i\\(ng?\\)?\\)?\\|ws\\|actions"
1870 "\\|expl\\(o\\(r\\e?\\)?\\)?" 1870 "\\|expl\\(o\\(re?\\)?\\)?"
1871 "\\)\\([[:blank:]]+\\([^[:blank:]]*\\)\\)*$") 1871 "\\)\\([[:blank:]]+\\([^[:blank:]]*\\)\\)*$")
1872 "Regexp matching GDB commands that enter a recursive reading loop. 1872 "Regexp matching GDB commands that enter a recursive reading loop.
1873As long as GDB is in the recursive reading loop, it does not expect 1873As long as GDB is in the recursive reading loop, it does not expect
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el
index 751d7da5427..33ba0d11d80 100644
--- a/lisp/progmodes/scheme.el
+++ b/lisp/progmodes/scheme.el
@@ -116,7 +116,7 @@
116 116
117(defvar scheme-imenu-generic-expression 117(defvar scheme-imenu-generic-expression
118 '((nil 118 '((nil
119 "^(define\\(\\|-\\(generic\\(\\|-procedure\\)\\|method\\)\\)*\\s-+(?\\(\\sw+\\)" 4) 119 "^(define\\(?:-\\(?:generic\\(?:-procedure\\)?\\|method\\)\\)?\\s-+(?\\(\\sw+\\)" 1)
120 ("Types" 120 ("Types"
121 "^(define-class\\s-+(?\\(\\sw+\\)" 1) 121 "^(define-class\\s-+(?\\(\\sw+\\)" 1)
122 ("Macros" 122 ("Macros"