]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-symbolic-link): Declare as function.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:50:06 +0000 (13:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:50:06 +0000 (13:50 +0000)
lisp/dired-x.el

index 0be3aa393e15ccf58f8e0ec69247e5fe9101b0dc..84cae1ea25671a96d6836691cb43765d04f0b536 100644 (file)
@@ -746,7 +746,7 @@ you can relist single subdirs using \\[dired-do-redisplay]."
   ;; decent subdir headerline:
   (goto-char (point-min))
   (or (looking-at dired-subdir-regexp)
-      (insert "  " 
+      (insert "  "
              (directory-file-name (file-name-directory default-directory))
              ":\n"))
   (dired-mode dirname (or switches dired-listing-switches))
@@ -1211,6 +1211,8 @@ This is an extra function so that you can redefine it."
 \f
 ;;; RELATIVE SYMBOLIC LINKS.
 
+(declare-function make-symbolic-link "fileio.c")
+
 (defvar dired-keep-marker-relsymlink ?S
   "See variable `dired-keep-marker-move'.")