Mercurial > emacs
comparison lisp/ChangeLog @ 91002:8f9a5f52f99f
Evaluate require only during compilation
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Fri, 03 Aug 2007 13:53:03 +0000 |
parents | cd5e99697764 |
children | 2e0d11dc863d |
comparison
equal
deleted
inserted
replaced
91001:33b798fc1634 | 91002:8f9a5f52f99f |
---|---|
1 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * printing.el: Evaluate require only during compilation. | |
4 (pr-version): New version 6.9.1. | |
5 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR). | |
6 (pr-global-menubar): Fix code. | |
7 | |
1 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> | 8 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> |
2 | 9 |
3 * calc/calc-ext.el (math-get-value,math-get-sdev) | 10 * calc/calc-ext.el (math-get-value,math-get-sdev) |
4 (math-contains-sdev): New functions. | 11 (math-contains-sdev): New functions. |
5 | 12 |