X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=invisible.el;h=e15de47752bffeefae3d42bc0db9fc3617f2d103;hb=9c5d582db08299cc54f10a9dd0ba415dbc55d51f;hp=d472e15c0c9de3868d4c2e0aec370ecc181a0ebb;hpb=ad3ba73586a7e06f1311726585c1e2c86995bda2;p=elisp%2Fapel.git diff --git a/invisible.el b/invisible.el index d472e15..e15de47 100644 --- a/invisible.el +++ b/invisible.el @@ -1,8 +1,8 @@ ;;; invisible.el --- hide region -;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998,1999,2010 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Keywords: invisible, text-property, region ;; This file is part of APEL (A Portable Emacs Library). @@ -19,14 +19,16 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: (cond ((featurep 'xemacs) (require 'inv-xemacs)) + ((>= emacs-major-version 23) + (require 'inv-23)) ((>= emacs-major-version 19) (require 'inv-19)) (t