emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103479: Update autoloads


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103479: Update autoloads
Date: Wed, 02 Mar 2011 11:42:47 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103479
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Wed 2011-03-02 11:42:47 +0100
message:
  Update autoloads
modified:
  lisp/dired.el
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2011-03-01 03:25:24 +0000
+++ b/lisp/dired.el     2011-03-02 10:42:47 +0000
@@ -4082,8 +4082,8 @@
 
 ;;;***
 
-;;;### (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 @@
 
 \(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.


reply via email to

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