/[emacs]/emacs/src/data.c
ViewVC logotype

Diff of /emacs/src/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.223 by miles, Fri Apr 18 01:23:23 2003 UTC revision 1.224 by rms, Sat May 17 12:42:31 2003 UTC
# Line 1092  static int Line 1092  static int
1092  let_shadows_buffer_binding_p (symbol)  let_shadows_buffer_binding_p (symbol)
1093       Lisp_Object symbol;       Lisp_Object symbol;
1094  {  {
1095    struct specbinding *p;    volatile struct specbinding *p;
1096    
1097    for (p = specpdl_ptr - 1; p >= specpdl; p--)    for (p = specpdl_ptr - 1; p >= specpdl; p--)
1098      if (p->func == NULL      if (p->func == NULL

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26