]> code.delx.au - gnu-emacs/commit
Minor improvements to new stack-allocated Lisp objects.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Sep 2014 22:49:24 +0000 (15:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Sep 2014 22:49:24 +0000 (15:49 -0700)
commitf135e94e4ecb4c6d3f88c7e028c935c2858f2e02
treecce4bcd9dcf5a580b6e42407166013be6ce351fa
parent91953c118721024b3b8db0d4fb318898203a1e56
Minor improvements to new stack-allocated Lisp objects.

* frame.h (FRAME_PARAMETER):
Prefer scoped_list1 to local_list1 where either would do.
* lisp.h (scoped_list4): New macro.
(local_cons, local_list1, local_list2, local_list3, local_list4)
(make_local_vector, make_local_string, build_local_string):
Prefer functions to macros where either would do.
* xdisp.c (build_desired_tool_bar_string):
Prefer scoped_list4 to local_list4 where either would do.
src/ChangeLog
src/frame.h
src/lisp.h
src/xdisp.c