emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el
Date: Mon, 03 Dec 2001 04:32:46 -0500

Index: emacs/lisp/progmodes/antlr-mode.el
diff -c emacs/lisp/progmodes/antlr-mode.el:1.8 
emacs/lisp/progmodes/antlr-mode.el:1.9
*** emacs/lisp/progmodes/antlr-mode.el:1.8      Sun Dec  2 02:20:13 2001
--- emacs/lisp/progmodes/antlr-mode.el  Mon Dec  3 04:32:46 2001
***************
*** 1391,1396 ****
--- 1391,1398 ----
    (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))
***************
*** 1412,1418 ****
        comment-column 32
        comment-start-skip "/\\*+ *\\|// *"
        comment-multi-line 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))
--- 1414,1422 ----
        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)
    ;; 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]