]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dynamic-setting.el: Add missing footer
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 15:54:10 +0000 (11:54 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2021 15:54:10 +0000 (11:54 -0400)
lisp/dynamic-setting.el

index 39d2a1d1e2afbd8e13c81adb3d9b38369116f148..6b037aa2a6cb087b8aff517e71ccee1adcac368e 100644 (file)
@@ -24,8 +24,8 @@
 
 ;;; Commentary:
 
-;; This file provides the lisp part of the GConf and XSetting code in
-;; xsetting.c.  But it is nothing that prevents it from being used by
+;; This file provides the Lisp part of the GConf and XSetting code in
+;; xsetting.c.  But there is nothing that prevents it from being used by
 ;; other configuration schemes.
 
 ;;; Code:
@@ -92,3 +92,6 @@ Changes can be
 
 (define-key special-event-map [config-changed-event]
   #'dynamic-setting-handle-config-changed-event)
+
+(provide 'dynamic-setting)
+;;; dynamic-setting.el ends here