aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3bb88da43a3..c34ed537ea7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -89,6 +89,10 @@ indentation, which can be adjusted via ad-hoc indentation rules.
89 89
90* Incompatible Lisp Changes in Emacs 23.3 90* Incompatible Lisp Changes in Emacs 23.3
91 91
92** posn-col-row now excludes the header line from the row count
93If the frame has a header line, posn-col-row will count row numbers
94starting from the first line of text below the header line.
95
92 96
93* Lisp changes in Emacs 23.3 97* Lisp changes in Emacs 23.3
94 98