]> git.eshelyaron.com Git - emacs.git/commit
Signal error when keyword/arg list is malformed
authorRobert Pluim <rpluim@gmail.com>
Mon, 20 Jan 2025 17:43:00 +0000 (18:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:24:35 +0000 (11:24 +0100)
commit2d942f3a5cfd90802b13032d7dedc0c5a23bf5d7
tree742e5942ef0ebfa3faf1e0ec31b3ad64f82f3e77
parentb7cee533ef91f794d694ea6b302149e2d360bc5e
Signal error when keyword/arg list is malformed

* src/data.c (syms_of_data): Add Qmalformed_keyword_arg_list
error symbol.

* src/process.c (Fmake_process, Fmake_pipe_process)
(Fserial_process_configure, Fmake_serial_process)
(Fmake_network_process): Signal Qmalformed_keyword_arg_list when
the argument list length is odd.
* src/sound.c (parse_sound): Also here..
* src/w32fns.c (Fw32_notification_notify): ..and here.

(Bug#75584)

(cherry picked from commit 14e686e6cca83054afceb353ad7a1e24ebdb0133)
src/data.c
src/lisp.h
src/process.c
src/sound.c
src/w32fns.c