/[emacs]/emacs/lisp/progmodes/idlwave.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/idlwave.el

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

revision 3.34 by jdsmith, Wed Dec 15 19:06:11 2004 UTC revision 3.35 by rms, Fri Dec 31 14:54:11 2004 UTC
# Line 1892  The main features of this mode are Line 1892  The main features of this mode are
1892        
1893    (set (make-local-variable 'comment-start-skip) ";+[ \t]*")    (set (make-local-variable 'comment-start-skip) ";+[ \t]*")
1894    (set (make-local-variable 'comment-start) ";")    (set (make-local-variable 'comment-start) ";")
1895    (set (make-local-variable 'require-final-newline) t)    (set (make-local-variable 'require-final-newline) mode-require-final-newline)
1896    (set (make-local-variable 'abbrev-all-caps) t)    (set (make-local-variable 'abbrev-all-caps) t)
1897    (set (make-local-variable 'indent-tabs-mode) nil)    (set (make-local-variable 'indent-tabs-mode) nil)
1898    (set (make-local-variable 'completion-ignore-case) t)    (set (make-local-variable 'completion-ignore-case) t)

Legend:
Removed from v.3.34  
changed lines
  Added in v.3.35

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