emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/locate.el [lexbind]
Date: Tue, 06 Jul 2004 07:11:26 -0400

Index: emacs/lisp/locate.el
diff -c emacs/lisp/locate.el:1.19.4.2 emacs/lisp/locate.el:1.19.4.3
*** emacs/lisp/locate.el:1.19.4.2       Tue Oct 14 23:51:16 2003
--- emacs/lisp/locate.el        Tue Jul  6 09:23:43 2004
***************
*** 160,166 ****
    :group 'locate)
  
  (defcustom locate-prompt-for-command nil
!   "If non-nil, the default behavior of the locate command is to prompt for a 
command to run.
  Otherwise, that behavior is invoked via a prefix argument."
    :group 'locate
    :type 'boolean
--- 160,166 ----
    :group 'locate)
  
  (defcustom locate-prompt-for-command nil
!   "If non-nil, the locate command prompts for a command to run.
  Otherwise, that behavior is invoked via a prefix argument."
    :group 'locate
    :type 'boolean
***************
*** 329,335 ****
  ;; Default directory is set to "/" so that dired commands, which
  ;; expect to be in a tree, will work properly
  (defun locate-mode ()
!   "Major mode for the `*Locate*' buffer made by \\[locate]."
    (kill-all-local-variables)
    ;; Avoid clobbering this variables
    (make-local-variable 'dired-subdir-alist)
--- 329,339 ----
  ;; Default directory is set to "/" so that dired commands, which
  ;; expect to be in a tree, will work properly
  (defun locate-mode ()
!   "Major mode for the `*Locate*' buffer made by \\[locate].
! In that buffer, you can use almost all the usual dired bindings.
! \\[locate-find-directory] visits the directory of the file on the current 
line.
! 
! \\{locate-mode-map}"
    (kill-all-local-variables)
    ;; Avoid clobbering this variables
    (make-local-variable 'dired-subdir-alist)




reply via email to

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