branch: externals/m-buffer
commit 883e6192e992ae783e51de6cd6b6a7dbaa54dce0
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Benchmark extension changed.
The benchmark file is used as part of the documentation, but because it
ends in a .el was being byte-compiled on installation, which means it
was also getting run which is neither necessary nor desireable.
Lentic-doc now accepts els files as an alternative extension.
---
Cask | 1 +
m-buffer-benchmark.el => m-buffer-benchmark.els | 9 +++++++++
2 files changed, 10 insertions(+)
diff --git a/Cask b/Cask
index 54e9f11bf5..0f7622d8a9 100644
--- a/Cask
+++ b/Cask
@@ -3,6 +3,7 @@
(source marmalade)
(package-file "m-buffer.el")
+(files "m-buffer*el" "m-buffer*els")
(development
(depends-on "load-relative")
diff --git a/m-buffer-benchmark.el b/m-buffer-benchmark.els
similarity index 97%
rename from m-buffer-benchmark.el
rename to m-buffer-benchmark.els
index 2d84f93d11..c2e7080653 100644
--- a/m-buffer-benchmark.el
+++ b/m-buffer-benchmark.els
@@ -1,3 +1,7 @@
+;;; -*- emacs-lisp -*-
+
+;;
+
;;; Benchmarking:
;; This file is not meant a emacs package, but for benchmarking m-buffer.
@@ -143,3 +147,8 @@
;; #+RESULTS:
;; : 1.011448e-01
+
+
+;; # Local Variables:
+;; # lentic-init: lentic-el-org-init
+;; # End: