emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Wed, 16 Jun 2004 20:02:12 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.704 emacs/lisp/files.el:1.705
*** emacs/lisp/files.el:1.704   Wed Jun 16 01:31:13 2004
--- emacs/lisp/files.el Wed Jun 16 23:56:46 2004
***************
*** 527,533 ****
  
  (defun parse-colon-path (cd-path)
    "Explode a search path into a list of directory names.
! Directories are separated by occurrences of `path-separator'."
    ;; We could use split-string here.
    (and cd-path
         (let (cd-list (cd-start 0) cd-colon)
--- 527,534 ----
  
  (defun parse-colon-path (cd-path)
    "Explode a search path into a list of directory names.
! Directories are separated by occurrences of `path-separator'
! \(which is colon in GNU and GNU-like systems)."
    ;; We could use split-string here.
    (and cd-path
         (let (cd-list (cd-start 0) cd-colon)
***************
*** 562,568 ****
    "Make DIR become the current buffer's default directory.
  If your environment includes a `CDPATH' variable, try each one of
  that list of directories (separated by occurrences of
! `path-separator') when resolving a relative directory name."
    (interactive
     (list (read-directory-name "Change default directory: "
                         default-directory default-directory
--- 563,570 ----
    "Make DIR become the current buffer's default directory.
  If your environment includes a `CDPATH' variable, try each one of
  that list of directories (separated by occurrences of
! `path-separator') when resolving a relative directory name.
! The path separator is colon in GNU and GNU-like systems."
    (interactive
     (list (read-directory-name "Change default directory: "
                         default-directory default-directory




reply via email to

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