]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add vhdl-mode.
authorKarl Heuer <kwzh@gnu.org>
Sun, 18 Jan 1998 03:21:25 +0000 (03:21 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 18 Jan 1998 03:21:25 +0000 (03:21 +0000)
lisp/files.el

index a11d013dc862d6aa51f3c8126e7626ea01236295..e1c80a6ef6fceb75500e329291b2d15e7dd0fe84 100644 (file)
@@ -1182,6 +1182,7 @@ run `normal-mode' explicitly."
     ("\\.mc\\'" . m4-mode)
     ("\\.mf\\'" . metafont-mode)
     ("\\.mp\\'" . metapost-mode)
+    ("\\.vhdl?\\'" . vhdl-mode)
     ("\\.article\\'" . text-mode)
     ("\\.letter\\'" . text-mode)
     ("\\.tcl\\'" . tcl-mode)