diff options
| author | Philippe Vaucher | 2016-11-25 12:24:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-25 12:24:22 +0200 |
| commit | f70f9a58c438d8b0677b1649ea7084d688ed53c8 (patch) | |
| tree | dc4527df8da15d803a694e2cc548ca4bdd18e724 /lisp/textmodes | |
| parent | b0e79741aa66bd76ee1d69d524d5a661bf7a9f9b (diff) | |
| download | emacs-f70f9a58c438d8b0677b1649ea7084d688ed53c8.tar.gz emacs-f70f9a58c438d8b0677b1649ea7084d688ed53c8.zip | |
Add missing 'provide's in preloaded packages
* lisp/composite.el:
* lisp/replace.el:
* lisp/textmodes/text-mode.el: Add provide statement. (Bug#24985)
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/text-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index c42eec0c656..30873e1dfdb 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -232,4 +232,6 @@ The argument NLINES says how many lines to center." | |||
| 232 | (setq nlines (1+ nlines)) | 232 | (setq nlines (1+ nlines)) |
| 233 | (forward-line -1))))) | 233 | (forward-line -1))))) |
| 234 | 234 | ||
| 235 | (provide 'text-mode) | ||
| 236 | |||
| 235 | ;;; text-mode.el ends here | 237 | ;;; text-mode.el ends here |