]> git.eshelyaron.com Git - emacs.git/commitdiff
Moved from auto-show.el to obsolete/auto-show.el
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Dec 2000 21:39:52 +0000 (21:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Dec 2000 21:39:52 +0000 (21:39 +0000)
lisp/ChangeLog
lisp/auto-show.el [deleted file]
lisp/obsolete/auto-show.el [new file with mode: 0644]

index e9ea44a281a679c3a8004729a3510db605b70ef3..635a40d30aa785976620695a303a18a922cbaaee 100644 (file)
@@ -1,6 +1,8 @@
 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * obsolete/c-mode.el: Moved from progmodes.
+       * obsolete/c-mode.el: Moved from lisp/progmodes.
+       * obsolete/auto-show.el: Moved from lisp.
+       * obsolete/ooutline.el: Moved from lisp/textmodes.
        
 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
 
diff --git a/lisp/auto-show.el b/lisp/auto-show.el
deleted file mode 100644 (file)
index 93323f6..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-;;; auto-show.el --- perform automatic horizontal scrolling as point moves
-;;; This file is in the public domain.
-
-;;; Keywords: scroll display convenience
-;;; Author: Pete Ware <ware@cis.ohio-state.edu>
-;;; Maintainer: FSF
-
-;;; Commentary:
-
-;; This file contains dummy variables and functions only because Emacs
-;; does hscrolling automatically, now.
-
-;;; Code:
-
-(defgroup auto-show nil
-  "This customization group is kept for compatibility only.
-Emacs now does hscrolling automatically.  Please remove references
-to auto-show from your init file and code."
-  :group 'editing)
-
-;;;###autoload
-(defcustom auto-show-mode nil
-  "Obsolete."
-  :version "20.4"
-  :type 'boolean
-  :group 'auto-show)
-
-(defcustom auto-show-shift-amount 8 
-  "*Obsolete."
-  :type 'integer
-  :group 'auto-show)
-
-(defcustom auto-show-show-left-margin-threshold 50
-  "*Obsolete."
-  :type 'integer
-  :group 'auto-show)
-
-;;;###autoload
-(defun auto-show-mode (arg)
-  "This command is obsolete."
-  (interactive "P"))
-  
-(defun auto-show-make-point-visible (&optional ignore-arg)
-  "This command is obsolete."
-  (interactive))
-
-(provide 'auto-show)
-
-;; auto-show.el ends here
-
diff --git a/lisp/obsolete/auto-show.el b/lisp/obsolete/auto-show.el
new file mode 100644 (file)
index 0000000..93323f6
--- /dev/null
@@ -0,0 +1,50 @@
+;;; auto-show.el --- perform automatic horizontal scrolling as point moves
+;;; This file is in the public domain.
+
+;;; Keywords: scroll display convenience
+;;; Author: Pete Ware <ware@cis.ohio-state.edu>
+;;; Maintainer: FSF
+
+;;; Commentary:
+
+;; This file contains dummy variables and functions only because Emacs
+;; does hscrolling automatically, now.
+
+;;; Code:
+
+(defgroup auto-show nil
+  "This customization group is kept for compatibility only.
+Emacs now does hscrolling automatically.  Please remove references
+to auto-show from your init file and code."
+  :group 'editing)
+
+;;;###autoload
+(defcustom auto-show-mode nil
+  "Obsolete."
+  :version "20.4"
+  :type 'boolean
+  :group 'auto-show)
+
+(defcustom auto-show-shift-amount 8 
+  "*Obsolete."
+  :type 'integer
+  :group 'auto-show)
+
+(defcustom auto-show-show-left-margin-threshold 50
+  "*Obsolete."
+  :type 'integer
+  :group 'auto-show)
+
+;;;###autoload
+(defun auto-show-mode (arg)
+  "This command is obsolete."
+  (interactive "P"))
+  
+(defun auto-show-make-point-visible (&optional ignore-arg)
+  "This command is obsolete."
+  (interactive))
+
+(provide 'auto-show)
+
+;; auto-show.el ends here
+