Skip to content

cmake-mode.el: Add navigation by function and macro

Jörg Bornemann requested to merge jobor/cmake:extend-cmake-mode into master

Add the functions cmake-beginning-of-defun and cmake-end-of-defun that jump to the beginning/end of the nearest function or macro.

Add the function cmake-mark-defun that marks the current function.

Bind those functions to the usual keys in cmake-mode-map.

Topic-rename: emacs-extend-cmake-mode

Edited by Brad King

Merge request reports