diff options
| author | Joakim Verona | 2013-03-26 16:14:01 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-03-26 16:14:01 +0100 |
| commit | 48c226c2c2592e31a47559bd1689fcc4354d9479 (patch) | |
| tree | 2f79cf5a16930fbd09d965be98b6d145c9984eb6 /lisp/cedet/srecode/table.el | |
| parent | e11705b616777a8a72363b2037d989987630e863 (diff) | |
| parent | 9536ec028c24fbedf617b67e98a108504e5b1e73 (diff) | |
| download | emacs-48c226c2c2592e31a47559bd1689fcc4354d9479.tar.gz emacs-48c226c2c2592e31a47559bd1689fcc4354d9479.zip | |
auto upstream
Diffstat (limited to 'lisp/cedet/srecode/table.el')
| -rw-r--r-- | lisp/cedet/srecode/table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el index 802740ba063..26163bd1e51 100644 --- a/lisp/cedet/srecode/table.el +++ b/lisp/cedet/srecode/table.el | |||
| @@ -251,7 +251,7 @@ Use PREDICATE is the same as for the `sort' function." | |||
| 251 | (defmethod srecode-dump ((tab srecode-template-table)) | 251 | (defmethod srecode-dump ((tab srecode-template-table)) |
| 252 | "Dump the contents of the SRecode template table TAB." | 252 | "Dump the contents of the SRecode template table TAB." |
| 253 | (princ "Template Table for ") | 253 | (princ "Template Table for ") |
| 254 | (princ (object-name-string tab)) | 254 | (princ (eieio-object-name-string tab)) |
| 255 | (princ "\nPriority: ") | 255 | (princ "\nPriority: ") |
| 256 | (prin1 (oref tab :priority)) | 256 | (prin1 (oref tab :priority)) |
| 257 | (when (oref tab :application) | 257 | (when (oref tab :application) |