Lines Matching defs:comment
21 (define-key keymap "\C-c\C-c" 'comment-region)
48 ;; commenting-out plus including other kinds of comment
55 (make-local-variable 'comment-start)
56 (setq comment-start "#")
57 (make-local-variable 'comment-padding)
58 (setq comment-padding 0)
59 (make-local-variable 'comment-start-skip)
60 (setq comment-start-skip "#") ;; %[%{[]() *")
61 (make-local-variable 'comment-column)
62 (setq comment-column 40)
63 (make-local-variable 'comment-indent-function)
96 (defvar hpf-comment-face 'hpf-comment-face)
97 (setq hpf-comment-face 'font-lock-comment-face)
121 '("#.*$" (0 (symbol-value 'hpf-comment-face) keep t)))