diff -r c3390bcde246 -r 1f8c3b0b0ca3 .emacs-my --- a/.emacs-my Thu Oct 21 16:05:39 2010 +0300 +++ b/.emacs-my Thu Oct 21 16:06:36 2010 +0300 @@ -1249,16 +1249,6 @@ ;;; ---------------------------------------------------------------- ;;; java. -;; If you want Emacs to defer loading the JDE until you open a Java file, edit -;; the following line: - -;; (setq defer-loading-jde t) -;; (if defer-loading-jde -;; (progn -;; (autoload 'jde-mode "jde" "JDE mode." t) -;; (add-to-list 'auto-mode-alist '("\\.java\\'" . jde-mode)) -;; (require 'jde))) - ;;; ---------------------------------------------------------------- ;;; ECB.