annotate etc/custom/check0.xpm @ 4648:907697569a49

Mark buffers modified in #'find-file if nonexistent file; fix other bugs. lisp/ChangeLog addition: 2009-07-12 Aidan Kehoe <kehoea@parhasard.net> * files.el (find-file-create-switch-thunk): New macro, used to mark buffers created within #'find-file (and related) modified if the associated file doesn't exist. (find-alternate-file-other-window): Correct this, pass CODESYS to find-file-other-window. (find-file-read-only): Correct behaviour of this function in the presence of wildcards. (find-file): (find-file-other-window): (find-file-other-frame): (find-file-read-only-other-window): (find-file-read-only-other-frame): (find-alternate-file): Simplify these functions, use #'find-file-create-switch-thunk' instead of explicit #'switch-to-buffer calls.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 12 Jul 2009 14:01:09 +0100
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 * check0_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 #E6E6E6E6E6E6",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
5 ". c #737373737373",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
6 "X c #BFBFBFBFBFBF",
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 " .........."};