Function: idlwave-restore-wconf-after-completion

idlwave-restore-wconf-after-completion is a byte-compiled function defined in idlwave.el.gz.

Signature

(idlwave-restore-wconf-after-completion)

Documentation

Restore the old (before completion) window configuration.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defun idlwave-restore-wconf-after-completion ()
  "Restore the old (before completion) window configuration."
  (and idlwave-completion-restore-window-configuration
       idlwave-before-completion-wconf
       (set-window-configuration idlwave-before-completion-wconf)))