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