Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a375797
Commit
0a375797
authored
Mar 10, 2009
by
Adrian Robert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nsfns.m (syms_of_nsfns): Remove Qbuffered.
parent
9dda5b0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/nsfns.m
src/nsfns.m
+0
-4
No files found.
src/ChangeLog
View file @
0a375797
2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsfns.m (syms_of_nsfns): Remove Qbuffered.
2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
* buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
...
...
src/nsfns.m
View file @
0a375797
...
...
@@ -2662,10 +2662,6 @@ - (NSString *)panel: (id)sender userEnteredFilename: (NSString *)filename
Qnone
=
intern
(
"none"
);
staticpro
(
&
Qnone
);
/* FIXME: Because of the typo below, Qbuffered probably never did
anything useful, so it might as well be removed. */
Qbuffered
=
intern
(
"bufferd"
);
staticpro
(
&
Qbuffered
);
Qfontsize
=
intern
(
"fontsize"
);
staticpro
(
&
Qfontsize
);
...
...
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