* bug#48234: [PATCH] Remove debugging message from js.el
@ 2021-05-05 10:57 Matt Beshara
2021-05-05 12:49 ` Lars Ingebrigtsen
2021-05-06 4:17 ` Richard Stallman
0 siblings, 2 replies; 3+ messages in thread
From: Matt Beshara @ 2021-05-05 10:57 UTC (permalink / raw)
To: 48234
[-- Attachment #1.1: Type: text/plain, Size: 508 bytes --]
Hello Emacs devs,
I was using JavaScript mode a while ago and noticed that the
string “test” appeared in the echo area after performing certain
commands. I found that a debugging message had been left in js.el
for quite a while. This patch removes it.
Also, I would like to make it known that I have completed the FSF
copyright assignment paperwork. It shouldn’t be necessary for
this trivial patch, but I plan on submitting more patches in
future.
Thanks for your time,
Matt
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 239 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1: 0001-Remove-unnecessary-call-to-message.patch --]
[-- Type: text/x-patch, Size: 727 bytes --]
From fac0e58c884024d586ad9b222269b4fcd6409365 Mon Sep 17 00:00:00 2001
From: Matt Beshara <m@mfa.pw>
Date: Wed, 7 Apr 2021 21:25:21 +1000
Subject: [PATCH] Remove unnecessary call to message
---
lisp/progmodes/js.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index a942235f47..eeb85d9df0 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -1340,7 +1340,6 @@ LIMIT defaults to point."
(defun js--end-of-defun-nested ()
"Helper function for `js-end-of-defun'."
- (message "test")
(let* (pitem
(this-end (save-excursion
(and (setq pitem (js--beginning-of-defun-nested))
--
2.24.3 (Apple Git-128)
[-- Attachment #2.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 239 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-06 4:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 10:57 bug#48234: [PATCH] Remove debugging message from js.el Matt Beshara
2021-05-05 12:49 ` Lars Ingebrigtsen
2021-05-06 4:17 ` 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.