diff lisp/progmodes/cc-cmds.el @ 54979:58e804f5b777

* progmodes/cc-cmds.el (c-beginning-of-statement): Use function `sentence-end' instead of variable `sentence-end'.
author Juri Linkov <juri@jurta.org>
date Sun, 18 Apr 2004 22:09:27 +0000
parents 49f65e04ba8e
children b7446b6f097d 4c90ffeb71c5
line wrap: on
line diff
--- a/lisp/progmodes/cc-cmds.el	Sun Apr 18 22:08:54 2004 +0000
+++ b/lisp/progmodes/cc-cmds.el	Sun Apr 18 22:09:27 2004 +0000
@@ -1488,7 +1488,7 @@
 				     (save-excursion
 				       (beginning-of-line)
 				       (or (not (re-search-backward
-						 sentence-end
+						 (sentence-end)
 						 (c-point 'bopl)
 						 t))
 					   (< (match-end 0)