From: Juri Linkov Date: Sun, 18 Apr 2004 22:09:27 +0000 (+0000) Subject: * progmodes/cc-cmds.el (c-beginning-of-statement): Use X-Git-Tag: ttn-vms-21-2-B4~6737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=013415170769bfdd87ee314cea40fa8cc09b4b99;p=emacs.git * progmodes/cc-cmds.el (c-beginning-of-statement): Use function `sentence-end' instead of variable `sentence-end'. --- 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)