mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Bind `font-lock-fontify-block' to M-o M-o.
This commit is contained in:
parent
ba96f39200
commit
2d526287db
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
|
||||
|
||||
2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* window.el (window-buffer-height): Use count-screen-lines.
|
||||
|
|
|
|||
|
|
@ -1097,7 +1097,7 @@ delimit the region to fontify."
|
|||
((error quit) (message "Fontifying block...%s" error-data)))))))
|
||||
|
||||
(if (boundp 'facemenu-keymap)
|
||||
(define-key facemenu-keymap "\M-g" 'font-lock-fontify-block))
|
||||
(define-key facemenu-keymap "\M-o" 'font-lock-fontify-block))
|
||||
|
||||
;;; End of Fontification functions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue