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

Diff of /emacs/src/minibuf.c

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

revision 1.244 by monnier, Sun Jul 7 21:09:14 2002 UTC revision 1.245 by lektu, Wed Jul 10 08:44:10 2002 UTC
# Line 565  read_minibuf (map, initial, prompt, back Line 565  read_minibuf (map, initial, prompt, back
565    
566    /* Erase the buffer.  */    /* Erase the buffer.  */
567    {    {
568      int count1 = BINDING_STACK_SIZE ();      int count1 = SPECPDL_INDEX ();
569      specbind (Qinhibit_read_only, Qt);      specbind (Qinhibit_read_only, Qt);
570      specbind (Qinhibit_modification_hooks, Qt);      specbind (Qinhibit_modification_hooks, Qt);
571      Ferase_buffer ();      Ferase_buffer ();

Legend:
Removed from v.1.244  
changed lines
  Added in v.1.245

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