;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:48:59 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/obsolete/auto-show.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`auto-show.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(custom-declare-group 'auto-show nil "This customization group is kept for compatibility only.\nEmacs now does hscrolling automatically.  Please remove references\nto auto-show from your init file and code." :group 'editing)
#@11 Obsolete.
(custom-declare-variable 'auto-show-mode 'nil '(#$ . 854) :version "20.4" :type 'boolean :group 'auto-show)
#@12 *Obsolete.
(custom-declare-variable 'auto-show-shift-amount '8 '(#$ . -978) :type 'integer :group 'auto-show)
#@12 *Obsolete.
(custom-declare-variable 'auto-show-show-left-margin-threshold '50 '(#$ . -1094) :type 'integer :group 'auto-show)
#@27 This command is obsolete.
(defalias 'auto-show-mode #[(arg) "\300\207" [nil] 1 (#$ . 1226) "P"])
#@27 This command is obsolete.
(defalias 'auto-show-make-point-visible #[(&optional ignore-arg) "\300\207" [nil] 1 (#$ . 1329) nil])
(provide 'auto-show)
