diff options
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -1325,6 +1325,11 @@ temporary-file-directory instead. | |||
| 1325 | removed. The function now takes extra arguments for specifying | 1325 | removed. The function now takes extra arguments for specifying |
| 1326 | arbitrary abbrev properties. | 1326 | arbitrary abbrev properties. |
| 1327 | 1327 | ||
| 1328 | ** end-of-defun-function is now guaranteed to work only when called | ||
| 1329 | from the start of a defun. It must now leave point exactly at the end | ||
| 1330 | of defun, since `end-of-defun' now itself moves forward over | ||
| 1331 | whitespace after calling it. | ||
| 1332 | |||
| 1328 | 1333 | ||
| 1329 | * Lisp Changes in Emacs 23.1 | 1334 | * Lisp Changes in Emacs 23.1 |
| 1330 | 1335 | ||
| @@ -1383,8 +1388,9 @@ like this: | |||
| 1383 | ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. | 1388 | ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. |
| 1384 | 1389 | ||
| 1385 | +++ | 1390 | +++ |
| 1386 | ** `beginning-of-defun-function' now takes one argument, the count | 1391 | ** `beginning-of-defun-function' now takes one argument, the count given to |
| 1387 | given to `beginning-of-defun'. | 1392 | `beginning-of-defun'. (N.B. `end-of-defun-function' doesn't take any |
| 1393 | arguments.) | ||
| 1388 | 1394 | ||
| 1389 | +++ | 1395 | +++ |
| 1390 | ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. | 1396 | ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. |