mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 01:05:39 -08:00
Remove XEmacs support from bookmark.el
* lisp/bookmark.el (bookmark-store): Remove XEmacs compat code (bug#36189).
This commit is contained in:
parent
e6e4a05087
commit
4ec926dc03
1 changed files with 1 additions and 4 deletions
|
|
@ -502,10 +502,7 @@ exists in `bookmark-alist', record the new bookmark without throwing away the
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue