Mercurial > emacs
changeset 86320:f362439da54b
(make-symbolic-link): Declare as function.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 Nov 2007 13:50:06 +0000 |
parents | aad1610bcbbf |
children | 05a5763c9e23 |
files | lisp/dired-x.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-x.el Thu Nov 22 13:49:34 2007 +0000 +++ b/lisp/dired-x.el Thu Nov 22 13:50:06 2007 +0000 @@ -746,7 +746,7 @@ ;; 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 @@ ;;; RELATIVE SYMBOLIC LINKS. +(declare-function make-symbolic-link "fileio.c") + (defvar dired-keep-marker-relsymlink ?S "See variable `dired-keep-marker-move'.")