X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/8d0eb4c275581847990b85dbb350caa3df9e653f..efc00ab16e2890b75d7224434ac43fe944ade4dd:/src/syntax.h diff --git a/src/syntax.h b/src/syntax.h index 1ea37ac5d5..6edb158579 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -1,6 +1,6 @@ /* Declarations having to do with GNU Emacs syntax tables. -Copyright (C) 1985, 1993-1994, 1997-1998, 2001-2011 +Copyright (C) 1985, 1993-1994, 1997-1998, 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -258,7 +258,7 @@ do \ else if (EQ (gl_state.object, Qt)) \ { \ gl_state.b_property = 0; \ - gl_state.e_property = MOST_POSITIVE_FIXNUM; \ + gl_state.e_property = PTRDIFF_MAX; \ gl_state.offset = 0; \ } \ else \