diff options
Diffstat (limited to 'lisp/cedet/srecode/srt.el')
| -rw-r--r-- | lisp/cedet/srecode/srt.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/cedet/srecode/srt.el b/lisp/cedet/srecode/srt.el index 3875246cb37..1fad31dafd6 100644 --- a/lisp/cedet/srecode/srt.el +++ b/lisp/cedet/srecode/srt.el | |||
| @@ -69,6 +69,7 @@ DEFAULT is the default if RET is hit." | |||
| 69 | nil initial (or hist 'srecode-read-major-mode-history)) | 69 | nil initial (or hist 'srecode-read-major-mode-history)) |
| 70 | ) | 70 | ) |
| 71 | 71 | ||
| 72 | ;;;###autoload | ||
| 72 | (defun srecode-semantic-handle-:srt (dict) | 73 | (defun srecode-semantic-handle-:srt (dict) |
| 73 | "Add macros into the dictionary DICT based on the current SRT file. | 74 | "Add macros into the dictionary DICT based on the current SRT file. |
| 74 | Adds the following: | 75 | Adds the following: |
| @@ -104,4 +105,9 @@ MODE - The mode of this buffer. If not declared yet, guess." | |||
| 104 | 105 | ||
| 105 | (provide 'srecode/srt) | 106 | (provide 'srecode/srt) |
| 106 | 107 | ||
| 108 | ;; Local variables: | ||
| 109 | ;; generated-autoload-file: "loaddefs.el" | ||
| 110 | ;; generated-autoload-load-name: "srecode/srt" | ||
| 111 | ;; End: | ||
| 112 | |||
| 107 | ;;; srecode/srt.el ends here | 113 | ;;; srecode/srt.el ends here |