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

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

[elpa] externals/nadvice cc671ee 4/9: * nadvice.el: Fix typo


From: Stefan Monnier
Subject: [elpa] externals/nadvice cc671ee 4/9: * nadvice.el: Fix typo
Date: Tue, 1 Dec 2020 16:29:04 -0500 (EST)

branch: externals/nadvice
commit cc671eeab3293e4ace8274693920fd79083cdd22
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

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

diff --git a/nadvice.el b/nadvice.el
index 52bb1d4..af0ec8f 100644
--- a/nadvice.el
+++ b/nadvice.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2018  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; 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]