From: Andreas Schwab Date: Wed, 2 Mar 2011 10:42:47 +0000 (+0100) Subject: Update autoloads X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~674^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42eabe38ab2e841a5816e8f80e1740f8331b30ed;p=emacs.git Update autoloads --- diff --git a/lisp/dired.el b/lisp/dired.el index c113f0cb2f4..99902d15e33 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -4082,8 +4082,8 @@ true then the type of the file linked to by FILE is printed instead. ;;;*** -;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" -;;;;;; "3b8851132739ab3f9054bf639873c53e") +;;;### (autoloads (dired-do-relsymlink dired-jump-other-window dired-jump) +;;;;;; "dired-x" "dired-x.el" "addd55345656d18cfd5251790a655e2c") ;;; Generated autoloads from dired-x.el (autoload 'dired-jump "dired-x" "\ @@ -4098,6 +4098,11 @@ move to its line in dired. \(fn &optional OTHER-WINDOW FILE-NAME)" t nil) +(autoload 'dired-jump-other-window "dired-x" "\ +Like \\[dired-jump] (`dired-jump') but in other window. + +\(fn &optional FILE-NAME)" t nil) + (autoload 'dired-do-relsymlink "dired-x" "\ Relative symlink all marked (or next ARG) files into a directory. Otherwise make a relative symbolic link to the current file.