diff options
author | 2007-07-05 23:52:47 +0000 | |
---|---|---|
committer | 2007-07-05 23:52:47 +0000 | |
commit | 3d899f7898e931b14a44c55b75a776a3affafae6 (patch) | |
tree | f89d7d84616bafa3ee29763d66066370da966e48 /dev-lang/gwydion-dylan/files | |
parent | Add missing dependency on virtual/emacs. (diff) | |
download | gentoo-2-3d899f7898e931b14a44c55b75a776a3affafae6.tar.gz gentoo-2-3d899f7898e931b14a44c55b75a776a3affafae6.tar.bz2 gentoo-2-3d899f7898e931b14a44c55b75a776a3affafae6.zip |
Add missing dependency on virtual/emacs.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-lang/gwydion-dylan/files')
-rw-r--r-- | dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el b/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el index b275ec9c829a..80aa21b75a9a 100644 --- a/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el +++ b/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el @@ -1,6 +1,7 @@ + ;;; gwydion-dylan site-lisp configuration (add-to-list 'load-path "@SITELISP@") (autoload 'dylan-mode "dylan-mode" "Dylan-mode" t) -(setq auto-mode-alist (cons '("\\.dylan\\'" . dylan-mode) auto-mode-alist)) +(add-to-list 'auto-mode-alist '("\\.dylan\\'" . dylan-mode)) |