]> code.delx.au - gnu-emacs/commitdiff
; * etc/NEWS: Move entry of 'inhibit-point-motion-hooks'.
authorEli Zaretskii <eliz@gnu.org>
Sun, 10 Jan 2016 18:15:10 +0000 (20:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 10 Jan 2016 18:15:10 +0000 (20:15 +0200)
etc/NEWS

index f5f3d86d98e6227bc6d934c5ba928d723a6afe89..e6a31506bc1d9d625f16d9f344b708acb5783af7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1183,12 +1183,11 @@ file and still expect it to be run after startup should set
 `package-enable-at-startup' to t after the call to
 `package-initialize'.
 
+---
 ** `:global' minor mode use `setq-default' rather than `setq'.
 This means that you can't use `make-local-variable' and expect them to
 "magically" become buffer-local.
 
-** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
-
 +++
 ** `track-mouse' no longer freezes the shape of the mouse pointer.
 The `track-mouse' form no longer refrains from changing the shape of
@@ -1336,6 +1335,8 @@ Replaced by properties `cursor-intangible' and `cursor-sensor-functions',
 implemented by the new `cursor-intangible-mode' and
 `cursor-sensor-mode' minor modes.
 
+** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
+
 +++
 ** New process type `pipe', which can be used in combination with the
 `:stderr' keyword of make-process to handle standard error output