aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-06-23 07:28:19 +0000
committerGlenn Morris2009-06-23 07:28:19 +0000
commitd916c9650d8f175bdee543955fa49f119ca0daf3 (patch)
tree54ee529063d080b7ec820cd790ca59c6b113e987 /lisp/ChangeLog
parentb6a44b279c19ca25edabbded3c196e6e914f0b97 (diff)
downloademacs-d916c9650d8f175bdee543955fa49f119ca0daf3.tar.gz
emacs-d916c9650d8f175bdee543955fa49f119ca0daf3.zip
(calc-graph-plot): Avoid assignment to free variable `filename'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
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 @@
12009-06-23 Glenn Morris <rgm@gnu.org> 12009-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.