all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: 36460@debbugs.gnu.org
Subject: bug#36460: [PATCH] Mark unused variable bookmark-quit-flag obsolete
Date: Mon, 1 Jul 2019 20:06:55 +0200	[thread overview]
Message-ID: <CADwFkm=xRFr7f3_Wa7DysfGfvCQ1Jqczr7C+RtmJwNX=B6oQOg@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2019-07-01 18:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01 18:06 Stefan Kangas [this message]
2019-07-06  8:53 ` bug#36460: [PATCH] Mark unused variable bookmark-quit-flag obsolete Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkm=xRFr7f3_Wa7DysfGfvCQ1Jqczr7C+RtmJwNX=B6oQOg@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=36460@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.