Make sure each inserted annotation ends with newline.
+2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
+
+ * bookmark.el (bookmark-show-all-annotations):
+ Make sure each inserted annotation ends with newline.
+
2007-07-15 Juri Linkov <juri@jurta.org>
* delsel.el (delete-selection-pre-hook):
(if (and ann (not (string-equal ann "")))
;; insert the annotation, indented by 4 spaces.
(progn
- (save-excursion (insert ann))
+ (save-excursion (insert ann) (unless (bolp)
+ (insert "\n")))
(while (< (point) (point-max))
(beginning-of-line) ; paranoia
(insert " ")