]> git.eshelyaron.com Git - emacs.git/commit
* keyboard.c: Don't use PROP (...) as an lvalue.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jun 2013 04:15:49 +0000 (21:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jun 2013 04:15:49 +0000 (21:15 -0700)
commit05e3e4125d3c2b19eba1cf86ac4a84011b83efb8
treeac0a177a4cd8106987329142aff493832d9f6e6b
parentd583b36b05d14fe7330a75262d4950770c42adb0
* keyboard.c: Don't use PROP (...) as an lvalue.

(parse_tool_bar_item) [!USE_GTK && !HAVE_NS]:
Use set_prop (A, B), not PROP (A) = B.
src/ChangeLog
src/keyboard.c