Fix X11 compilation failure.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jan 2011 23:32:42 +0000 (15:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jan 2011 23:32:42 +0000 (15:32 -0800)
commite1ef0dac0866570df62f96fb004de896f6e82397
treeab6dfedfb3c1ce0532dde71c45ddf370fb9f44b8
parenta2e3ac996870b1a5de299a47cb0ee08fbbac028b
Fix X11 compilation failure.

* globals.h (struct emacs_globals): Document f_Vselection_alist.
* xselect.c (Vselection_alist): Remove declaration, moving its
documentation to globals.h.  This fixes a compilation failure
induced by the earlier change to globals.h today.
src/ChangeLog
src/globals.h
src/xselect.c