Andreas Jaeger 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.
This patch reduces the number of arguments, but it also reverses
the order of the default and bookmark-history arguments, which is
wrong. I advise not applying it.