X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1acf9ec859d39ee5c1a04cbb4d4bcf51fcb41788..aa82d2954ea8a9e2e89eff8cc33ac2a8543057d3:/packages/ioccur/ioccur.el diff --git a/packages/ioccur/ioccur.el b/packages/ioccur/ioccur.el index 57459facd..aebe7abaa 100644 --- a/packages/ioccur/ioccur.el +++ b/packages/ioccur/ioccur.el @@ -1,14 +1,11 @@ ;;; ioccur.el --- Incremental occur. -;; Author: Thierry Volpiatto - -;; Copyright (C) 2010~2011 Thierry Volpiatto, all rights reserved. - -;; Compatibility: GNU Emacs >=22.3 +;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Author: Thierry Volpiatto ;; X-URL: http://mercurial.intuxication.org/hg/ioccur - -;; This file is not part of GNU Emacs. +;; Version: 2.4 +;; Compatibility: GNU Emacs >=22.3 ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -21,9 +18,7 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth -;; Floor, Boston, MA 02110-1301, USA. +;; along with this program; if not, see . ;;; Install: ;; @@ -51,7 +46,7 @@ ;; (add-to-list 'desktop-globals-to-save 'ioccur-history) ;; ;; For more info See: -;; [EVAL] (info "(emacs) saving emacs sessions") +;; [EVAL] (info "(emacs) Saving Emacs Sessions") ;;; Code: (require 'derived)