Function: semantic-event-window

semantic-event-window is a byte-compiled function defined in fw.el.gz.

Signature

(semantic-event-window EVENT)

Documentation

Extract the window from EVENT.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/fw.el.gz
(defun semantic-event-window (event)
  "Extract the window from EVENT."
  (car (car (cdr event))))