]> code.delx.au - gnu-emacs/blobdiff - lisp/find-cmd.el
* lisp/replace.el (perform-replace): Move let-bindings of isearch-*
[gnu-emacs] / lisp / find-cmd.el
index 2a048386543c44403a2eae3ad74adeafa2baa02b..a766b9091fe388e3c71d9efca5c8788cceec4465 100644 (file)
@@ -1,6 +1,6 @@
 ;;; find-cmd.el --- Build a valid find(1) command with sexps
 
-;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
 ;; Author: Philip Jackson <phil@shellarchive.co.uk>
 ;; Version: 0.6
@@ -240,5 +240,4 @@ them into valid switches.  The result is -and(ed) together."
 
 (provide 'find-cmd)
 
-;; arch-tag: 9687fd9e-4e90-4022-864a-f904526e2046
 ;;; find-cmd.el ends here