aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2012-08-10 10:47:12 -0400
committerStefan Monnier2012-08-10 10:47:12 -0400
commite18941095a56075d6eb908a65aafcd1697fea2ae (patch)
tree8d19e753be6174e4b2195391898bca167ebdbdae /etc
parenta3095f422d5a1ba89b7e5f0c3a8826cb9195fb36 (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e802340608e..10dfe408813 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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