* progmodes/cc-cmds.el (c-beginning-of-statement): Use
authorJuri Linkov <juri@jurta.org>
Sun, 18 Apr 2004 22:09:27 +0000 (22:09 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 18 Apr 2004 22:09:27 +0000 (22:09 +0000)
function `sentence-end' instead of variable `sentence-end'.

lisp/progmodes/cc-cmds.el

index c6f60d3..a613690 100644 (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)