Variable: idlwave-indent-expand-table
idlwave-indent-expand-table is a variable defined in idlwave.el.gz.
Value
((","
. #[257 "\300\301\302\303$\207" [idlwave-surround 0 -1 1] 6
("/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/lisp/obsolete/idlwave.elc"
. 49886)])
(">"
. #[257 "\300\301\"\207" [idlwave-custom-ltgtr-surround t] 4
("/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/lisp/obsolete/idlwave.elc"
. 49886)])
("<"
. #[257 "\300\301\"\207" [idlwave-custom-ltgtr-surround nil] 4
("/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/lisp/obsolete/idlwave.elc"
. 49886)])
("="
. #[257 "\300\301\211\"\207" [idlwave-expand-equal -1] 4
("/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/lisp/obsolete/idlwave.elc"
. 49872)])
("&" . idlwave-custom-ampersand-surround))
Documentation
Associated array containing action lists of search string (car),
and function as a cdr. The table is used by the
idlwave-indent-and-action function. See documentation for
idlwave-do-action for a complete description of the action lists.
Additions to the table are made with idlwave-action-and-binding when a
binding is requested.
See help on idlwave-action-and-binding for examples.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defvar idlwave-indent-expand-table nil
"Associated array containing action lists of search string (car),
and function as a cdr. The table is used by the
`idlwave-indent-and-action' function. See documentation for
`idlwave-do-action' for a complete description of the action lists.
Additions to the table are made with `idlwave-action-and-binding' when a
binding is requested.
See help on `idlwave-action-and-binding' for examples.")