diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-01 22:07:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-01 22:07:43 -0700 |
commit | 9d31a970927aae027155778a2ec2782c52ff63c6 (patch) | |
tree | cc3cd4058ef398900fdea8eedb786b587ab4ae2d /src/ChangeLog.13 | |
parent | 460a25f2127390ace71e7dd7b5f079efa07c99d7 (diff) | |
download | emacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.gz |
; Spelling fixes
Diffstat (limited to 'src/ChangeLog.13')
-rw-r--r-- | src/ChangeLog.13 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index e252acfbdb1..9f3fdee210a 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 @@ -16581,7 +16581,7 @@ (characterIndexForPoint:): Adjust return type depending on GNUstep version. (mouseDown:): delta is CGFloat. - (updateFrameSize): Remove unised variable f. + (updateFrameSize): Remove unused variable f. (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA. Cast float to EmacsCGFloat. (windowWillUseStandardFrame:defaultFrame:): Set maximized_height @@ -16593,7 +16593,7 @@ (setPosition:portion:whole:): por is CGFloat. (getMouseMotionPart:window:x:y:): Add F suffix to float. (mouseDown:): Use CGFloat. - (mouseDragged:): Remove unised variable edge. + (mouseDragged:): Remove unused variable edge. (EmacsDocument): Implement for NS_IMPL_GNUSTEP. * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUstep when the size |