summary refs log tree commit diff stats
path: root/lisp/system.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/system.el')
-rw-r--r--lisp/system.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/system.el b/lisp/system.el index 0c1e457..73cd80b 100644 --- a/lisp/system.el +++ b/lisp/system.el
@@ -6,6 +6,12 @@
6;; different definitions. This library is built to assist in working with 6;; different definitions. This library is built to assist in working with
7;; different system configurations for Emacs. 7;; different system configurations for Emacs.
8 8
9;;; TODO:
10
11;; machine.el
12;; machine-case to switch on machine
13;;
14
9;;; Code: 15;;; Code:
10 16
11(require 'cl-lib) 17(require 'cl-lib)
@@ -171,5 +177,3 @@ NOMESSAGE is passed directly to `load'."
171 177
172(provide 'system) 178(provide 'system)
173;;; system.el ends here 179;;; system.el ends here
174
175