* lisp/bookmark.el (bookmark-store): Remove XEmacs compat code
(bug#36189).
old one."
(bookmark-maybe-load-default-file)
(let ((stripped-name (copy-sequence name)))
- (or (featurep 'xemacs)
- ;; XEmacs's `set-text-properties' doesn't work on
- ;; free-standing strings, apparently.
- (set-text-properties 0 (length stripped-name) nil stripped-name))
+ (set-text-properties 0 (length stripped-name) nil stripped-name)
(if (and (not no-overwrite)
(bookmark-get-bookmark stripped-name 'noerror))
;; already existing bookmark under that name and