branch: externals/m-buffer
commit f62d176423cd2462eca18db6ee6841e759606ee6
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Byte-compile errors fixed.
---
m-buffer-at.el | 2 --
m-buffer-macro.el | 3 +--
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/m-buffer-at.el b/m-buffer-at.el
index 7e983bf559..4438490f92 100644
--- a/m-buffer-at.el
+++ b/m-buffer-at.el
@@ -74,8 +74,6 @@ See also `bolp'"
location
(line-end-position)))
-(provide 'm-buffer-at)
-
(provide 'm-buffer-at)
;;; m-buffer-at.el ends here
;; #+end_src
diff --git a/m-buffer-macro.el b/m-buffer-macro.el
index 9ad23a9f49..298318f622 100644
--- a/m-buffer-macro.el
+++ b/m-buffer-macro.el
@@ -88,8 +88,7 @@ If a two element, it is a buffer and position."
(nth 0 ,loc)
(nth 1 ,loc)
,@body)
- (t
- (error "m-buffer-with-current-location requires a list of one or
two elements")))))))
+ (error "m-buffer-with-current-location requires a list of one or
two elements"))))))
(provide 'm-buffer-macro)