I'm applying this patch now. XEmacs can't start without
this patch under UNIX.
2000-04-13 Katsumi Yamaoka <yamaoka(a)jpl.org>
* menubar-items.el: Fixed place of parenthesis.
Katsumi Yamaoka <yamaoka(a)jpl.org> writes:
Me too, the following patch may help you:
[2 menubar-items.el.diff <application/x-patch (7bit)>]
--- menubar-items.el~ Wed Apr 12 22:28:55 2000
+++ menubar-items.el Wed Apr 12 22:30:22 2000
@@ -128,8 +128,8 @@
"-----"
["%_Print Buffer" generic-print-buffer
:active (or (valid-specifier-tag-p 'msprinter)
- (and (not (eq system-type 'windows-nt)
- (fboundp 'lpr-buffer))))
+ (and (not (eq system-type 'windows-nt))
+ (fboundp 'lpr-buffer)))
:suffix (if put-buffer-names-in-file-menu (buffer-name) "")]
["Prett%_y-Print Buffer" ps-print-buffer-with-faces
:active (fboundp 'ps-print-buffer-with-faces)
Thanks for the patch. Yamaoka-san, could you please send
patches to xemacs-patches so that it can be reviewed and
applied easily? Writing ChangeLog would help, too. Thanks
again.
--
Yoshiki Hayashi