]> git.eshelyaron.com Git - emacs.git/commit
Automatically detect cyclic lists in some Haiku functions
authorPo Lu <luangruo@yahoo.com>
Tue, 28 Jun 2022 05:43:13 +0000 (05:43 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 28 Jun 2022 07:30:02 +0000 (07:30 +0000)
commit748e6c1e80e7c34cf255e1e8e030dd5414afb5da
tree4ec68e357cbc69379c788c50bd51fe598ab2a023
parentb78508696b1997ba0eef4288219071994c88e575
Automatically detect cyclic lists in some Haiku functions

* src/haikuselect.c (haiku_lisp_to_message): Use FOR_EACH_TAIL
to iterate over message data.
src/haikuselect.c