annotate etc/custom/check1.xpm @ 5368:ed74d2ca7082

Use ', not #', when a given symbol may not have a function binding at read time 2011-03-10 Aidan Kehoe <kehoea@parhasard.net> * cmdloop.el (yes-or-no-p): * cmdloop.el (y-or-n-p): * descr-text.el (describe-char): * diagnose.el (show-memory-usage): * diagnose.el (show-object-memory-usage-stats): * diagnose.el (show-mc-alloc-memory-usage): * diagnose.el (show-gc-stats): * faces.el (face-font-instance): * gtk-font-menu.el (gtk-reset-device-font-menus): * help.el (help-symbol-function-context-menu): * help.el (help-symbol-variable-context-menu): * help.el (help-symbol-function-and-variable-context-menu): * help.el (help-find-source-or-scroll-up): * help.el (help-mouse-find-source-or-track): * help.el (temp-buffer-resize-mode): * minibuf.el (mouse-read-file-name-1): * obsolete.el (find-non-ascii-charset-string): * obsolete.el (find-non-ascii-charset-region): * occur.el (occur-engine): * paragraphs.el (forward-paragraph): * paragraphs.el (forward-sentence): * select.el (activate-region-as-selection): * select.el (select-make-extent-for-selection): * simple.el (zmacs-make-extent-for-region): Use quote, not function, for quoting symbols that may not be fboundp at the point they are read (again, a style issue, since Common Lisp throws an error on this, but we don't, and have no plans to.)
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 Mar 2011 18:51:15 +0000
parents 8fc7fe29b841
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
1 /* XPM */
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
2 static char * check1_xpm[] = {
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
3 "11 11 3 1",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
4 " c #737373737373",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
5 ". c #E6E6E6E6E6E6",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
6 "X c #22228B8B2222",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
7 " ",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
8 " .",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
9 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
10 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
11 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
12 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
13 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
14 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
15 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
16 " .........",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
17 " .........."};