mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/dynamic-setting.el: Add missing footer
This commit is contained in:
parent
2ae53db722
commit
632fd8079d
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue