mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.org
This commit is contained in:
commit
41b7f8bc6c
43 changed files with 219 additions and 167 deletions
|
|
@ -2950,7 +2950,8 @@ between consecutive checks. For example:
|
|||
(let ((remote-file-name-inhibit-cache
|
||||
(- display-time-interval 5)))
|
||||
(and (file-exists-p file)
|
||||
(< 0 (nth 7 (file-attributes (file-chase-links file)))))))
|
||||
(< 0 (nth 7 (file-attributes
|
||||
(file-chase-links file)))))))
|
||||
@end example
|
||||
@end defopt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue