about summary refs log tree commit diff stats
path: root/lisp/system.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-21 16:40:25 -0600
committerCase Duckworth2022-01-21 16:40:25 -0600
commit2b99cc25d369f6192b78863fec450e55b9d15d4a (patch)
tree48316c06736945a772b457d4008ccbb41a3827a3 /lisp/system.el
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-2b99cc25d369f6192b78863fec450e55b9d15d4a.tar.gz
emacs-2b99cc25d369f6192b78863fec450e55b9d15d4a.zip
Change system to machine
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