diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-02-17 07:04:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-02-17 07:04:48 +0000 |
commit | 28c236dee385e1101cfaba57bbf92a25180f7be7 (patch) | |
tree | b4ddaccae88cc612507fd100ea9caf788420a07d /lisp/emacs-lisp | |
parent | eae86618133fd47f48b0d41d6f9eac1b54c74933 (diff) | |
download | emacs-28c236dee385e1101cfaba57bbf92a25180f7be7.tar.gz emacs-28c236dee385e1101cfaba57bbf92a25180f7be7.tar.bz2 emacs-28c236dee385e1101cfaba57bbf92a25180f7be7.zip |
(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).
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions