changeset 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 8ecfbf14a036
children 8041d88f98b5
files lisp/progmodes/cc-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)