]> code.delx.au - gnu-emacs/blobdiff - src/sysselect.h
(XMenuActivate): Fix call to lookup_derived_face.
[gnu-emacs] / src / sysselect.h
index 139960031a8c808afa9c9362df44e563a07f3f5a..5aa9eb4aee71d2b567c24ed03c166049d312c29e 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 #ifdef HAVE_SYS_SELECT
 #include <sys/select.h>
@@ -42,3 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #if !defined (HAVE_SELECT) || defined (BROKEN_SELECT_NON_X)
 #define select sys_select
 #endif
+
+/* arch-tag: 36d05500-8cf6-4847-8e78-6721f18c06ef
+   (do not change this comment) */