diff options
| author | Dan Nicolaescu | 2007-11-12 07:17:45 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-12 07:17:45 +0000 |
| commit | 2dea72abb42e7a16076e3389ccab199cb175b9b2 (patch) | |
| tree | fc8a7d39765e24b6f6e0565e82d6200c5bb51d9a | |
| parent | 2e7a8a21c95558e1e0236aaaea5bcb29a1e548d8 (diff) | |
| download | emacs-2dea72abb42e7a16076e3389ccab199cb175b9b2.tar.gz emacs-2dea72abb42e7a16076e3389ccab199cb175b9b2.zip | |
* progmodes/compilation-perl.el:
* progmodes/compilation-weblint.el: Disable autoloads, they cause
a bootstrap failure.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/compilation-perl.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/compilation-weblint.el | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 083934494fc..b2456c1a30a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * progmodes/compilation-perl.el: | ||
| 4 | * progmodes/compilation-weblint.el: Disable autoloads, they cause | ||
| 5 | a bootstrap failure. | ||
| 6 | |||
| 3 | * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them | 7 | * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them |
| 4 | instead of doing "cvs diff" in order to avoid accessing the | 8 | instead of doing "cvs diff" in order to avoid accessing the |
| 5 | repository. | 9 | repository. |
diff --git a/lisp/progmodes/compilation-perl.el b/lisp/progmodes/compilation-perl.el index 8401062d13a..768edd3d3a1 100644 --- a/lisp/progmodes/compilation-perl.el +++ b/lisp/progmodes/compilation-perl.el | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | 55 | ||
| 56 | ;;; Code: | 56 | ;;; Code: |
| 57 | 57 | ||
| 58 | ;;;###autoload (eval-after-load "compile" '(require 'compilation-perl)) | 58 | ;;;DISABLE ###autoload (eval-after-load "compile" '(require 'compilation-perl)) |
| 59 | 59 | ||
| 60 | (eval-after-load "compile" | 60 | (eval-after-load "compile" |
| 61 | '(dolist | 61 | '(dolist |
diff --git a/lisp/progmodes/compilation-weblint.el b/lisp/progmodes/compilation-weblint.el index 284d457c3e6..b74d56de09d 100644 --- a/lisp/progmodes/compilation-weblint.el +++ b/lisp/progmodes/compilation-weblint.el | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | 52 | ||
| 53 | ;;; Code: | 53 | ;;; Code: |
| 54 | 54 | ||
| 55 | ;;;###autoload (eval-after-load "compile" '(require 'compilation-weblint)) | 55 | ;;;DISABLE ###autoload (eval-after-load "compile" '(require 'compilation-weblint)) |
| 56 | 56 | ||
| 57 | (eval-after-load "compile" | 57 | (eval-after-load "compile" |
| 58 | '(progn | 58 | '(progn |