Andreas Jaeger <aj(a)suse.de> writes:
>>>>> Adrian Aichner writes:
APA> How about this little patch against bookmark.el in the edit-utils
APA> package?
APA> diff -u c:\XEmacs\xemacs-packages\lisp\edit-utils\bookmark.el.orig
c:\XEmacs\xemacs-packages\lisp\edit-utils\bookmark.el
APA> --- c:\XEmacs\xemacs-packages\lisp\edit-utils\bookmark.el.orig Mon Jan 17
14:49:58 2000
APA> +++ c:\XEmacs\xemacs-packages\lisp\edit-utils\bookmark.el Mon Jan 17 14:49:58
2000
APA> @@ -503,9 +503,8 @@
APA> bookmark-alist
APA> nil
APA> 0
APA> - nil
APA> - 'bookmark-history
APA> - default)))
APA> + default
APA> + 'bookmark-history)))
APA> (if (string-equal "" str)
APA> (list default)
APA> (list str))))
APA> Please advise,
I'm applying this patch now to fix the package. I hope that
somebody else sends a better patch asap.
I'm not sure that patch is right. The DEFAULT argument didn't exist
in pre-21.2 XEmacs, and this patch leaves it in. That looks wrong.