* nsfns.m (syms_of_nsfns): Remove Qbuffered.
This commit is contained in:
parent
9dda5b0e58
commit
0a375797a2
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue