diff options
Diffstat (limited to 'lisp/cedet/srecode/table.el')
| -rw-r--r-- | lisp/cedet/srecode/table.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el index ba87c0a01d2..6f98038b614 100644 --- a/lisp/cedet/srecode/table.el +++ b/lisp/cedet/srecode/table.el | |||
| @@ -180,7 +180,6 @@ INIT are the initialization parameters for the new template table." | |||
| 180 | (old (srecode-mode-table-find mt file)) | 180 | (old (srecode-mode-table-find mt file)) |
| 181 | (attr (file-attributes file)) | 181 | (attr (file-attributes file)) |
| 182 | (new (apply #'srecode-template-table | 182 | (new (apply #'srecode-template-table |
| 183 | (file-name-nondirectory file) | ||
| 184 | :file file | 183 | :file file |
| 185 | :filesize (file-attribute-size attr) | 184 | :filesize (file-attribute-size attr) |
| 186 | :filedate (file-attribute-modification-time attr) | 185 | :filedate (file-attribute-modification-time attr) |