diff options
author | Miles Bader <miles@gnu.org> | 2002-08-28 06:00:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-08-28 06:00:50 +0000 |
commit | 2753c70fb11519ec6ea0f15c86fd692b89f61674 (patch) | |
tree | 363c28a091d854592e1888ad3084c9e5425f4de7 /lisp/rfn-eshadow.el | |
parent | 99526413ee902dc25d775f2c24a5d9491c4b3654 (diff) | |
download | emacs-2753c70fb11519ec6ea0f15c86fd692b89f61674.tar.gz |
(read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties)
(read-file-name-electric-shadow-mode): Remove compatibility defs.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r-- | lisp/rfn-eshadow.el | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 33640e93a84..347881b0cd9 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -101,11 +101,6 @@ If emacs is not running under a window system, `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 @@ is not running under a window-system; if emacs is running under a window 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 @@ Returns non-nil if the new state is enabled." (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) |