emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to obsolete/auto-show.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to obsolete/auto-show.el
Date: Tue, 03 Jun 2008 08:08:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/03 08:08:01

Index: obsolete/auto-show.el
===================================================================
RCS file: obsolete/auto-show.el
diff -N obsolete/auto-show.el
--- obsolete/auto-show.el       11 Apr 2008 07:44:46 -0000      1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,54 +0,0 @@
-;;; auto-show.el --- perform automatic horizontal scrolling as point moves
-;;; This file is in the public domain.
-
-;; This file is part of GNU Emacs.
-
-;; Keywords: scroll display convenience
-;; Author: Pete Ware <address@hidden>
-;; Maintainer: FSF
-
-;;; Commentary:
-
-;; This file has been obsolete since Emacs 21.1.
-
-;; 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)
-
-;; arch-tag: 49587cbf-95cc-4061-b564-274aaec37469
-;;; auto-show.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]