Mercurial > emacs
view lisp/toolbar/preferences.xpm @ 32483:09a7b2ac5750
(font-lock-syntactically-fontified): New var.
(font-lock-fontify-syntactic-keywords-region): Use it.
(font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 15 Oct 2000 04:51:57 +0000 |
parents | 8f4a34146a9d |
children | b45a8f9db907 |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 8 1", " c Gray0", ". c #9adf6c4a4e4e", "X c #adad8e8e3030", "o c #858585857979", "O c #a4ffa1fc996c", "+ c #d791c99a9b6c", "@ c #e113e0eee0c4", "# c None", /* pixels */ "########################", "########################", "########################", "############# #########", "########### @@ ##### ##", "######### @@@@ #### + #", "###### @@@@@@+ ## +. #", "#### @@@@@@@+@@ # +. ##", "### @@@@@.@@@@o@@ +. ###", "### @@@@@.O@oo@@ +. ####", "#### @@@@.@o@@@ +. #####", "#### @@.O.@@@@ +. @ ####", "##### @@..@@@ +. @@+ ###", "##### @@@@@@ +. @@@+o ##", "###### @@@@X@ +OOOOo ##", "###### @@@@ OOOOOO+ ###", "####### @OooO@@@@@ ####", "####### @@@@@@@@@ ######", "######## @@@@@@ #######", "######## @@@@+ #########", "######### @@ ##########", "########## ############", "########################", "########################" };