unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36189: [PATCH] Remove XEmacs support from bookmark.el
@ 2019-06-13 12:29 Stefan Kangas
  2019-06-13 14:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2019-06-13 12:29 UTC (permalink / raw)
  To: 36189

[-- Attachment #1: Type: text/plain, Size: 69 bytes --]

This removes XEmacs support from bookmark.el.

Thanks,
Stefan Kangas

[-- Attachment #2: 0001-Remove-XEmacs-support-from-bookmark.el.patch --]
[-- Type: application/octet-stream, Size: 1063 bytes --]

From 77d721a8c0c2bca139ed0b4144060f5965997689 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Thu, 13 Jun 2019 14:25:58 +0200
Subject: [PATCH] Remove XEmacs support from bookmark.el

* lisp/bookmark.el (bookmark-store): Remove XEmacs compat code.
---
 lisp/bookmark.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 5a9859d83d..e630771eb5 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -502,10 +502,7 @@ bookmark-store
 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
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36189: [PATCH] Remove XEmacs support from bookmark.el
  2019-06-13 12:29 bug#36189: [PATCH] Remove XEmacs support from bookmark.el Stefan Kangas
@ 2019-06-13 14:02 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-06-13 14:02 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 36189

Stefan Kangas <stefan@marxist.se> writes:

> This removes XEmacs support from bookmark.el.

Thanks; applied to Emacs 27.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-13 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 12:29 bug#36189: [PATCH] Remove XEmacs support from bookmark.el Stefan Kangas
2019-06-13 14:02 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).