File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,12 @@ subdirectory:
67
67
(require 'feature/subfeature)
68
68
```
69
69
70
- ### Bugs
70
+ ### Caveats
71
71
72
72
The renaming is not perfect. If your code uses ` intern ` or otherwise
73
73
reflects on symbols then you have to be aware of the transforms done
74
74
by module.el.
75
75
76
- A related bug is that autoload cookies aren't rewritten. This seems
76
+ Another issue is that autoload cookies aren't rewritten. This seems
77
77
reasonably hard to fix, since they can refer to any symbol and so the
78
78
cookie extraction code would have to duplicate the importing logic.
79
-
80
- This module system does not support having multiple versions of a
81
- module loaded simultaneously. However, that seems like a good feature
82
- to support.
83
-
84
- See the issue tracker for other bugs, and for discussion of the
85
- versioning problem.
You can’t perform that action at this time.
0 commit comments