diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -626,6 +626,10 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 626 | When you add a new item, please add it without either +++ or --- | 626 | When you add a new item, please add it without either +++ or --- |
| 627 | so I will know I still need to look at it -- rms. | 627 | so I will know I still need to look at it -- rms. |
| 628 | 628 | ||
| 629 | ** The function `intern-soft' now accepts a symbol as first argument. | ||
| 630 | In this case, that exact symbol is looked up in the specified obarray, | ||
| 631 | and the function's value is nil if it is not found. | ||
| 632 | |||
| 629 | ** The new macro `with-syntax-table' can be used to evaluate forms | 633 | ** The new macro `with-syntax-table' can be used to evaluate forms |
| 630 | with the syntax table of the current buffer temporarily set to a | 634 | with the syntax table of the current buffer temporarily set to a |
| 631 | specified table. | 635 | specified table. |