diff options
| author | Glenn Morris | 2008-02-22 05:02:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-22 05:02:59 +0000 |
| commit | 4dd7de9aafca38477a68c735065fb7018411d139 (patch) | |
| tree | b309f24eabcfb68fa3f9025b4f72155e0fdd26c8 /lisp | |
| parent | d3201e0b1022b17b8c7b5e91255d206e7648afee (diff) | |
| download | emacs-4dd7de9aafca38477a68c735065fb7018411d139.tar.gz emacs-4dd7de9aafca38477a68c735065fb7018411d139.zip | |
Fix typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab178ca87ea..61ba0356e8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -62,9 +62,8 @@ | |||
| 62 | tracking is happening. | 62 | tracking is happening. |
| 63 | (python-pdbtrack-stack-entry-regexp): Better recognize stack traces. | 63 | (python-pdbtrack-stack-entry-regexp): Better recognize stack traces. |
| 64 | (python-pdbtrack-input-prompt): Better recognize PDB prompts. | 64 | (python-pdbtrack-input-prompt): Better recognize PDB prompts. |
| 65 | (add python-pdbtrack-track-stack-file to | 65 | (comint-output-filter-functions): Add python-pdbtrack-track-stack-file. |
| 66 | comint-output-filter-functions): Tracking is plugged in to all | 66 | Tracking is plugged in to all comint buffers once python.el is loaded. |
| 67 | comint buffers once python.el is loaded. | ||
| 68 | (python-pdbtrack-overlay-arrow): Toggle activation of | 67 | (python-pdbtrack-overlay-arrow): Toggle activation of |
| 69 | `python-pdbtrack-minor-mode-string' in addition to the overlay arrow. | 68 | `python-pdbtrack-minor-mode-string' in addition to the overlay arrow. |
| 70 | (python-pdbtrack-track-stack-file): Use new | 69 | (python-pdbtrack-track-stack-file): Use new |