diff options
| author | Stefan Monnier | 2013-04-13 21:02:29 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-13 21:02:29 -0400 |
| commit | 830aed4d5e06af8644db9514f1dd4f59e1026499 (patch) | |
| tree | aa83540d57b7cce08880016eb87811ce3a958a6c /lisp/ChangeLog | |
| parent | a829b0dc898972de4b24b1a9a807f529ddd7b818 (diff) | |
| download | emacs-830aed4d5e06af8644db9514f1dd4f59e1026499.tar.gz emacs-830aed4d5e06af8644db9514f1dd4f59e1026499.zip | |
* lisp/emacs-lisp/trace.el (trace-values): New function.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d111d40dab2..3d92d79fd0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/trace.el (trace-values): New function. | ||
| 4 | |||
| 3 | * files.el: Allow : in local variables (bug#14089). | 5 | * files.el: Allow : in local variables (bug#14089). |
| 4 | (hack-local-variable-regexp): New var. | 6 | (hack-local-variable-regexp): New var. |
| 5 | (hack-local-variables-prop-line, hack-local-variables): Use it. | 7 | (hack-local-variables-prop-line, hack-local-variables): Use it. |