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

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

[elpa] master 024464f: * nadvice.el: Fix typo


From: Stefan Monnier
Subject: [elpa] master 024464f: * nadvice.el: Fix typo
Date: Wed, 12 Sep 2018 17:14:29 -0400 (EDT)

branch: master
commit 024464f35ccf537581943c08740af10447b5d6b3
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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 <address@hidden>
-;; 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

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