diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2017-03-16 09:00:59 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2017-03-16 09:00:59 +0000 |
commit | fb67b1275fe6e473e70de247c6340cba0e9a50dc (patch) | |
tree | 4928c6269108533a0e2cac5f1e2f70c1d3cf1ba0 /lisp/simple.el | |
parent | a3207a383009720bbd89327425e0eb1c9c20c267 (diff) | |
download | emacs-feature/temacs-for-bootstrap.tar.gz |
Building ldefs-boot with temacsfeature/temacs-for-bootstrap
Initial attempts, currently breaking.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 369fbf71923..9baf5a33345 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -8875,6 +8875,8 @@ to capitalize ARG words." +(message "here simple") + (provide 'simple) ;;; simple.el ends here |