# HG changeset patch # User Miles Bader # Date 1030514438 0 # Node ID 85b74c0b8ff3918dfcef791a33f2d3fd43926d57 # Parent 70f20d705b3d3776c6a503c61ee68fdba072330c (read-file-name-electric-shadow-properties) (read-file-name-electric-shadow-tty-properties) (read-file-name-electric-shadow-mode): Remove compatibility defs. diff -r 70f20d705b3d -r 85b74c0b8ff3 lisp/rfn-eshadow.el --- a/lisp/rfn-eshadow.el Wed Aug 28 04:48:33 2002 +0000 +++ b/lisp/rfn-eshadow.el Wed Aug 28 06:00:38 2002 +0000 @@ -101,11 +101,6 @@ `file-name-shadow-tty-properties' is used instead." :type file-name-shadow-properties-custom-type :group 'minibuffer) -;; backwards compatibility -(make-obsolete-variable 'read-file-name-electric-shadow-properties - 'file-name-shadow-properties "21.4") -(defvaralias 'read-file-name-electric-shadow-properties - 'file-name-shadow-properties) ;;;###autoload (defcustom file-name-shadow-tty-properties @@ -116,11 +111,6 @@ system, `file-name-shadow-properties' is used instead." :type file-name-shadow-properties-custom-type :group 'minibuffer) -;; backwards compatibility -(make-obsolete-variable 'read-file-name-electric-shadow-tty-properties - 'file-name-shadow-tty-properties "21.4") -(defvaralias 'read-file-name-electric-shadow-tty-properties - 'file-name-shadow-tty-properties) (defface file-name-shadow '((((background dark)) @@ -229,15 +219,6 @@ (remove-hook 'post-command-hook #'rfn-eshadow-update-overlay t))) (setq rfn-eshadow-frobbed-minibufs nil))) -;; backwards compatibility -(make-obsolete 'read-file-name-electric-shadow-mode 'file-name-shadow-mode - "21.4") -;;;###autoload -(defalias 'read-file-name-electric-shadow-mode 'file-name-shadow-mode) -(make-obsolete-variable 'read-file-name-electric-shadow-mode - 'file-name-shadow-mode "21.4") -(defvaralias 'read-file-name-electric-shadow-mode 'file-name-shadow-mode) - (provide 'rfn-eshadow)