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/a658fvazk6z9r5piiflfxzv0b26vzrp6-emacs-release-snapshot/share/emacs/31.1/lisp/obsolete/idlwave.elc"
. 49883)])
(">"
. #[257 "\300\301\"\207" [idlwave-custom-ltgtr-surround t] 4
("/nix/store/a658fvazk6z9r5piiflfxzv0b26vzrp6-emacs-release-snapshot/share/emacs/31.1/lisp/obsolete/idlwave.elc"
. 49883)])
("<"
. #[257 "\300\301\"\207" [idlwave-custom-ltgtr-surround nil] 4
("/nix/store/a658fvazk6z9r5piiflfxzv0b26vzrp6-emacs-release-snapshot/share/emacs/31.1/lisp/obsolete/idlwave.elc"
. 49883)])
("="
. #[257 "\300\301\211\"\207" [idlwave-expand-equal -1] 4
("/nix/store/a658fvazk6z9r5piiflfxzv0b26vzrp6-emacs-release-snapshot/share/emacs/31.1/lisp/obsolete/idlwave.elc"
. 49869)])
("&" . 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.")