From 013415170769bfdd87ee314cea40fa8cc09b4b99 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 18 Apr 2004 22:09:27 +0000 Subject: [PATCH] * progmodes/cc-cmds.el (c-beginning-of-statement): Use function `sentence-end' instead of variable `sentence-end'. --- lisp/progmodes/cc-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index c6f60d3dcc0..a61369004e8 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el @@ -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) -- 2.39.2