/[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.26 by mast, Mon Apr 22 00:35:36 2002 UTC revision 1.27 by mast, Mon Apr 22 22:35:45 2002 UTC
# Line 2900  command to conveniently insert and align Line 2900  command to conveniently insert and align
2900                ;; The region includes the comment starter.                ;; The region includes the comment starter.
2901                (save-excursion                (save-excursion
2902                  (goto-char (car c-lit-limits))                  (goto-char (car c-lit-limits))
2903                  (if (looking-at (concat "\\(" comment-start-skip "\\)$"))                  (if (and (looking-at (concat "\\(" comment-start-skip "\\)$"))
2904                             (> here (match-end 0)))
2905                      ;; Begin with the next line.                      ;; Begin with the next line.
2906                      (setq beg (c-point 'bonl))                      (setq beg (c-point 'bonl))
2907                    ;; Fake the fill prefix in the first line.                    ;; Fake the fill prefix in the first line.

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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