branch: elpa/popup
commit 6f4bba9c5bb7aaab47bcb521b2537a12ac485961
Author: Tomohiro Matsuyama <[email protected]>
Commit: Tomohiro Matsuyama <[email protected]>
Update copyright.
---
popup.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/popup.el b/popup.el
index 1c28d86..c3a00e5 100644
--- a/popup.el
+++ b/popup.el
@@ -1,6 +1,6 @@
;;; popup.el --- Visual Popup User Interface
-;; Copyright (C) 2009, 2010, 2011 Tomohiro Matsuyama
+;; Copyright (C) 2009, 2010, 2011, 2012 Tomohiro Matsuyama
;; Author: Tomohiro Matsuyama <[email protected]>
;; Keywords: lisp
@@ -28,8 +28,7 @@
;;; Code:
-(eval-when-compile
- (require 'cl))
+(eval-when-compile (require 'cl))
@@ -1247,4 +1246,4 @@ the sub menu."
map))
(provide 'popup)
-;;; popup.el ends here
\ No newline at end of file
+;;; popup.el ends here