diff options
| author | Glenn Morris | 2009-06-23 07:28:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-06-23 07:28:19 +0000 |
| commit | d916c9650d8f175bdee543955fa49f119ca0daf3 (patch) | |
| tree | 54ee529063d080b7ec820cd790ca59c6b113e987 /lisp/ChangeLog | |
| parent | b6a44b279c19ca25edabbded3c196e6e914f0b97 (diff) | |
| download | emacs-d916c9650d8f175bdee543955fa49f119ca0daf3.tar.gz emacs-d916c9650d8f175bdee543955fa49f119ca0daf3.zip | |
(calc-graph-plot): Avoid assignment to free variable `filename'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06aeaca6421..820aa6fc764 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-06-23 Glenn Morris <rgm@gnu.org> | 1 | 2009-06-23 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free | ||
| 4 | variable `filename'. | ||
| 5 | |||
| 3 | * comint.el (comint-insert-input): Doc fix. | 6 | * comint.el (comint-insert-input): Doc fix. |
| 4 | 7 | ||
| 5 | * Makefile.in (ELCFILES): Fix typo in previous change. | 8 | * Makefile.in (ELCFILES): Fix typo in previous change. |