xemacs -q => "Load .emacs" => signal wrong number of arguments.
What a pleasure hacking xemacs after a 1.55 year break!!! :)
Big K
2000-01-12 Kirill 'Big K' Katsnelson <kkm(a)dtmx.com>
* menubar-items.el (maybe-add-init-button): Removed an argument in
a call to load-user-init-file, as the function managed to lose its
formal parameter a few betas ago.
Index: menubar-items.el
===================================================================
RCS file: /var/cvsroot/xemacs/lisp/menubar-items.el,v
retrieving revision 1.1.1.1
diff --unified=2 -r1.1.1.1 menubar-items.el
--- lisp/menubar-items.el 2000/01/12 07:54:29 1.1.1.1
+++ lisp/menubar-items.el 2000/01/13 03:55:13
@@ -996,5 +996,5 @@
["Load .emacs"
(progn (delete-menu-item '("Load .emacs"))
- (load-user-init-file (user-login-name)))
+ (load-user-init-file))
]
"Help"))