Variable: idlwave-mode-abbrev-table

idlwave-mode-abbrev-table is a variable defined in idlwave.el.gz.

Value

#<obarray n=105>

Documentation

Abbreviation table used for IDLWAVE mode.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
;;;
;;; Abbrev Section
;;;
;; When expanding abbrevs and the abbrev hook moves backward, an extra
;; space is inserted (this is the space typed by the user to expanded
;; the abbrev).
;; FIXME: This can be controlled with `no-self-insert' property.
;;
(define-abbrev-table 'idlwave-mode-abbrev-table ()
  "Abbreviation table used for IDLWAVE mode."
  :enable-function (lambda () (not (idlwave-quoted))))