diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/cedet/semantic/tag-write.el | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0a291a9a61..a86f1b7e774 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | Synch to Eric Ludlam's upstream CEDET repository. | 3 | Synch to Eric Ludlam's upstream CEDET repository. |
| 4 | 4 | ||
| 5 | * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value): | ||
| 6 | Autoload. | ||
| 7 | |||
| 5 | * cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1) | 8 | * cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1) |
| 6 | (semantic-analyze-type): Require semantic/scope. | 9 | (semantic-analyze-type): Require semantic/scope. |
| 7 | (semantic-analyze-select-best-tag): Require semantic/db-typecache. | 10 | (semantic-analyze-select-best-tag): Require semantic/db-typecache. |
diff --git a/lisp/cedet/semantic/tag-write.el b/lisp/cedet/semantic/tag-write.el index 2f8367760c9..4bd060bba7e 100644 --- a/lisp/cedet/semantic/tag-write.el +++ b/lisp/cedet/semantic/tag-write.el | |||
| @@ -158,6 +158,7 @@ Items that are long lists of tags may need their own line." | |||
| 158 | (princ str))))) | 158 | (princ str))))) |
| 159 | ) | 159 | ) |
| 160 | ;;; EIEIO USAGE | 160 | ;;; EIEIO USAGE |
| 161 | ;;;###autoload | ||
| 161 | (defun semantic-tag-write-list-slot-value (value) | 162 | (defun semantic-tag-write-list-slot-value (value) |
| 162 | "Write out the VALUE of a slot for EIEIO. | 163 | "Write out the VALUE of a slot for EIEIO. |
| 163 | The VALUE is a list of tags." | 164 | The VALUE is a list of tags." |
| @@ -183,4 +184,11 @@ The VALUE is a list of tags." | |||
| 183 | 184 | ||
| 184 | 185 | ||
| 185 | (provide 'semantic/tag-write) | 186 | (provide 'semantic/tag-write) |
| 187 | |||
| 188 | ;; Local variables: | ||
| 189 | ;; generated-autoload-file: "loaddefs.el" | ||
| 190 | ;; generated-autoload-feature: semantic/loaddefs | ||
| 191 | ;; generated-autoload-load-name: "semantic/tag-write" | ||
| 192 | ;; End: | ||
| 193 | |||
| 186 | ;;; semantic/tag-write.el ends here | 194 | ;;; semantic/tag-write.el ends here |