all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#36460: [PATCH] Mark unused variable bookmark-quit-flag obsolete
@ 2019-07-01 18:06 Stefan Kangas
  2019-07-06  8:53 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2019-07-01 18:06 UTC (permalink / raw)
  To: 36460

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

Small patch to mark an unused variable obsolete.  Should probably have
been marked as such already in commit d83ef97.

Thanks,
Stefan Kangas

[-- Attachment #2: 0001-lisp-bookmark.el-bookmark-quit-flag-Mark-unused-vari.patch --]
[-- Type: text/x-patch, Size: 697 bytes --]

From 4ed65f494a1b943227d6718b0b7d53c8b9845819 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Mon, 1 Jul 2019 19:56:00 +0200
Subject: [PATCH] * lisp/bookmark.el (bookmark-quit-flag): Mark unused variable
 obsolete.

---
 lisp/bookmark.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index bbef0a927d..b08101b898 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -311,6 +311,8 @@ bookmark-yank-point
 
 (defvar bookmark-quit-flag nil
   "Non-nil means `bookmark-bmenu-search' quits immediately.")
+(make-obsolete-variable 'bookmark-quit-flag "no longer used" "27.1")
+
 \f
 ;; Helper functions and macros.
 
-- 
2.11.0


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

* bug#36460: [PATCH] Mark unused variable bookmark-quit-flag obsolete
  2019-07-01 18:06 bug#36460: [PATCH] Mark unused variable bookmark-quit-flag obsolete Stefan Kangas
@ 2019-07-06  8:53 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-07-06  8:53 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 36460-done

> From: Stefan Kangas <stefan@marxist.se>
> Date: Mon, 1 Jul 2019 20:06:55 +0200
> 
> Small patch to mark an unused variable obsolete.  Should probably have
> been marked as such already in commit d83ef97.

Thanks, pushed to the master branch.





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

end of thread, other threads:[~2019-07-06  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-01 18:06 bug#36460: [PATCH] Mark unused variable bookmark-quit-flag obsolete Stefan Kangas
2019-07-06  8:53 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.