From: Samer Masterson <samer@samertm.com>
To: 21928@debbugs.gnu.org, monnier@iro.umontreal.ca
Subject: bug#21928: 25.0.50; verilog-mode.el fails to compile, Symbol’s function definition is void: \,@
Date: Sun, 15 Nov 2015 19:32:11 -0800 [thread overview]
Message-ID: <1447644731.3601283.440644281.59DABB14@webmail.messagingengine.com> (raw)
Hi,
There's a compile error in verilog-mode.el. I believe it was introduced
by commit 353f5e76641c338dc4bfe0ac8e9aa84d23bac1fe.
Fixed with the following path. Not sure if it's correct, stefan can
probably tell tho.
----------------------------patch start
diff --git a/lisp/progmodes/verilog-mode.el
b/lisp/progmodes/verilog-mode.el
index fa93633..3081060 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -3237,7 +3237,7 @@ verilog-save-buffer-state
`(let ((inhibit-point-motion-hooks t)
(verilog-no-change-functions t))
,(if (fboundp 'with-silent-modifications)
- (with-silent-modifications ,@body)
+ `(with-silent-modifications ,@body)
;; From c-save-buffer-state
`(let* ((modified (buffer-modified-p))
(buffer-undo-list t)
----------------------------patch end
Best,
Samer
next reply other threads:[~2015-11-16 3:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 3:32 Samer Masterson [this message]
2015-11-17 0:28 ` bug#21928: 25.0.50; verilog-mode.el fails to compile, Symbol’s function definition is void: \,@ Juanma Barranquero
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=1447644731.3601283.440644281.59DABB14@webmail.messagingengine.com \
--to=samer@samertm.com \
--cc=21928@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/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.