mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
(font-lock-fontify-block): Use facemenu-keymap to make the binding.
This commit is contained in:
parent
fde448f432
commit
94de9afef1
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ delimit the region to fontify."
|
|||
(font-lock-fontify-region (point) (mark)))
|
||||
((error quit) (message "Fontifying block... %s" error-data)))))))
|
||||
|
||||
(define-key global-map "\M-g\M-g" 'font-lock-fontify-block)
|
||||
(define-key facemenu-keymap "\M-g" 'font-lock-fontify-block)
|
||||
|
||||
;; Syntactic fontification functions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue