The documentation in the release of GNU Emacs 29.0.50 states that global-set-key
is a legacy function; instructing people that the recommended function to use is keymap-global-set
.
What would be the replacement to
(global-set-key (kbd "C-;") (kbd "C-x C-;"))