Changeset 4169 for trunk/lisp/files.el
- Timestamp:
- 2006年09月30日 09時12分06秒 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/files.el (modified) (2 diffs)
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
- Property svn:ignore changed from
trunk/lisp/files.el
r4161 r4169 1366 1366 (list (buffer-list)) found) 1367 1367 (and buffer-file-numbers-unique 1368 number1368 (car-safe number) ;Make sure the inode is not just nil. 1369 1369 (while (and (not found) list) 1370 1370 (with-current-buffer (car list) … … 3730 3730 nil) 3731 3731 "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) 3733 3739 "view changes in file")) 3734 3740 "ACTION-ALIST argument used in call to `map-y-or-n-p'.")
