]> Savannah Git Hosting - gnulib.git/commit
threadlib: make m4 work better with Emacs
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Apr 2025 06:49:12 +0000 (23:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Apr 2025 06:55:41 +0000 (23:55 -0700)
commit81b905279fb83a038e00e48bd9f5a5d013e2123b
tree64578a43006178d1afce6224dff797eb2d094abd
parent8ffb4f400d9e40f16757d39b3acf595ff7a46875
threadlib: make m4 work better with Emacs

* m4/threadlib.m4: Refactor by prefering AS_CASE to case, " to ',
$(...) to `, [[...]] to changequote, and #-to-newline to #-with-].
That way, Emacs commands recognize the sexps here.
Omit some unnecessary quotes.
ChangeLog
m4/threadlib.m4