Skip to content

Commit

Permalink
Fix typo in trailing line which prevented package installation
Browse files Browse the repository at this point in the history
The small typo in the trailing line broke `package-buffer-info`
and hence installation of this library via the `package.el` mechanisms.
  • Loading branch information
purcell committed Mar 28, 2013
1 parent 5d1b849 commit 33c8d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glsl-mode.el
Expand Up @@ -295,4 +295,4 @@
;(easy-menu-define c-glsl-menu glsl-mode-map "GLSL Mode Commands"
; (cons "GLSL" (c-lang-const c-mode-menu glsl)))

;;; glsls-mode.el ends here
;;; glsl-mode.el ends here

0 comments on commit 33c8d02

Please sign in to comment.