Convert consecutive FSF copyright years to ranges.
[bpt/emacs.git] / lisp / obsolete / iso-insert.el
CommitLineData
74e857b7 1;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*-
1a06eabd 2
73b0cd50 3;; Copyright (C) 1987, 1994, 2001-2011 Free Software Foundation, Inc.
9750e079 4
e5167999
ER
5;; Author: Howard Gayle
6;; Maintainer: FSF
a1d15b3e 7;; Keywords: i18n
3b4a6e27
JB
8
9;; This file is part of GNU Emacs.
10
4936186e 11;; GNU Emacs is free software: you can redistribute it and/or modify
3b4a6e27 12;; it under the terms of the GNU General Public License as published by
4936186e
GM
13;; the Free Software Foundation, either version 3 of the License, or
14;; (at your option) any later version.
3b4a6e27
JB
15
16;; GNU Emacs is distributed in the hope that it will be useful,
17;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19;; GNU General Public License for more details.
20
21;; You should have received a copy of the GNU General Public License
4936186e 22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
3b4a6e27 23
e41b2db1 24;;; Commentary:
3b4a6e27 25
e94a9773
GM
26;; This file has been obsolete since Emacs 22.1.
27
74e857b7
DL
28;; Provides keys for inserting ISO Latin-1 characters. They use the
29;; prefix key C-x 8. Type C-x 8 C-h for a list.
3b4a6e27 30
e41b2db1
ER
31;;; Code:
32
3b4a6e27
JB
33(defun insert-no-break-space ()
34 (interactive "*")
74e857b7 35