BSD 4_4 development
[unix-history] / usr / contrib / lib / emacs / lisp / c-fill.elc
(defvar c-comment-starting-blank t "\
*Controls whether global comments have an initial blank line.")
(defvar c-comment-indenting t "\
*If set global comments are indented to the level of the previous line.")
(defvar c-comment-hanging-indent t "\
*If true, comments will be automatically indented to the dash.")
(defvar c-hang-already-done t "\
If true we have performed the haning indent already for this comment.")
(defvar c-comment-mode-map nil "\
Keymap used in C comment mode.")
(if c-comment-mode-map nil (setq c-comment-mode-map (copy-keymap c-mode-map)) (define-key c-comment-mode-map "\e " (quote newline)) (define-key c-comment-mode-map "\eq" (quote set-fill-and-fill)) (define-key c-comment-mode-map " " (quote set-fill-and-return)))
(defun c-comment nil "\
Edit a C comment with filling and indentation.
This performs hanging indentation, symmetric placement of delimiters,
and Indented-Text mode style indentation. Type 'M-x apropos
c-comment' for information on options." (interactive) (byte-code "Ì\88 \83