Mercurial > emacs
view etc/images/ezimage/box-plus.xpm @ 112384:f5af01a13248
Give read-expression-history a doc.
* lisp/simple.el (read-expression-history): Remove, it's in minibuf.c.
* src/minibuf.c (syms_of_minibuf) <read-expression-history>:
Give it a doc string.
* src/globals.h: Add Vread_expression_history.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 19 Jan 2011 22:40:36 -0800 |
parents | 616e5cb890c3 |
children |
line wrap: on
line source
/* XPM */ static char * sb_box_plus_xpm[] = { "20 15 4 1", " c None", ". c #828282", "+ c #000000", "@ c #D19200", " ", " .............. ", " .++++++++++++++. ", " .++@@@@@@+@@@@@+. ", " .+@+@@@@@@+@@@@@+. ", " .+@@++++++++++++++.", " .+@@+@@@@@@@@@@@@+.", " .+@@+@@@@@++@@@@@+.", " .+@@+@@@@@++@@@@@+.", " .+@@+@@@++++++@@@+.", " .+@@+@@@++++++@@@+.", " .+@+@@@@@++@@@@@+.", " .++@@@@@++@@@@@+.", " .++++++++++++++.", " .............. "};