From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6CX4MBlDGmB3TAAA0tVLHw (envelope-from ) for ; Wed, 03 Feb 2021 06:30:49 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wHe+LBlDGmDLMgAAB5/wlQ (envelope-from ) for ; Wed, 03 Feb 2021 06:30:49 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 448D594053B for ; Wed, 3 Feb 2021 06:30:49 +0000 (UTC) Received: from localhost ([::1]:60614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7Bgd-0004yV-Lg for larch@yhetil.org; Wed, 03 Feb 2021 01:30:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50472) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7BfG-0004xu-Kz for emacs-orgmode@gnu.org; Wed, 03 Feb 2021 01:29:22 -0500 Received: from out0.migadu.com ([94.23.1.103]:49149) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7BfD-0008GW-I1 for emacs-orgmode@gnu.org; Wed, 03 Feb 2021 01:29:22 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1612333756; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4E4sPszesVOtAwnnQzKJwVEDVoCq8tyrqhX5QZP6/GU=; b=LYcvAjuK5Rg4mk5cOs/mzme3SYUAUDA//+o1t3eOw6iAVkI5UXJcp9Zn7u2JKhlqR1Wye7 T/iwUHElaRsIkVVirk+mbzsgmZ5GmXAqAZrhphPHIijFoJuFNn71agQqjvQdHEQXorWxX2 H0JDIi/jAYyRuU/zWJHUukrOGy63zyAebdxNWvsK92ywjK1H9k6GbpXQaNZGWqwXZ1GSGu /ksKcZHJhWlU1OJmT9p/UrttYqseD/nOtcCIVR0BJeq+skJWxYutwG4PnJnhcJWEHikFjy DJ9lIGUiA/UQatLgD8sHELvkE8TunZ9uEfj+EaS/vqu+AsRFuLw+XZV3W7KBeQ== From: Kyle Meyer To: Stefan Kangas Subject: Re: [PATCH] Remove Emacs 21 compat code for bookmark-after-jump-hook In-Reply-To: References: X-Woof-Patch: applied Date: Wed, 03 Feb 2021 01:29:14 -0500 Message-ID: <8735ydy891.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Auth-User: kyle@kyleam.com Received-SPF: pass client-ip=94.23.1.103; envelope-from=kyle@kyleam.com; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Org-mode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.56 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=kyleam.com header.s=key1 header.b=LYcvAjuK; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 448D594053B X-Spam-Score: -2.56 X-Migadu-Scanner: scn0.migadu.com X-TUID: uPohiYn2JxyN Stefan Kangas writes: > The attached patch removes support for missing bookmark-after-jump-hook, > which was introduced in Emacs 22. This can be dropped unless there is a > need for this feature to support versions earlier than Emacs 22 > (released in June 2007). No, no need. The oldest supported version is Emacs 24.4 (though in my view we're due for bump). > Subject: [PATCH] Remove Emacs 21 compat code for bookmark-after-jump-hook > > * lisp/org-compat.el (bookmark-after-jump-hook): Remove Emacs 21 > compat code. Thanks. Pushed (2ed1c20ff).