Autoload generation fails with emacs 21
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Fix Committed
|
Medium
|
Unassigned |
Bug Description
Doing an installation of vm 8.1.1 on an emacs 21 system, the build failed when creating vm-autoloads.el. I believe I tracked this down to the end of the vm-build.el file, where this code is found:
(if (>= emacs-major-version 22)
(if (>= emacs-major-version 21)
(error "Do not know how to generate autoloads"))))))
That is, for emacs 22 and later, update-
update-
`update-
(update-
This function is obsolete since 22.1;
use `update-
So it does seem like the branches in the test are the wrong way around.
Related branches
Changed in vm: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 8.1.2 |
Changed in vm: | |
status: | Triaged → Fix Committed |
Changed in vm: | |
milestone: | 8.2.2a → 8.2.1a |
Changed in vm: | |
milestone: | 8.2.1a → 8.2.90a |
Hi Goeran, this was fixed but unfortunately the fix was applied to the
trunk rather than the 8.1.x branch. Would you like to switch to
8.1.93a release? It is quite stable and I am thinking of the next
releast to be a beta.
Cheers,
Uday