/[emacs]/emacs/lisp/progmodes/cc-cmds.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-cmds.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by miles, Mon Sep 1 15:45:34 2003 UTC revision 1.34 by mast, Wed Sep 24 13:55:07 2003 UTC
# Line 509  This function does various newline clean Line 509  This function does various newline clean
509            ;; this case.  So the marker that we put after "else" would            ;; this case.  So the marker that we put after "else" would
510            ;; end up before it.            ;; end up before it.
511            (setq delete-temp-newline            (setq delete-temp-newline
512                  (cons (copy-marker (c-point 'eopl) t)                  (cons (save-excursion
513                            (c-backward-syntactic-ws)
514                            (copy-marker (point) t))
515                        (point-marker))))                        (point-marker))))
516          (unwind-protect          (unwind-protect
517              (progn              (progn
# Line 2671  command to conveniently insert and align Line 2673  command to conveniently insert and align
2673    
2674                     ;; There's no nonempty prefix on the line after the                     ;; There's no nonempty prefix on the line after the
2675                     ;; comment opener.  If the line is empty, or if the                     ;; comment opener.  If the line is empty, or if the
2676                     ;; text on has less or equal indentation than the                     ;; text on it has less or equal indentation than the
2677                     ;; comment starter we assume it's an unclosed                     ;; comment starter we assume it's an unclosed
2678                     ;; comment starter, i.e. that                     ;; comment starter, i.e. that
2679                     ;; `c-block-comment-prefix' should be used.                     ;; `c-block-comment-prefix' should be used.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26