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:
parent
20796cbc49
commit
0134151707
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue