annotate lisp/mail/sc.el @ 26968:3039d2412c9e

(XTread_socket): At the beginning of the loop, pass the frame's X window to XFilterEvent instead of None because that's the X window for which the IC was created. This makes dead accents work when the pointer is not in Emacs' frame. (XTread_socket) <KeyPress>: Don't call XFilterEvent here.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 22 Dec 1999 10:28:21 +0000
parents 2b742626505a
children 67b464da13ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25841
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ;;; sc.el --- old name for supercite
Dave Love <fx@gnu.org>
parents:
diff changeset
2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 (require 'supercite)
Dave Love <fx@gnu.org>
parents:
diff changeset
4 (provide 'sc)
Dave Love <fx@gnu.org>
parents:
diff changeset
5
Dave Love <fx@gnu.org>
parents:
diff changeset
6 ;; sc.el ends here