Does this fix it?

*** fileio.c    09 May 2005 16:51:43 -0400      1.540
--- fileio.c    10 May 2005 14:16:29 -0400      
***************
*** 373,379 ****
          Lisp_Object string = XCAR (elt);
          int match_pos;
          Lisp_Object handler = XCDR (elt);
!         Lisp_Object operations = Fget (handler, Qoperations);
  
          if (STRINGP (string)
              && (match_pos = fast_string_match (string, filename)) > pos
--- 373,382 ----
          Lisp_Object string = XCAR (elt);
          int match_pos;
          Lisp_Object handler = XCDR (elt);
!         Lisp_Object operations = Qnil;
! 
!         if (SYMBOLP (handler))
!           operations = Fget (handler, Qoperations);
  
          if (STRINGP (string)
              && (match_pos = fast_string_match (string, filename)) > pos


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to