]> code.delx.au - gnu-emacs/blobdiff - lisp/misearch.el
defun fix for cl declarations + interactive forms
[gnu-emacs] / lisp / misearch.el
index 4848b6691bcb786556bedda62014e25491a611ed..2584f8df77b72e75ed33ea87c43d0ab25ec117c5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; misearch.el --- isearch extensions for multi-buffer search
 
-;; Copyright (C) 2007-201 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
 ;; Author: Juri Linkov <juri@jurta.org>
 ;; Keywords: matching
@@ -373,5 +373,5 @@ whose file names match the specified wildcard."
 
 \f
 (provide 'multi-isearch)
-
+(provide 'misearch)
 ;;; misearch.el ends here