(global-map): Change C-M-g to M-g M-g.

This commit is contained in:
Richard M. Stallman 1996-03-02 21:09:04 +00:00
parent 9596811a3d
commit 7e47f20bba

View file

@ -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 esc-map "\C-g" 'font-lock-fontify-block)
(define-key global-map "\M-g\M-g" 'font-lock-fontify-block)
;; Syntactic fontification functions.