emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/m-buffer f62d176423 075/115: Byte-compile errors fixed.


From: ELPA Syncer
Subject: [elpa] externals/m-buffer f62d176423 075/115: Byte-compile errors fixed.
Date: Tue, 19 Jul 2022 15:58:50 -0400 (EDT)

branch: externals/m-buffer
commit f62d176423cd2462eca18db6ee6841e759606ee6
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]