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

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

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

revision 1.28 by uid65627, Mon Feb 16 19:34:25 2004 UTC revision 1.29 by rms, Fri Dec 31 14:53:55 2004 UTC
# Line 177  with no args, if that value is non-nil." Line 177  with no args, if that value is non-nil."
177    (make-local-variable 'indent-line-function)    (make-local-variable 'indent-line-function)
178    (setq indent-line-function 'icon-indent-line)    (setq indent-line-function 'icon-indent-line)
179    (make-local-variable 'require-final-newline)    (make-local-variable 'require-final-newline)
180    (setq require-final-newline t)    (setq require-final-newline mode-require-final-newline)
181    (make-local-variable 'comment-start)    (make-local-variable 'comment-start)
182    (setq comment-start "# ")    (setq comment-start "# ")
183    (make-local-variable 'comment-end)    (make-local-variable 'comment-end)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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