*** /home/albinus/src/tramp/lisp/tramp-cache.el 2006-10-22 11:51:11.000000000 +0200 --- /home/albinus/src/tramp/lisp/tramp-cache.el.~2.20.~ 2006-08-12 15:19:30.000000000 +0200 *************** *** 1,4 **** ! ;;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit; -*- ;;; tramp-cache.el --- file information caching for Tramp ;; Copyright (C) 2000, 2005, 2006 by Free Software Foundation, Inc. --- 1,4 ---- ! ;;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit; byte-compile-dynamic: t; -*- ;;; tramp-cache.el --- file information caching for Tramp ;; Copyright (C) 2000, 2005, 2006 by Free Software Foundation, Inc. *************** *** 61,67 **** (autoload 'tramp-file-name-localname "tramp") (autoload 'with-parsed-tramp-file-name "tramp") (autoload 'time-stamp-string "time-stamp")) - (eval-when-compile (require 'cl)) ;;; -- Cache -- --- 61,66 ----