diff options
| author | Paul Eggert | 2013-07-28 00:14:07 +0200 |
|---|---|---|
| committer | Paul Eggert | 2013-07-28 00:14:07 +0200 |
| commit | 94fea300fdf8322ddaddf50b2de592183d9aa71e (patch) | |
| tree | 49f9a00c6c2364143b09bda11a6f147aa32ad15a /src | |
| parent | 25ac1ded77db0e0a839841872dbd514c4c14956b (diff) | |
| download | emacs-94fea300fdf8322ddaddf50b2de592183d9aa71e.tar.gz emacs-94fea300fdf8322ddaddf50b2de592183d9aa71e.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.9 | 2 | ||||
| -rw-r--r-- | src/eval.c | 2 | ||||
| -rw-r--r-- | src/nsterm.m | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index b451b78944f..2e1d41b2495 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -10644,7 +10644,7 @@ | |||
| 10644 | (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions. | 10644 | (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions. |
| 10645 | (syms_of_xfns): Initialize Qcenter. | 10645 | (syms_of_xfns): Initialize Qcenter. |
| 10646 | 10646 | ||
| 10647 | * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near | 10647 | * eval.c (Fsignal): If lisp_eval_depth or specpdl_size are near |
| 10648 | to the limits, increase the limits. | 10648 | to the limits, increase the limits. |
| 10649 | 10649 | ||
| 10650 | 2000-05-01 Kenichi Handa <handa@etl.go.jp> | 10650 | 2000-05-01 Kenichi Handa <handa@etl.go.jp> |
diff --git a/src/eval.c b/src/eval.c index bb5d5efc9ba..cb716690e3c 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -3481,7 +3481,7 @@ nearest activation frame. */) | |||
| 3481 | directly in the pre-existing specpdl elements (i.e. we swap the current | 3481 | directly in the pre-existing specpdl elements (i.e. we swap the current |
| 3482 | value and the old value stored in the specpdl), kind of like the inplace | 3482 | value and the old value stored in the specpdl), kind of like the inplace |
| 3483 | pointer-reversal trick. As it turns out, the rewind does the same as the | 3483 | pointer-reversal trick. As it turns out, the rewind does the same as the |
| 3484 | unwind, except it starts from the other end of the spepdl stack, so we use | 3484 | unwind, except it starts from the other end of the specpdl stack, so we use |
| 3485 | the same function for both unwind and rewind. */ | 3485 | the same function for both unwind and rewind. */ |
| 3486 | static void | 3486 | static void |
| 3487 | backtrace_eval_unrewind (int distance) | 3487 | backtrace_eval_unrewind (int distance) |
diff --git a/src/nsterm.m b/src/nsterm.m index 61538798337..14706f6b91d 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -4473,9 +4473,9 @@ ns_term_shutdown (int sig) | |||
| 4473 | 4473 | ||
| 4474 | #ifdef NS_IMPL_COCOA | 4474 | #ifdef NS_IMPL_COCOA |
| 4475 | /* If no dialog and none of our frames have focus and it is a move, skip it. | 4475 | /* If no dialog and none of our frames have focus and it is a move, skip it. |
| 4476 | It is a mouse move in an auxillary menu, i.e. on the top right on OSX, | 4476 | It is a mouse move in an auxiliary menu, i.e. on the top right on OSX, |
| 4477 | such as Wifi, sound, date or similar. | 4477 | such as Wifi, sound, date or similar. |
| 4478 | This prevents "spooky" highlightning in the frame under the menu. */ | 4478 | This prevents "spooky" highlighting in the frame under the menu. */ |
| 4479 | if (type == NSMouseMoved && [NSApp modalWindow] == nil) | 4479 | if (type == NSMouseMoved && [NSApp modalWindow] == nil) |
| 4480 | { | 4480 | { |
| 4481 | struct ns_display_info *di; | 4481 | struct ns_display_info *di; |