emacs-lisp: add missing '\' in template 96/19696/1
authorDave Barach <dave@barachs.net>
Sat, 18 May 2019 18:52:54 +0000 (14:52 -0400)
committerDave Barach <dave@barachs.net>
Sat, 18 May 2019 18:53:23 +0000 (14:53 -0400)
commit35465dc0be7d4e607f5bc3d094e2e845e61cea70
treefc66c883ef30d787df4a58f50d1dc6d83533e35e
parent8fdde3c22ff981f0c41b78d3640e3249873e8495
emacs-lisp: add missing '\' in template

Fixes the generated setup_message_id_table(...)
implementation. Without a level of quoting in the emacs lisp skeleton,
the underscore macro used to generate calls to
vl_msg_api_add_msg_name_crc produces "fooCRC" instead of "foo_CRC".
That confuses the Python language binding.

Punctuation saves lives: "Let's eat Grandma" vs. "Let's eat, Grandma."
Or some such.

Change-Id: Ibecc20337092199d6757165ac96b70c830511bb3
Signed-off-by: Dave Barach <dave@barachs.net>
extras/emacs/plugin-main-skel.el