Merge pull request #139 from jasonblewis/scad-mode-fix-filename

fixed file name in comments that are used for elpa/marmalade integration
felipesanches-svg
Marius Kintel 2012-07-07 07:00:32 -07:00
commit b028b704e0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
;;; scad.el --- SCAD mode derived mode
;;; scad-mode.el --- SCAD mode derived mode
;; Author: Len Trigg
;; Maintainer: Len Trigg <lenbok@gmail.com>
@ -226,4 +226,4 @@
(call-process scad-command nil 0 nil (buffer-file-name)))
(provide 'scad)
;;; scad.el ends here
;;; scad-mode.el ends here