diff options
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/table.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el index ac968a6f9c4..af2e8b178aa 100644 --- a/lisp/cedet/srecode/table.el +++ b/lisp/cedet/srecode/table.el | |||
| @@ -187,8 +187,8 @@ INIT are the initialization parameters for the new template table." | |||
| 187 | (new (apply 'srecode-template-table | 187 | (new (apply 'srecode-template-table |
| 188 | (file-name-nondirectory file) | 188 | (file-name-nondirectory file) |
| 189 | :file file | 189 | :file file |
| 190 | :filesize (nth 7 attr) | 190 | :filesize (file-attribute-size attr) |
| 191 | :filedate (nth 5 attr) | 191 | :filedate (file-attribute-modification-time attr) |
| 192 | :major-mode mode | 192 | :major-mode mode |
| 193 | init | 193 | init |
| 194 | ))) | 194 | ))) |