]> git.eshelyaron.com Git - emacs.git/commit
* src/xwidget.c: Prefix all Lisp keywords on the C side by QC (standard
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Tue, 11 Jun 2013 21:05:18 +0000 (23:05 +0200)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Tue, 11 Jun 2013 21:05:18 +0000 (23:05 +0200)
commitd4244f65c1103f285f8e61826eb804a568d548ef
treeac0c5a6a38850ffb6a6e8ffeb9e11a70a7aa2c49
parent64548c82e4d959bc4253cc3d2869eb8f76a4e989
* src/xwidget.c: Prefix all Lisp keywords on the C side by QC (standard
convention).

This is done especially for Qtitle which is used here as a keyword but
which is also declared in frame.c and used as a regular symbol.
src/xwidget.c