comparison etc/NEWS @ 26467:fe1632dc5fb3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 Nov 1999 13:35:20 +0000
parents 23b09a47da5c
children 4df5920724de
comparison
equal deleted inserted replaced
26466:b32572666174 26467:fe1632dc5fb3
572 572
573 Note that +++ before an item means the Lisp manual has been updated. 573 Note that +++ before an item means the Lisp manual has been updated.
574 --- means that I have decided it does not need to be in the Lisp manual. 574 --- means that I have decided it does not need to be in the Lisp manual.
575 When you add a new item, please add it without either +++ or --- 575 When you add a new item, please add it without either +++ or ---
576 so I will know I still need to look at it -- rms. 576 so I will know I still need to look at it -- rms.
577
578 ** The new macro `with-syntax-table' can be used to evaluate forms
579 with the syntax table of the current buffer temporarily set to a
580 specified table.
581
582 (with-syntax-table TABLE &rest BODY)
583
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
586 is evaluated, and the saved values are restored, even in case of an
587 abnormal exit. Value is what BODY returns.
577 588
578 ** The optional argument BUFFER of function file-local-copy has been 589 ** The optional argument BUFFER of function file-local-copy has been
579 removed since it wasn't used by anything. 590 removed since it wasn't used by anything.
580 591
581 ** 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