Make sure not to move cursor, when the buffer is frozen and selected.
[riece] / lisp / riece-package-info.el.in
1 ;;; riece-package-info.el --- package information about Riece
2 ;; Copyright (C) 2006 Daiki Ueno
3
4 ;; Author: Daiki Ueno <ueno@unixuser.org>
5
6 ;; This file is part of Riece.
7
8 ;; This program is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version.
12
13 ;; This program is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 ;; GNU General Public License for more details.
17
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
20 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ;; Boston, MA 02110-1301, USA.
22
23 ;;; Code:
24
25 ;;(defconst riece-package-name "@PACKAGE@")
26 (defconst riece-package-name "Riece")
27
28 (defconst riece-version-number "@VERSION@"
29   "Version number for this version of Riece.")
30
31 (provide 'riece-package-info)
32
33 ;;; riece-package-info.el ends here