Mercurial > emacs
comparison lisp/font-lock.el @ 14735:8a63563c02a3
(global-map): Change C-M-g to M-g M-g.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 02 Mar 1996 21:09:04 +0000 |
parents | da278f255507 |
children | af95abc39d75 |
comparison
equal
deleted
inserted
replaced
14734:20f4c4a078b2 | 14735:8a63563c02a3 |
---|---|
690 (save-excursion (forward-line lines) (point)))) | 690 (save-excursion (forward-line lines) (point)))) |
691 (funcall font-lock-mark-block-function) | 691 (funcall font-lock-mark-block-function) |
692 (font-lock-fontify-region (point) (mark))) | 692 (font-lock-fontify-region (point) (mark))) |
693 ((error quit) (message "Fontifying block... %s" error-data))))))) | 693 ((error quit) (message "Fontifying block... %s" error-data))))))) |
694 | 694 |
695 (define-key esc-map "\C-g" 'font-lock-fontify-block) | 695 (define-key global-map "\M-g\M-g" 'font-lock-fontify-block) |
696 | 696 |
697 ;; Syntactic fontification functions. | 697 ;; Syntactic fontification functions. |
698 | 698 |
699 ;; These record the parse state at a particular position, always the start of a | 699 ;; These record the parse state at a particular position, always the start of a |
700 ;; line. Used to make `font-lock-fontify-syntactically-region' faster. | 700 ;; line. Used to make `font-lock-fontify-syntactically-region' faster. |