Mercurial > hg > xemacs-beta
view etc/gtkrc @ 4540:7e01763ea656
Correct a misunderstanding of the semantics of #'return in #'symbol-file.
2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
* loadhist.el (symbol-file):
Use #'defun*, not #'defun, to allow the checks for autoloaded
functions and variables to call #'return-from correctly. Use
#'return-from instead of #'return throughout the function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 27 Dec 2008 16:02:25 +0000 |
parents | 16489ca72b3d |
children | 8d3d05ffbb43 |
line wrap: on
line source
# Force the window background to be the same as the default face background: # white. style "default_background" { bg[NORMAL] = { 1.0, 1.0, 1.0 } } class "GtkXEmacs" style "default_background"