Variable: idlwave-function-completion-adds-paren
idlwave-function-completion-adds-paren is a customizable variable
defined in idlwave.el.gz.
Value
t
Documentation
Non-nil means, completion automatically adds ( after completed function.
nil means, don't add anything.
A value of 2 means, also add the closing parenthesis and position cursor
between the two.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-function-completion-adds-paren t
"Non-nil means, completion automatically adds `(' after completed function.
nil means, don't add anything.
A value of `2' means, also add the closing parenthesis and position cursor
between the two."
:group 'idlwave-completion
:type '(choice (const :tag "Nothing" nil)
(const :tag "(" t)
(const :tag "()" 2)))