emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Mon, 04 Feb 2002 14:38:30 -0500

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.220 emacs/lisp/dired.el:1.221
*** emacs/lisp/dired.el:1.220   Sat Jan 12 21:39:08 2002
--- emacs/lisp/dired.el Mon Feb  4 14:38:29 2002
***************
*** 164,183 ****
  
  ;;; Hook variables
  
! (defvar dired-load-hook nil
    "Run after loading dired.
! You can customize key bindings or load extensions with this.")
  
! (defvar dired-mode-hook nil
!   "Run at the very end of dired-mode.")
  
! (defvar dired-before-readin-hook nil
!   "This hook is run before a dired buffer is read in (created or reverted).")
  
! (defvar dired-after-readin-hook nil
    "Hook run after each time a file or directory is read by Dired.
  After each listing of a file or directory, this hook is run
! with the buffer narrowed to the listing.")
  ;; Note this can't simply be run inside function `dired-ls' as the hook
  ;; functions probably depend on the dired-subdir-alist to be OK.
  
--- 164,191 ----
  
  ;;; Hook variables
  
! (defcustom dired-load-hook nil
    "Run after loading dired.
! You can customize key bindings or load extensions with this."
!   :group 'dired
!   :type 'hook)
  
! (defcustom dired-mode-hook nil
!   "Run at the very end of dired-mode."
!   :group 'dired
!   :type 'hook)
  
! (defcustom dired-before-readin-hook nil
!   "This hook is run before a dired buffer is read in (created or reverted)."
!   :group 'dired
!   :type 'hook)
  
! (defcustom dired-after-readin-hook nil
    "Hook run after each time a file or directory is read by Dired.
  After each listing of a file or directory, this hook is run
! with the buffer narrowed to the listing."
!   :group 'dired
!   :type 'hook)
  ;; Note this can't simply be run inside function `dired-ls' as the hook
  ;; functions probably depend on the dired-subdir-alist to be OK.
  



reply via email to

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