1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* progmodes/cc-cmds.el (c-beginning-of-statement): Use

function `sentence-end' instead of variable `sentence-end'.
This commit is contained in:
Juri Linkov 2004-04-18 22:09:27 +00:00
parent 20796cbc49
commit 0134151707

View file

@ -1488,7 +1488,7 @@ more \"DWIM:ey\"."
(save-excursion
(beginning-of-line)
(or (not (re-search-backward
sentence-end
(sentence-end)
(c-point 'bopl)
t))
(< (match-end 0)