Mercurial > emacs
comparison etc/NEWS @ 58314:b9d98918e0ac
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 19 Nov 2004 03:03:18 +0000 |
parents | 7c3f5740a5cc |
children | a945a6396351 b637c617432f |
comparison
equal
deleted
inserted
replaced
58313:4993ab2b072d | 58314:b9d98918e0ac |
---|---|
2355 ** The new primitive `get-internal-run-time' returns the processor | 2355 ** The new primitive `get-internal-run-time' returns the processor |
2356 run time used by Emacs since start-up. | 2356 run time used by Emacs since start-up. |
2357 | 2357 |
2358 +++ | 2358 +++ |
2359 ** The new function `called-interactively-p' does what many people | 2359 ** The new function `called-interactively-p' does what many people |
2360 have mistakenly believed `interactively-p' did: it returns t if the | 2360 have mistakenly believed `interactive-p' did: it returns t if the |
2361 calling function was called through `call-interactively'. | 2361 calling function was called through `call-interactively'. This should |
2362 This should only be used when you cannot add a new "interactively" | 2362 only be used when you cannot add a new "interactive" argument to the |
2363 argument to the command. | 2363 command. |
2364 | |
2365 +++ | |
2366 ** The new function `assoc-string' replaces `assoc-ignore-case' and | |
2367 `assoc-ignore-representation', which are still available, but have | |
2368 been declared obsolete. | |
2364 | 2369 |
2365 +++ | 2370 +++ |
2366 ** An interactive specification may now use the code letter 'U' to get | 2371 ** An interactive specification may now use the code letter 'U' to get |
2367 the up-event that was discarded in case the last key sequence read for a | 2372 the up-event that was discarded in case the last key sequence read for a |
2368 previous 'k' or 'K' argument was a down-event; otherwise nil is used. | 2373 previous 'k' or 'K' argument was a down-event; otherwise nil is used. |