Просмотр исходного кода

Merge topic 'emacs-mode-not-char'

3987db59c5 cmake-mode.el: Fix rx usage for Emacs 26

Acked-by: Kitware Robot <[email protected]>
Acked-by: Przemyslaw Kryger <[email protected]>
Acked-by: Jostein Kjønigsen <[email protected]>
Merge-request: !5657
Brad King 5 лет назад
Родитель
Сommit
eb14fff1ca
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Auxiliary/cmake-mode.el

+ 1 - 1
Auxiliary/cmake-mode.el

@@ -211,7 +211,7 @@ the indentation.  Otherwise it retains the same position on the line"
       "end"
       (or "function" "macro")
       (zero-or-more space)
-      "(" (zero-or-more (not ")")) ")"))
+      "(" (zero-or-more (not-char ")")) ")"))
 
 (defun cmake-beginning-of-defun ()
   "Move backward to the beginning of a CMake function or macro.