all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jeremy Bryant via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 68248@debbugs.gnu.org, stefankangas@gmail.com, rms@gnu.org
Subject: bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo
Date: Fri, 05 Jan 2024 00:02:45 +0000	[thread overview]
Message-ID: <87il4863uw.fsf@jeremybryant.net> (raw)

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

Tags: patch

Attached is a quick fix to correct a trivial typo in a recent rmail patch by
Richard.  It's a couple characters change.



In GNU Emacs 29.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.37,
 cairo version 1.16.0) of 2023-07-30 built on hexa3
Windowing system distributor 'The X.Org Foundation', version 11.0.12101009
System Description: Debian GNU/Linux trixie/sid

Configured using:
 'configure --with-native-compilation=aot'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-mail-rmail.el-rmail-epa-decrypt-Fix-typo.patch --]
[-- Type: text/patch, Size: 894 bytes --]

From 86699d503383caa29b8eff8f09c3cf5757ff1dc9 Mon Sep 17 00:00:00 2001
From: Jeremy Bryant <jb@jeremybryant.net>
Date: Thu, 4 Jan 2024 23:58:19 +0000
Subject: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt):  Fix typo

---
 lisp/mail/rmail.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 74cf297c2fc..fb504055f1d 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4690,7 +4690,7 @@ rmail-epa-decrypt
                           (while (search-forward "\r\n" nil t)
                             (delete-region (- (point) 2) (- (point) 1))))))
 		      )))
-          ;; User wants to decrypt the message perenently.
+          ;; User wants to decrypt the message permanently.
           (when (eq major-mode 'rmail-mode)
             (rmail-add-label "decrypt"))
 	  (setq decrypts (nreverse decrypts))
-- 
2.42.0


             reply	other threads:[~2024-01-05  0:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05  0:02 Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-01-05  7:58 ` bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo Eli Zaretskii
2024-01-06  4:33 ` Richard Stallman

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=87il4863uw.fsf@jeremybryant.net \
    --to=bug-gnu-emacs@gnu.org \
    --cc=68248@debbugs.gnu.org \
    --cc=jb@jeremybryant.net \
    --cc=rms@gnu.org \
    --cc=stefankangas@gmail.com \
    /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.