diff options
| author | Stefan Monnier | 2005-03-14 19:39:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-03-14 19:39:17 +0000 |
| commit | 8a46238114f7eed372f77e20582077d9a0f088c0 (patch) | |
| tree | 869901f9da8b0525c5021718f01f79f8ffb79d2b | |
| parent | dc64809a6f2408457b084cd7c89c463b64567de5 (diff) | |
| download | emacs-8a46238114f7eed372f77e20582077d9a0f088c0.tar.gz emacs-8a46238114f7eed372f77e20582077d9a0f088c0.zip | |
(smerge-ediff): Remove bogus autoload.
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/pcvs.el | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61c32c37b09..48a11e45202 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * pcvs.el (smerge-ediff): Remove bogus autoload. | ||
| 4 | |||
| 1 | 2005-03-14 Lute Kamstra <lute@gnu.org> | 5 | 2005-03-14 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix. | 7 | * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix. |
| 4 | Ignore a `*' at the beginning of a line. | 8 | Ignore a `*' at the beginning of a line. |
| 5 | 9 | ||
| 6 | * subr.el (macro-declaration-function): Move to | 10 | * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el. |
| 7 | emacs-lisp/byte-run.el. | ||
| 8 | * emacs-lisp/byte-run.el (macro-declaration-function): Move from | 11 | * emacs-lisp/byte-run.el (macro-declaration-function): Move from |
| 9 | subr.el. | 12 | subr.el. |
| 10 | (dont-compile, eval-when-compile, eval-and-compile): Use declare | 13 | (dont-compile, eval-when-compile, eval-and-compile): Use declare |
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 2c0016dcc47..b00de07e50f 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el | |||
| @@ -1704,8 +1704,6 @@ Signal an error if there is no backup file." | |||
| 1704 | (message "Retrieving revision %s... Done" rev) | 1704 | (message "Retrieving revision %s... Done" rev) |
| 1705 | (current-buffer)))))) | 1705 | (current-buffer)))))) |
| 1706 | 1706 | ||
| 1707 | (eval-and-compile (autoload 'smerge-ediff "smerge-mode")) | ||
| 1708 | |||
| 1709 | ;; FIXME: The user should be able to specify ancestor/head/backup and we should | 1707 | ;; FIXME: The user should be able to specify ancestor/head/backup and we should |
| 1710 | ;; provide sensible defaults when merge info is unavailable (rather than rely | 1708 | ;; provide sensible defaults when merge info is unavailable (rather than rely |
| 1711 | ;; on smerge-ediff). Also provide sane defaults for need-merge files. | 1709 | ;; on smerge-ediff). Also provide sane defaults for need-merge files. |