all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo
@ 2024-01-05  0:02 Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-01-05  7:58 ` Eli Zaretskii
  2024-01-06  4:33 ` Richard Stallman
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-01-05  0:02 UTC (permalink / raw)
  To: 68248, stefankangas, rms

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


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

* bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo
  2024-01-05  0:02 bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-01-05  7:58 ` Eli Zaretskii
  2024-01-06  4:33 ` Richard Stallman
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2024-01-05  7:58 UTC (permalink / raw)
  To: Jeremy Bryant; +Cc: 68248-done, stefankangas, rms

> Date: Fri, 05 Jan 2024 00:02:45 +0000
> From:  Jeremy Bryant via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Attached is a quick fix to correct a trivial typo in a recent rmail patch by
> Richard.  It's a couple characters change.

Thanks, installed on master, and closing the bug.





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

* bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo
  2024-01-05  0:02 bug#68248: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo Jeremy Bryant via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-01-05  7:58 ` Eli Zaretskii
@ 2024-01-06  4:33 ` Richard Stallman
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2024-01-06  4:33 UTC (permalink / raw)
  To: Jeremy Bryant; +Cc: stefankangas, 68248

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Thanks for fixing that.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







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

end of thread, other threads:[~2024-01-06  4:33 UTC | newest]

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

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.