/[emacs]/emacs/lisp/textmodes/sgml-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/sgml-mode.el

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

revision 1.71 by mdub, Mon Apr 1 12:08:13 2002 UTC revision 1.72 by mdub, Mon Apr 1 12:43:47 2002 UTC
# Line 410  Do \\[describe-key] on the following bin Line 410  Do \\[describe-key] on the following bin
410    (set (make-local-variable 'paragraph-separate)    (set (make-local-variable 'paragraph-separate)
411         (concat paragraph-start "$"))         (concat paragraph-start "$"))
412    (set (make-local-variable 'adaptive-fill-regexp) "[ \t]*")    (set (make-local-variable 'adaptive-fill-regexp) "[ \t]*")
413      (set (make-local-variable 'indent-line-function) 'sgml-indent-line)
414    (set (make-local-variable 'comment-start) "<!-- ")    (set (make-local-variable 'comment-start) "<!-- ")
415    (set (make-local-variable 'comment-end) " -->")    (set (make-local-variable 'comment-end) " -->")
416    (set (make-local-variable 'comment-indent-function) 'sgml-comment-indent)    (set (make-local-variable 'comment-indent-function) 'sgml-comment-indent)

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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