emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/rfn-eshadow.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/rfn-eshadow.el
Date: Wed, 16 Nov 2005 00:02:40 -0500

Index: emacs/lisp/rfn-eshadow.el
diff -c emacs/lisp/rfn-eshadow.el:1.19 emacs/lisp/rfn-eshadow.el:1.20
*** emacs/lisp/rfn-eshadow.el:1.19      Wed Nov 16 03:48:45 2005
--- emacs/lisp/rfn-eshadow.el   Wed Nov 16 05:02:40 2005
***************
*** 101,107 ****
  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)
  
  ;;;###autoload
  (defcustom file-name-shadow-tty-properties
--- 101,108 ----
  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
!   :version "22.1")
  
  ;;;###autoload
  (defcustom file-name-shadow-tty-properties
***************
*** 111,122 ****
  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)
  
  (defface file-name-shadow
    '((t :inherit shadow))
    "Face used by `file-name-shadow-mode' for the shadow."
!   :group 'minibuffer)
  
  
  ;;; Internal variables
--- 112,125 ----
  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
!   :version "22.1")
  
  (defface file-name-shadow
    '((t :inherit shadow))
    "Face used by `file-name-shadow-mode' for the shadow."
!   :group 'minibuffer
!   :version "22.1")
  
  
  ;;; Internal variables
***************
*** 210,215 ****
--- 213,219 ----
    :global t
    :init-value t
    :group 'minibuffer
+   :version "22.1"
    (if file-name-shadow-mode
        ;; Enable the mode
        (add-hook 'minibuffer-setup-hook 'rfn-eshadow-setup-minibuffer)




reply via email to

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