aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 5a9859d83df..e630771eb5f 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -502,10 +502,7 @@ exists in `bookmark-alist', record the new bookmark without throwing away the
502old one." 502old one."
503 (bookmark-maybe-load-default-file) 503 (bookmark-maybe-load-default-file)
504 (let ((stripped-name (copy-sequence name))) 504 (let ((stripped-name (copy-sequence name)))
505 (or (featurep 'xemacs) 505 (set-text-properties 0 (length stripped-name) nil stripped-name)
506 ;; XEmacs's `set-text-properties' doesn't work on
507 ;; free-standing strings, apparently.
508 (set-text-properties 0 (length stripped-name) nil stripped-name))
509 (if (and (not no-overwrite) 506 (if (and (not no-overwrite)
510 (bookmark-get-bookmark stripped-name 'noerror)) 507 (bookmark-get-bookmark stripped-name 'noerror))
511 ;; already existing bookmark under that name and 508 ;; already existing bookmark under that name and