mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
entered into RCS
This commit is contained in:
parent
f37dc9fbe5
commit
ec8be6da94
@ -1466,6 +1466,10 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
|
||||
"-c" (concat insert-directory-program
|
||||
" -d " switches " "
|
||||
(file-name-nondirectory file))))
|
||||
;;; ;; Chase links till we reach a non-link.
|
||||
;;; (let (symlink)
|
||||
;;; (while (setq symlink (file-symlink-p file))
|
||||
;;; (setq file symlink)))
|
||||
(call-process insert-directory-program nil t nil switches file))))))
|
||||
|
||||
(defun save-buffers-kill-emacs (&optional arg)
|
||||
|
Loading…
Reference in New Issue
Block a user