Remove old commented jde settings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 21 Oct 2010 16:06:36 +0300
changeset 500 1f8c3b0b0ca3
parent 499 c3390bcde246
child 501 01ea09b00f76
Remove old commented jde settings.
.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.