diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-02 22:50:48 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-02 22:50:48 -0700 |
commit | e23dc1e2f07b476bc27d77037331b00a517eb5e3 (patch) | |
tree | d0278d4220ea9bef1283a30a7a2c8d8c58954720 /nextstep | |
parent | b282c2e75e98348d02606f06ad5d67681f1b06f4 (diff) | |
download | emacs-e23dc1e2f07b476bc27d77037331b00a517eb5e3.tar.gz |
Remove NO_SOCK_SIGIO references.
* src/m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
* nextstep/DEV-NOTES: Remove out-of-date information.
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/DEV-NOTES | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/nextstep/DEV-NOTES b/nextstep/DEV-NOTES index bf3ad7908b5..462101f9abf 100644 --- a/nextstep/DEV-NOTES +++ b/nextstep/DEV-NOTES @@ -64,13 +64,8 @@ functions are: Currently ctrl-g is not detected in as many circumstances as other emacsen. It is not certain whether this is due to the means of event loop integration, -or errors of omission in the NS code. One area for exploration is the -NO_SOCK_SIGIO define. When it is defined, ctrl-g seems to be picked up more -often, but there are some annoying side effects. Currently it is left off by -default, unless the --enable-cocoa-experimental-ctrl-g option is passed to -configure [option removed Feb 2009]. (Has no effect under GNUstep.) -This is an area for improvement. Also, see the article here and its -containing thread: +or errors of omission in the NS code. This is an area for improvement. +Also, see the article here and its containing thread: http://article.gmane.org/gmane.emacs.devel/92021/match=handling%5fsignal |