/[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.8 by monnier, Sun Dec 2 07:20:13 2001 UTC revision 1.9 by monnier, Mon Dec 3 09:32:46 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)
1394      (make-local-variable 'adaptive-fill-regexp)
1395      (make-local-variable 'adaptive-fill-mode)
1396    (make-local-variable 'imenu-generic-expression) ;set in the mode functions    (make-local-variable 'imenu-generic-expression) ;set in the mode functions
1397    (and (boundp 'comment-line-break-function)    (and (boundp 'comment-line-break-function)
1398         (make-local-variable 'comment-line-break-function))         (make-local-variable 'comment-line-break-function))
# Line 1412  Otherwise, indent the current line with Line 1414  Otherwise, indent the current line with
1414          comment-column 32          comment-column 32
1415          comment-start-skip "/\\*+ *\\|// *"          comment-start-skip "/\\*+ *\\|// *"
1416          comment-multi-line nil          comment-multi-line nil
1417          comment-line-break-function 'c-comment-line-break-function)          comment-line-break-function 'c-comment-line-break-function
1418            adaptive-fill-regexp nil
1419            adaptive-fill-mode nil)
1420    ;; 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
1421    ;; buffer local value has its own alist structure.    ;; buffer local value has its own alist structure.
1422    (setq c-offsets-alist (copy-alist c-offsets-alist))    (setq c-offsets-alist (copy-alist c-offsets-alist))

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

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