diff options
| author | Eli Zaretskii | 2023-06-03 05:50:58 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2023-06-03 05:50:58 -0400 |
| commit | 970f94a2dd8bc4be4d71f1075421093ca6f87d28 (patch) | |
| tree | 56ad75121692fa68fd1ec158a6b975dd2e902cbd /lisp/textmodes | |
| parent | 68b87288aa54c2ec701fdf4333fc92e32313c83b (diff) | |
| parent | ede3535051a8f3b209b830adcaba9cb1ddf58685 (diff) | |
| download | emacs-970f94a2dd8bc4be4d71f1075421093ca6f87d28.tar.gz emacs-970f94a2dd8bc4be4d71f1075421093ca6f87d28.zip | |
Merge from origin/emacs-29
ede3535051a ; Fix last change
8ec786349e1 Fix apostrophe handling in rust-ts-mode and go-ts-mode (B...
0eba9cf6511 * test/infra/Dockerfile.emba (emacs-base): Install also g...
4897c98b6c4 Fix 'python-util-clone-local-variables'
6b2c8dc9050 Revert "Enhance Python font-lock to support multilines"
348e4504c6d Fix typo in calc.texi
03663b8798a Update to Transient v0.4.1
dc7acb1aafe Avoid errors in 'delete-forward-char' deleting static com...
2f94f6de9d6 Make VS-15 and VS-16 compositions work correctly
753f8aa1f14 Fix project-name for vc-aware backend in non-file buffers
17c7915ab94 ; Fix 'package-install-upgrade-built-in' check for packag...
e252ce26eab Add type_predicate 'is' as keyword in typescript-ts-mode ...
0a354d65784 Fix infloop in info-look.el
83b22139e4c Fix several todo-mode.el item editing bugs (bug#63811)
ed4cd3eddf7 dockerfile-ts-mode: Prevent empty categories in imenu (Bu...
2e20e318da2 Brush up doc strings and terminology in plstore.el
372bc1278c2 Add internal documentation on plstore.el
23a14e7b902 Add compact_constructor_declaration font-locking to java-...
500abc4dc37 * lisp/tmm.el (tmm-completion-delete-prompt): Add more ch...
afc1f329356 Allow to disable the DWIMish behavior of 'x' in package menu
08104c01504 Allow dired to invoke secondary browser
a3063f0bc87 Add a binding for enriched-toggle-markup
d8ba28fa394 Fix order of tmm-menubar when 'tmm-mid-prompt' is nil
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/enriched.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index ec3046decd4..92be5a52bf2 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el | |||
| @@ -192,6 +192,7 @@ The value is a list of \(VAR VALUE VAR VALUE...).") | |||
| 192 | (define-key map "\C-c[" #'set-left-margin) | 192 | (define-key map "\C-c[" #'set-left-margin) |
| 193 | (define-key map "\C-c]" #'set-right-margin) | 193 | (define-key map "\C-c]" #'set-right-margin) |
| 194 | (define-key map "\M-o" #'facemenu-keymap) | 194 | (define-key map "\M-o" #'facemenu-keymap) |
| 195 | (define-key map "\M-om" #'enriched-toggle-markup) | ||
| 195 | map) | 196 | map) |
| 196 | "Keymap for Enriched mode.") | 197 | "Keymap for Enriched mode.") |
| 197 | 198 | ||