;ELC ;;; compiled by unknown@hobbes on Sat Feb 03 15:24:05 1996 ;;; from file c:/myemacs/outdent.el ;;; emacs version 19.25.1. ;;; 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 "`c:/myemacs/outdent.el' was compiled for Emacs 19")) (defalias 'back-to-outer-indent #[nil "ii‰ÂV…,Š Yƒ&ÃÄÅÆ#ƒ Ç ‰‚\f‰‚\f)È Z!*‡" [indent start-column 0 re-search-backward "^[^\n]" nil t current-indentation backward-delete-char-untabify] 5 "\ Unindents out to the next outer level of indentation. Bound to  " nil]) (define-key sml-mode-map " " (quote back-to-outer-indent))