Mercurial > emacs
changeset 41775:c4946eb1e1e8
(antlr-c-common-init): Don't inhibit adaptive-fill-mode any more.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 02 Dec 2001 07:20:13 +0000 |
parents | 6297965bc792 |
children | 2682c3f36a6a |
files | lisp/progmodes/antlr-mode.el |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/antlr-mode.el Sun Dec 02 07:17:48 2001 +0000 +++ b/lisp/progmodes/antlr-mode.el Sun Dec 02 07:20:13 2001 +0000 @@ -1391,8 +1391,6 @@ (make-local-variable 'comment-multi-line) (make-local-variable 'outline-regexp) (make-local-variable 'outline-level) - (make-local-variable 'adaptive-fill-regexp) - (make-local-variable 'adaptive-fill-mode) (make-local-variable 'imenu-generic-expression) ;set in the mode functions (and (boundp 'comment-line-break-function) (make-local-variable 'comment-line-break-function)) @@ -1414,9 +1412,7 @@ comment-column 32 comment-start-skip "/\\*+ *\\|// *" comment-multi-line nil - comment-line-break-function 'c-comment-line-break-function - adaptive-fill-regexp nil - adaptive-fill-mode nil) + comment-line-break-function 'c-comment-line-break-function) ;; we have to do something special for c-offsets-alist so that the ;; buffer local value has its own alist structure. (setq c-offsets-alist (copy-alist c-offsets-alist))