]> git.eshelyaron.com Git - emacs.git/commit
(c-beginning-of-statement)
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 1998 07:04:48 +0000 (07:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 1998 07:04:48 +0000 (07:04 +0000)
commit28c236dee385e1101cfaba57bbf92a25180f7be7
treeb4ddaccae88cc612507fd100ea9caf788420a07d
parenteae86618133fd47f48b0d41d6f9eac1b54c74933
(c-beginning-of-statement)
(c-end-of-statement): Do not move by sentence in strings.

(c-beginning-of-statement): Major rewrite.

(c-beginning-of-defun, c-indent-defun):
Use (c-point 'bod) instead of beginning-of-defun directly.

(c-beginning-of-defun, c-end-of-defun): New commands.

(c-beginning-of-statement): When moving forward by sentences, because
we're either inside or at the start of a comment, be sure to limit
movement to only within the extent of the comment.

(c-electric-colon): Don't insert newlines before or after scope
operators, regardless of the value of c-hanging-colons.

(c-electric-brace): namespace-open and namespace-close braces can hang.

(c-comment-line-break-function): When breaking a
line-oriented comment, copy the comment leader from the previous
line instead of hardcoding it to "// ".  This ensures that
whitespace between the slashes and the text is preserved.

(c-electric-pound, c-electric-brace)
(c-electric-slash, c-electric-star, c-electric-semi&comma)
(c-electric-colon, c-electric-lt-gt, c-scope-operator)
(c-electric-backspace, c-electric-delete)
(c-indent-command, c-indent-exp, c-indent-defun)
(c-backslash-region, c-fill-paragraph): Add "*" to interactive spec.

(c-fill-paragraph): regexp-quote the
fill-prefix when search forward for the end of line oriented comments.
(c-backslash-region): Do not preserve the zmacs region (XEmacs).
lisp/progmodes/cc-cmds.el