comparison etc/NEWS @ 53842:3509bc91f7c8

Add line-number-at-pos.
author Kim F. Storm <storm@cua.dk>
date Sat, 07 Feb 2004 01:03:03 +0000
parents ea7da7db6372
children 26a9358626e3
comparison
equal deleted inserted replaced
53841:e1eb498238f9 53842:3509bc91f7c8
1799 1799
1800 ** `cfengine-mode' is a major mode for editing GNU Cfengine 1800 ** `cfengine-mode' is a major mode for editing GNU Cfengine
1801 configuration files. 1801 configuration files.
1802 1802
1803 * Lisp Changes in Emacs 21.4 1803 * Lisp Changes in Emacs 21.4
1804
1805 +++
1806 ** New function `line-number-at-pos' returns line number of current
1807 line in current buffer, or if optional buffer position is given, line
1808 number of corresponding line in current buffer.
1804 1809
1805 ** The default value of `sentence-end' is now defined using the new 1810 ** The default value of `sentence-end' is now defined using the new
1806 variable `sentence-end-without-space' which contains such characters 1811 variable `sentence-end-without-space' which contains such characters
1807 that end a sentence without following spaces. 1812 that end a sentence without following spaces.
1808 1813