]> git.eshelyaron.com Git - emacs.git/commit
Be more consistent about the 'Qfoo' naming convention.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Jun 2014 08:10:48 +0000 (01:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Jun 2014 08:10:48 +0000 (01:10 -0700)
commit40f5d4b76087eb5808ea228fc490b86cb9d85235
tree0214650f2d1d1712a494319aebbf1977db2eac50
parent7967f7d1d44a1c8e1b077fa186d43a86c72f5d95
Be more consistent about the 'Qfoo' naming convention.

* image.c (Fimagemagick_types):
* lisp.h (lisp_h_CHECK_TYPE, CHECK_TYPE, CHECK_ARRAY):
* process.c (Fmake_network_process):
Rename C local identifier 'Qfoo to avoid giving the false
impression that it stands for the symbol 'foo'.
src/ChangeLog
src/image.c
src/lisp.h
src/process.c