Skip to content
Snippets Groups Projects
Commit ff7b90a2 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent 127919be
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,14 @@ New in this release: ...@@ -46,6 +46,14 @@ New in this release:
- Source information (file) for defstructs and deftypes is now - Source information (file) for defstructs and deftypes is now
provided. DESCRIBE will now print out the name of the file provided. DESCRIBE will now print out the name of the file
where the defstruct/deftype was defined. where the defstruct/deftype was defined.
- ASDF2 and MK-DEFSYS have been added as contrib modules. Use
(require 'asdf) or (require 'defsystem) to load these,
respectively.
- The previous cmu-contrib module no longer exists. Just use
(require 'module-name) to load the desired contrib module.
- A new switch, -help, has been added. These print out brief
summary of the available command line switches and then exits.
You may also use --help, which is an alias for -help.
* ANSI compliance fixes: * ANSI compliance fixes:
- COMPILE will update the macro-function if the specified name - COMPILE will update the macro-function if the specified name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment