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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el [lexbind]
Date: Tue, 06 Jul 2004 07:15:47 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.583.2.9 emacs/lisp/files.el:1.583.2.10
*** emacs/lisp/files.el:1.583.2.9       Sat May  1 23:46:15 2004
--- emacs/lisp/files.el Tue Jul  6 09:14:18 2004
***************
*** 663,675 ****
  both at the level of the file and at the level of the directories
  containing it, until no links are left at any level.
  
! The arguments COUNTER and PREV-DIRS are used only in recursive calls.
! Do not specify them in other calls."
!   ;; COUNTER can be a cons cell whose car is the count of how many more links
!   ;; to chase before getting an error.
    ;; PREV-DIRS can be a cons cell whose car is an alist
    ;; of truenames we've just recently computed.
- 
    (cond ((or (string= filename "") (string= filename "~"))
         (setq filename (expand-file-name filename))
         (if (string= filename "")
--- 663,674 ----
  both at the level of the file and at the level of the directories
  containing it, until no links are left at any level.
  
! \(fn FILENAME)"
!   ;; COUNTER and PREV-DIRS are only used in recursive calls.
!   ;; COUNTER can be a cons cell whose car is the count of how many
!   ;; more links to chase before getting an error.
    ;; PREV-DIRS can be a cons cell whose car is an alist
    ;; of truenames we've just recently computed.
    (cond ((or (string= filename "") (string= filename "~"))
         (setq filename (expand-file-name filename))
         (if (string= filename "")
***************
*** 2330,2336 ****
  (defun set-visited-file-name (filename &optional no-query along-with-file)
    "Change name of file visited in current buffer to FILENAME.
  The next time the buffer is saved it will go in the newly specified file.
! nil or empty string as argument means make buffer not be visiting any file.
  Remember to delete the initial contents of the minibuffer
  if you wish to pass an empty string as the argument.
  
--- 2329,2335 ----
  (defun set-visited-file-name (filename &optional no-query along-with-file)
    "Change name of file visited in current buffer to FILENAME.
  The next time the buffer is saved it will go in the newly specified file.
! FILENAME nil or an empty string means make buffer not be visiting any file.
  Remember to delete the initial contents of the minibuffer
  if you wish to pass an empty string as the argument.
  
***************
*** 4024,4030 ****
    "Expand wildcard pattern PATTERN.
  This returns a list of file names which match the pattern.
  
! If PATTERN is written as an absolute relative file name,
  the values are absolute also.
  
  If PATTERN is written as a relative file name, it is interpreted
--- 4023,4029 ----
    "Expand wildcard pattern PATTERN.
  This returns a list of file names which match the pattern.
  
! If PATTERN is written as an absolute file name,
  the values are absolute also.
  
  If PATTERN is written as a relative file name, it is interpreted




reply via email to

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