Mercurial > hg > xemacs-beta
comparison lisp/efs/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 0132846995bd |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'efs-autoloads)) | 2 (if (featurep 'efs-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads nil "default-dir" "efs/default-dir.el") | 4 ;;;### (autoloads nil "default-dir" "efs/default-dir.el") |
6 | 5 |
7 (defvar default-directory-function nil "\ | 6 (defvar default-directory-function nil "\ |
8 A function to call to compute the default-directory for the current buffer. | 7 A function to call to compute the default-directory for the current buffer. |
265 Function to call special file handlers for remote files." nil nil) | 264 Function to call special file handlers for remote files." nil nil) |
266 | 265 |
267 ;;;*** | 266 ;;;*** |
268 | 267 |
269 (provide 'efs-autoloads) | 268 (provide 'efs-autoloads) |
270 )) |