[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.60; emacs-unicode-2: bootstrap failed
From: |
Katsumi Yamaoka |
Subject: |
Re: 23.0.60; emacs-unicode-2: bootstrap failed |
Date: |
Mon, 12 Nov 2007 15:17:20 +0900 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
>>>>> Zhang Wei wrote:
> Loading /home/brep/emacs-unicode-2/lisp/loaddefs.el (source)...
> Wrong number of arguments: autoload, 12
The following patch should solve the problem, however
the ldefs-boot.el file seems to have to be made automatically.
How does it do?
--8<---------------cut here---------------start------------->8---
*** ldefs-boot.el~ Sun Nov 11 21:51:19 2007
--- ldefs-boot.el Mon Nov 12 06:15:39 2007
***************
*** 29140,29145 ****
--- 29140,29147 ----
(autoload 'url-file-nondirectory "url-util" "\
Return the nondirectory part of FILE, for a URL.
+ \(fn FILE)" nil nil)
+
(autoload 'url-parse-query-string "url-util" "\
Not documented
--8<---------------cut here---------------end--------------->8---