diff options
| author | Dmitry Antipov <dmantipov@yandex.ru> | 2012-12-06 10:23:51 +0400 |
|---|---|---|
| committer | Dmitry Antipov <dmantipov@yandex.ru> | 2012-12-06 10:23:51 +0400 |
| commit | 565212e5983cdcc478ed34bcdbd63f154e5e418f (patch) | |
| tree | 3baf084ebfd04533d415cbf44c942f422236de62 /src/ChangeLog | |
| parent | d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1 (diff) | |
Avoid code duplication between prev_frame and next_frame.
* frame.c (candidate_frame): New function. Add comment.
(prev_frame, next_frame): Use it. Adjust comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 795582c802b..d9e566eae69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> + + Avoid code duplication between prev_frame and next_frame. + * frame.c (candidate_frame): New function. Add comment. + (prev_frame, next_frame): Use it. Adjust comment. + 2012-12-06 Eli Zaretskii <eliz@gnu.org> * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp |
