/[emacs]/emacs/lisp/autoinsert.el
ViewVC logotype

Diff of /emacs/lisp/autoinsert.el

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

revision 1.34 by fx, Fri Jan 3 20:01:24 2003 UTC revision 1.35 by lektu, Tue Feb 4 10:58:01 2003 UTC
# Line 113  If this contains a %s, that will be repl Line 113  If this contains a %s, that will be repl
113      (("[Mm]akefile\\'" . "Makefile") . "makefile.inc")      (("[Mm]akefile\\'" . "Makefile") . "makefile.inc")
114    
115      (html-mode . (lambda () (sgml-tag "html")))      (html-mode . (lambda () (sgml-tag "html")))
116        
117      (plain-tex-mode . "tex-insert.tex")      (plain-tex-mode . "tex-insert.tex")
118      (bibtex-mode . "tex-insert.tex")      (bibtex-mode . "tex-insert.tex")
119      (latex-mode      (latex-mode
# Line 130  If this contains a %s, that will be repl Line 130  If this contains a %s, that will be repl
130       lambda ()       lambda ()
131         (if (eq major-mode default-major-mode)         (if (eq major-mode default-major-mode)
132           (sh-mode)))           (sh-mode)))
133        
134      (ada-mode . ada-header)      (ada-mode . ada-header)
135    
136      (("\\.[1-9]\\'" . "Man page skeleton")      (("\\.[1-9]\\'" . "Man page skeleton")

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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