diff options
| author | Glenn Morris | 2013-05-11 16:55:46 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-11 16:55:46 -0700 |
| commit | 6b91f9030914b0a3455d6086497a01a55bf097d5 (patch) | |
| tree | b9e9c17187b783a08479aa411aaa1d24c372cb2b /lisp/cedet/srecode | |
| parent | 3191b52fa869eeb664e3c3c11c1a21a1f1127782 (diff) | |
| download | emacs-6b91f9030914b0a3455d6086497a01a55bf097d5.tar.gz emacs-6b91f9030914b0a3455d6086497a01a55bf097d5.zip | |
Set generated-autoload-load-name in some more cedet files
There are no autoloads in these files, but there are defcustoms.
See bug#5277.
* ede/project-am.el, semantic/db-ebrowse.el, semantic/grammar.el:
* semantic/sb.el, semantic/bovine/grammar.el, semantic/wisent/comp.el:
* semantic/wisent/grammar.el, semantic/wisent/wisent.el:
* srecode/fields.el: Set generated-autoload-load-name.
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/fields.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index 652702ea8f2..ea856f3a394 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el | |||
| @@ -447,4 +447,8 @@ PRE-LEN is used in the after mode for the length of the changed text." | |||
| 447 | 447 | ||
| 448 | (provide 'srecode/fields) | 448 | (provide 'srecode/fields) |
| 449 | 449 | ||
| 450 | ;; Local variables: | ||
| 451 | ;; generated-autoload-load-name: "srecode/fields" | ||
| 452 | ;; End: | ||
| 453 | |||
| 450 | ;;; srecode/fields.el ends here | 454 | ;;; srecode/fields.el ends here |