From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 04:30:32 2023 Received: (at submit) by debbugs.gnu.org; 30 Jul 2023 08:30:33 +0000 Received: from localhost ([127.0.0.1]:49322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQ1ou-0002Nx-Lb for submit@debbugs.gnu.org; Sun, 30 Jul 2023 04:30:32 -0400 Received: from lists.gnu.org ([2001:470:142::17]:35098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQ1ot-0002Nl-9I for submit@debbugs.gnu.org; Sun, 30 Jul 2023 04:30:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQ1om-0005NC-Bd for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2023 04:30:24 -0400 Received: from mail.eshelyaron.com ([107.175.124.16] helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQ1ok-00080E-Mi for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2023 04:30:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1690705821; bh=+LxCHl0QhzeKY5jtfC+YilP7Pf3u7ohblKLZ2vfkDZ8=; h=From:To:Subject:Date:From; b=JDgbElNBbnI09hSBCl3pk1YpFRb3j+VOys4YhYLYAUTLUuoIH6RrpvPBDoocNN/zJ 5ISIEDi4tGFAapet21NRy3YC16F/GeLfbpax86pRB/vOycOEoQ4UnSFLYM6KcGqE1c 8Z+DVQ3nxmRLucEm9UlBIlGxom/sZ/RHQ/ogLx6RjQnYCKzVhymZJ7ClKdehN6t7H8 vRwwvU4IXelUkTTbxZ2xvo+8Bpj5370dcolLUYDxoNPMa+VXq/V/Gq1BP6f5qmgvyk bhvm5CVbWYAeQNbDTGrWZGFvzXFr1EdNxnMJE6NK3+w8kQNTng0gVDjMyV88N0E0s5 TWAW9ymxPVpwg== From: Eshel Yaron To: bug-gnu-emacs@gnu.org Subject: [PATCH] ; * lisp/textmodes/paragraphs.el: Remove leftover comment. Date: Sun, 30 Jul 2023 11:30:17 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain Tags: patch This removes a somewhat confusing stale comment in paragraphs.el. In GNU Emacs 30.0.50 (build 18, x86_64-apple-darwin22.5.0, NS appkit-2299.60 Version 13.4 (Build 22F66)) of 2023-07-26 built on Dazzs-MacBook-Pro.local Repository revision: 65834b8f8d53402517da7fe2446f5bac0aa30c39 Repository branch: master Windowing system distributor 'Apple', version 10.3.2299 System Description: macOS 13.4 Configured using: 'configure 'CFLAGS=-g0 -O3' --with-native-compilation --with-json --with-imagemagick --with-tree-sitter --enable-link-time-optimization' --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-lisp-textmodes-paragraphs.el-Remove-leftover-comment.patch >From 26927393dd86ad4686d540e4b36a1aa716b036ad Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 30 Jul 2023 11:22:26 +0300 Subject: [PATCH] ; * lisp/textmodes/paragraphs.el: Remove leftover comment. * lisp/textmodes/paragraphs.el: Remove a comment referring to code that was removed in cf605d5. --- lisp/textmodes/paragraphs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 6c33380b6bd..fd28bfe8016 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -201,7 +201,6 @@ paragraph-ignore-fill-prefix :type 'boolean :safe #'booleanp) -;; Silence the compiler. (defun forward-paragraph (&optional arg) "Move forward to end of paragraph. With argument ARG, do it ARG times; -- 2.41.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 07:42:54 2023 Received: (at 64947-done) by debbugs.gnu.org; 31 Jul 2023 11:42:54 +0000 Received: from localhost ([127.0.0.1]:51940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQRIb-0002iW-P5 for submit@debbugs.gnu.org; Mon, 31 Jul 2023 07:42:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQRIZ-0002iJ-M5 for 64947-done@debbugs.gnu.org; Mon, 31 Jul 2023 07:42:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQRIU-0006aX-5r; Mon, 31 Jul 2023 07:42:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+qdCiYjlhBEH0dYCheoCUtW8i391VM75yBCbQAg/3w4=; b=TRDUPO7TKVzF iyRspbU58lv7BKGWsMOeKWoDTL9/C5aH4c7i4r7AlbwdZBW6dq7mn8yIN+Y+mJ6xvqsPl/vjEakvC 4s8dH1LiJ4PnJtkk1eOoWVM2+rVkkTDlhF5HM2YG0gCJKlRqPBpK4kYaVUvVN9hICr+R+tjfkb6eZ 41K9BB5jkgo0YduUuErEhMoRsZ9JIjSynSxuHB0Pdi52LxX2b5XxVm9HBjUcmP+inLlxFL4cZeW0H fNPfLHfvegYk3cheTEXEmdmg4YGnj5t51xQtqA4X+2wR5m05GygE/UkPB9iPQnndnlrXcjg48peJH g8jYY3vB7MF2VFjilVy0Eg==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQRIT-0006ua-Fr; Mon, 31 Jul 2023 07:42:45 -0400 Date: Mon, 31 Jul 2023 14:42:48 +0300 Message-Id: <83a5vc2ton.fsf@gnu.org> From: Eli Zaretskii To: Eshel Yaron In-Reply-To: (bug-gnu-emacs@gnu.org) Subject: Re: bug#64947: [PATCH] ; * lisp/textmodes/paragraphs.el: Remove leftover comment. References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64947-done Cc: 64947-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sun, 30 Jul 2023 11:30:17 +0300 > From: Eshel Yaron via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > This removes a somewhat confusing stale comment in paragraphs.el. Thanks, installed on the emacs-29 branch, and closing the bug. From unknown Sat Jun 21 12:34:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Aug 2023 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator