comparison etc/NEWS @ 26541:ce6bf7b42bc7

--with-syntax-table changed.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 22 Nov 1999 15:14:45 +0000
parents 4df5920724de
children 12a1dfb72160
comparison
equal deleted inserted replaced
26540:224b06716349 26541:ce6bf7b42bc7
580 specified table. 580 specified table.
581 581
582 (with-syntax-table TABLE &rest BODY) 582 (with-syntax-table TABLE &rest BODY)
583 583
584 Evaluate BODY with syntax table of current buffer set to a copy of 584 Evaluate BODY with syntax table of current buffer set to a copy of
585 TABLE. Point, mark, current buffer, and syntax table are saved, BODY 585 TABLE. The current syntax table is saved, BODY is evaluated, and the
586 is evaluated, and the saved values are restored, even in case of an 586 saved table is restored, even in case of an abnormal exit. Value is
587 abnormal exit. Value is what BODY returns. 587 what BODY returns.
588 588
589 ** The optional argument BUFFER of function file-local-copy has been 589 ** The optional argument BUFFER of function file-local-copy has been
590 removed since it wasn't used by anything. 590 removed since it wasn't used by anything.
591 591
592 ** The file name argument of function `file-locked-p' is now required 592 ** The file name argument of function `file-locked-p' is now required