]> code.delx.au - gnu-emacs/blobdiff - lisp/rect.el
Update copyright year to 2015
[gnu-emacs] / lisp / rect.el
index 23bbbfbbdcd0bd27c0c07957fd4fad9dc8a9eecd..c5a548647f302c3053f01ad3525422db9dbb81ea 100644 (file)
@@ -1,6 +1,6 @@
 ;;; rect.el --- rectangle functions for GNU Emacs  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1985, 1999-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1999-2015 Free Software Foundation, Inc.
 
 ;; Maintainer: Didier Verna <didier@xemacs.org>
 ;; Keywords: internal
@@ -35,7 +35,7 @@
 
 (defgroup rectangle nil
   "Operations on rectangles."
-  :version "24.5"
+  :version "25.1"
   :group 'editing)
 
 ;; FIXME: this function should be replaced by `apply-on-rectangle'