/[emacs]/emacs/lisp/rfn-eshadow.el
ViewVC logotype

Diff of /emacs/lisp/rfn-eshadow.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by miles, Mon Aug 26 01:10:46 2002 UTC revision 1.11 by miles, Wed Aug 28 06:00:38 2002 UTC
# Line 101  If emacs is not running under a window s Line 101  If emacs is not running under a window s
101  `file-name-shadow-tty-properties' is used instead."  `file-name-shadow-tty-properties' is used instead."
102    :type file-name-shadow-properties-custom-type    :type file-name-shadow-properties-custom-type
103    :group 'minibuffer)    :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)  
104    
105  ;;;###autoload  ;;;###autoload
106  (defcustom file-name-shadow-tty-properties  (defcustom file-name-shadow-tty-properties
# Line 116  is not running under a window-system; if Line 111  is not running under a window-system; if
111  system, `file-name-shadow-properties' is used instead."  system, `file-name-shadow-properties' is used instead."
112    :type file-name-shadow-properties-custom-type    :type file-name-shadow-properties-custom-type
113    :group 'minibuffer)    :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)  
114    
115  (defface file-name-shadow  (defface file-name-shadow
116    '((((background dark))    '((((background dark))
# Line 229  Returns non-nil if the new state is enab Line 219  Returns non-nil if the new state is enab
219          (remove-hook 'post-command-hook #'rfn-eshadow-update-overlay t)))          (remove-hook 'post-command-hook #'rfn-eshadow-update-overlay t)))
220      (setq rfn-eshadow-frobbed-minibufs nil)))      (setq rfn-eshadow-frobbed-minibufs nil)))
221    
 ;; 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)  
   
222    
223  (provide 'rfn-eshadow)  (provide 'rfn-eshadow)
224    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26