Emacs commands which have recently changed

The following commands have been renamed in recent versions of Emacs:

Old New
toggle-read-only read-only-mode
ucs-insert insert-char

The Emacs handling of the git version control system can be switched off like this in .emacs:

;; disable vc-git
(setq vc-handled-backends ())

Copyright © Ben Bullock 2009-2023. All rights reserved. For comments, questions, and corrections, please email Ben Bullock (benkasminbullock@gmail.com) or use the discussion group at Google Groups. / Privacy / Disclaimer