# HG changeset patch # User Oleksandr Gavenko # Date 1232361721 -7200 # Node ID 4e17d15024fb50c95915c13253e0f2b8540681da # Parent 27add777f3575c4fe6ed9fcb9da440a25cc46147 Forget close brace. diff -r 27add777f357 -r 4e17d15024fb .emacs-my --- a/.emacs-my Sun Jan 18 22:15:19 2009 +0200 +++ b/.emacs-my Mon Jan 19 12:42:01 2009 +0200 @@ -581,7 +581,7 @@ ;; For DOS init files (when (equal window-system 'w32) (add-to-list 'auto-mode-alist '("CONFIG\\." . bat-mode)) - (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode)))) + (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode))))) ;; ====================================================================== ;;