Mercurial > urweb
annotate src/elisp/urweb-mode-startup.el @ 600:d1cce194180d
Do proper insertion of dynamic content within nested DOM containers
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 11 Jan 2009 10:41:38 -0500 |
parents | 3a1e36b14105 |
children |
rev | line source |
---|---|
adamc@350 | 1 |
adamc@350 | 2 ;;; Generated autoloads from urweb-mode.el |
adamc@350 | 3 (add-to-list 'load-path (file-name-directory load-file-name)) |
adamc@350 | 4 |
adamc@350 | 5 (add-to-list (quote auto-mode-alist) (quote ("\\.ur\\(s\\)?\\'" . urweb-mode))) |
adamc@350 | 6 |
adamc@350 | 7 (autoload (quote urweb-mode) "urweb-mode" "\ |
adamc@350 | 8 \\<urweb-mode-map>Major mode for editing Ur/Web code. |
adamc@350 | 9 This mode runs `urweb-mode-hook' just before exiting. |
adamc@350 | 10 \\{urweb-mode-map} |
adamc@350 | 11 |
adamc@350 | 12 \(fn)" t nil) |
adamc@350 | 13 |
adamc@350 | 14 ;;;*** |
adamc@350 | 15 |
adamc@350 | 16 ;;;### (autoloads nil nil ("urweb-compat.el" "urweb-defs.el" |
adamc@350 | 17 ;;;;;; "urweb-util.el") (18072 34664 948142)) |
adamc@350 | 18 |
adamc@350 | 19 ;;;*** |
adamc@350 | 20 |