;ELC ;;; compiled by rms@mole.gnu.ai.mit.edu on Tue Jun 7 15:35:37 1994 ;;; from file /gd/gnu/emacs/19.0/lisp/abbrevlist.el ;;; emacs version 19.25.3. ;;; bytecomp version FSF 2.10 ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "`/gd/gnu/emacs/19.0/lisp/abbrevlist.el' was compiled for Emacs 19")) (defalias 'list-one-abbrev-table #[(abbrev-table output-buffer) " q\"\f\"F \\ V'c j\f@!c \\j\f@Jc \\\fA+" [output-buffer nil 0 first-column abbrev-list standard-output mapatoms #[(abbrev) " B" [abbrev abbrev-list] 2] abbrev-table sort string-lessp 40 frame-width "\n" symbol-name 8] 5 "\ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER."]) (provide (quote abbrevlist))