Show
Ignore:
Timestamp:
2006年09月30日 09時12分06秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/files.el

    r4161 r4169  
    13661366               (list (buffer-list)) found) 
    13671367          (and buffer-file-numbers-unique 
    1368                number 
     1368               (car-safe number)       ;Make sure the inode is not just nil. 
    13691369               (while (and (not found) list) 
    13701370                 (with-current-buffer (car list) 
     
    37303730       nil) 
    37313731     "view this file") 
    3732     (?d diff-buffer-with-file 
     3732    (?d (lambda (buf) 
     3733          (save-window-excursion 
     3734            (diff-buffer-with-file buf)) 
     3735          (view-buffer (get-buffer-create "*Diff*") 
     3736                       (lambda (ignore) (exit-recursive-edit))) 
     3737          (recursive-edit) 
     3738          nil) 
    37333739        "view changes in file")) 
    37343740  "ACTION-ALIST argument used in call to `map-y-or-n-p'.")