diff options
| author | Stefan Monnier | 2012-08-10 10:47:12 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-10 10:47:12 -0400 |
| commit | e18941095a56075d6eb908a65aafcd1697fea2ae (patch) | |
| tree | 8d19e753be6174e4b2195391898bca167ebdbdae /etc | |
| parent | a3095f422d5a1ba89b7e5f0c3a8826cb9195fb36 (diff) | |
| download | emacs-e18941095a56075d6eb908a65aafcd1697fea2ae.tar.gz emacs-e18941095a56075d6eb908a65aafcd1697fea2ae.zip | |
* lisp/term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
* lisp/subr.el (eventp): `nil' is not an event, and eventp is not hot.
(event-start, event-end): Use posn-at-point to return a more
informative posn.
(posnp): New function.
* lisp/mouse.el (popup-menu-normalize-position): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -556,6 +556,8 @@ are deprecated and will be removed eventually. | |||
| 556 | 556 | ||
| 557 | ** New functions `autoloadp' and `autoload-do-load'. | 557 | ** New functions `autoloadp' and `autoload-do-load'. |
| 558 | 558 | ||
| 559 | ** New function `posnp' to test if an object is a `posn'. | ||
| 560 | |||
| 559 | ** `function-get' fetches the property of a function, following aliases. | 561 | ** `function-get' fetches the property of a function, following aliases. |
| 560 | 562 | ||
| 561 | ** `toggle-read-only' accepts a second argument specifying whether to | 563 | ** `toggle-read-only' accepts a second argument specifying whether to |