branch: master
commit 024464f35ccf537581943c08740af10447b5d6b3
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * nadvice.el: Fix typo
---
 packages/nadvice/nadvice.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/nadvice/nadvice.el b/packages/nadvice/nadvice.el
index 52bb1d4..af0ec8f 100644
--- a/packages/nadvice/nadvice.el
+++ b/packages/nadvice/nadvice.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2018  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <[email protected]>
-;; Version: 0.1
+;; Version: 0.2
 ;; Keywords: 
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -74,5 +74,7 @@
   (ad-remove-advice symbol 'around function)
   (ad-activate symbol))
 
+)
+
 (provide 'nadvice)
 ;;; nadvice.el ends here

Reply via email to