Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a05fd1fc
Commit
a05fd1fc
authored
Nov 08, 2014
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nsterm.m (EmacsScroller.dealloc): Reinstate, removed at merge
cleanup from 2014-11-01. Fixes: debbugs:18972
parent
2b513c3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/nsterm.m
src/nsterm.m
+10
-0
No files found.
src/ChangeLog
View file @
a05fd1fc
2014-11-08 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (EmacsScroller.dealloc): Reinstate, removed at merge
cleanup from 2014-11-01 (Bug#18972).
2014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c: Call gui-set-selection instead of x-set-selection.
...
...
src/nsterm.m
View file @
a05fd1fc
...
...
@@ -7192,6 +7192,16 @@ - (void)setFrame: (NSRect)newRect
}
- (void)dealloc
{
NSTRACE (EmacsScroller_dealloc);
if (window)
wset_vertical_scroll_bar (window, Qnil);
window = 0;
[super dealloc];
}
- condemn
{
NSTRACE (condemn);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment