aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPhilippe Vaucher2016-11-25 12:24:22 +0200
committerEli Zaretskii2016-11-25 12:24:22 +0200
commitf70f9a58c438d8b0677b1649ea7084d688ed53c8 (patch)
treedc4527df8da15d803a694e2cc548ca4bdd18e724 /lisp/textmodes
parentb0e79741aa66bd76ee1d69d524d5a661bf7a9f9b (diff)
downloademacs-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.el2
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