/[emacs]/emacs/lisp/progmodes/antlr-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/antlr-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by eliz, Sun Aug 26 16:32:55 2001 UTC revision 1.8 by monnier, Sun Dec 2 07:20:13 2001 UTC
# Line 1391  Otherwise, indent the current line with Line 1391  Otherwise, indent the current line with
1391    (make-local-variable 'comment-multi-line)    (make-local-variable 'comment-multi-line)
1392    (make-local-variable 'outline-regexp)    (make-local-variable 'outline-regexp)
1393    (make-local-variable 'outline-level)    (make-local-variable 'outline-level)
   (make-local-variable 'adaptive-fill-regexp)  
   (make-local-variable 'adaptive-fill-mode)  
1394    (make-local-variable 'imenu-generic-expression) ;set in the mode functions    (make-local-variable 'imenu-generic-expression) ;set in the mode functions
1395    (and (boundp 'comment-line-break-function)    (and (boundp 'comment-line-break-function)
1396         (make-local-variable 'comment-line-break-function))         (make-local-variable 'comment-line-break-function))
# Line 1414  Otherwise, indent the current line with Line 1412  Otherwise, indent the current line with
1412          comment-column 32          comment-column 32
1413          comment-start-skip "/\\*+ *\\|// *"          comment-start-skip "/\\*+ *\\|// *"
1414          comment-multi-line nil          comment-multi-line nil
1415          comment-line-break-function 'c-comment-line-break-function          comment-line-break-function 'c-comment-line-break-function)
         adaptive-fill-regexp nil  
         adaptive-fill-mode nil)  
1416    ;; we have to do something special for c-offsets-alist so that the    ;; we have to do something special for c-offsets-alist so that the
1417    ;; buffer local value has its own alist structure.    ;; buffer local value has its own alist structure.
1418    (setq c-offsets-alist (copy-alist c-offsets-alist))    (setq c-offsets-alist (copy-alist c-offsets-alist))

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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