diff options
author | 2009-08-26 05:49:13 +0000 | |
---|---|---|
committer | 2009-08-26 05:49:13 +0000 | |
commit | 7c474b75d15afd05ab3157fb5fa3de2865dfcf64 (patch) | |
tree | 4cfc1acac5ed8a2500dbd916b3f0964ceb475ef3 /app-emacs/csharp-mode/files | |
parent | Version bump. (diff) | |
download | historical-7c474b75d15afd05ab3157fb5fa3de2865dfcf64.tar.gz historical-7c474b75d15afd05ab3157fb5fa3de2865dfcf64.tar.bz2 historical-7c474b75d15afd05ab3157fb5fa3de2865dfcf64.zip |
Adjust dependencies, since cc-mode is going away, bug 282662.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-emacs/csharp-mode/files')
-rw-r--r-- | app-emacs/csharp-mode/files/50csharp-mode-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/csharp-mode/files/50csharp-mode-gentoo.el b/app-emacs/csharp-mode/files/50csharp-mode-gentoo.el new file mode 100644 index 000000000000..ea2056b6a29d --- /dev/null +++ b/app-emacs/csharp-mode/files/50csharp-mode-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t) +(add-to-list 'auto-mode-alist '("\\.cs\\'" . csharp-mode)) |