mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
3987db59c5
The change in commit 901386f646 (cmake-mode.el: Add navigation by
function and macro, 2020-12-11) introduced a regression. Emacs 26 could
not load cmake-mode.el anymore. Use `(not-char ")")`, not `(not ")")`.