* bug#21928: 25.0.50; verilog-mode.el fails to compile, Symbol’s function definition is void: \,@
@ 2015-11-16 3:32 Samer Masterson
2015-11-17 0:28 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Samer Masterson @ 2015-11-16 3:32 UTC (permalink / raw)
To: 21928, monnier
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#21928: 25.0.50; verilog-mode.el fails to compile, Symbol’s function definition is void: \,@
2015-11-16 3:32 bug#21928: 25.0.50; verilog-mode.el fails to compile, Symbol’s function definition is void: \,@ Samer Masterson
@ 2015-11-17 0:28 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2015-11-17 0:28 UTC (permalink / raw)
To: Samer Masterson; +Cc: Stefan Monnier, 21928-done
[-- Attachment #1: Type: text/plain, Size: 307 bytes --]
On Mon, Nov 16, 2015 at 4:32 AM, Samer Masterson <samer@samertm.com> wrote:
> Fixed with the following path. Not sure if it's correct, stefan can
> probably tell tho.
I hope it is the correct patch, as I fixed it yesterday with a patch
identical to yours.
Commit 937565268a5dc3377d4c9bff6d48eb3645a77160
[-- Attachment #2: Type: text/html, Size: 446 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-17 0:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-16 3:32 bug#21928: 25.0.50; verilog-mode.el fails to compile, Symbol’s function definition is void: \,@ Samer Masterson
2015-11-17 0:28 ` Juanma Barranquero
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.