Mercurial > emacs
view lisp/toolbar/preferences.xpm @ 36857:f6386773ce30
2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-util.el: Copyright years.
(ediff-choose-syntax-table): New function.
(ediff-setup): Use ediff-choose-syntax-table.
* ediff-init.el (ediff-with-syntax-table): New macro, uses
with-syntax-table.
* ediff.el: Date of last update, copyright years.
* ediff-wind (ediff-setup-control-frame): Nill->nil.
* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
(ex-cmd-assoc,ex-cmd-one-letr): New functions.
(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
Deleted functions.
(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
ex-token-list.
* viper-util.el: Spaces, indentation.
* viper.el: Changed version, modification time.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Sat, 17 Mar 2001 18:59:39 +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@@@@@ ####", "####### @@@@@@@@@ ######", "######## @@@@@@ #######", "######## @@@@+ #########", "######### @@ ##########", "########## ############", "########################", "########################" };