]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert previous mode-line-modes change to unbreak bootstrap
authorStefan Kangas <stefan@marxist.se>
Sat, 18 Sep 2021 23:08:30 +0000 (01:08 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 18 Sep 2021 23:17:16 +0000 (01:17 +0200)
* lisp/bindings.el (mode-line-modes): Revert previous change to
unbreak bootstrap.

lisp/bindings.el

index 51566370656f13c9778b5578d278a7d9574cd1f0..5c1adef9b500600692de7a7eaaaf08bb65757a95 100644 (file)
@@ -382,8 +382,7 @@ Keymap to display on minor modes.")
 
 (defvar mode-line-modes
   (let ((recursive-edit-help-echo
-         (substitute-command-keys
-          "Recursive edit, type \\[exit-recursive-edit] to get out")))
+         "Recursive edit, type M-C-c to get out"))
     (list (propertize "%[" 'help-echo recursive-edit-help-echo)
          "("
          `(:propertize ("" mode-name)