comparison lisp/international/encoded-kb.el @ 17071:70194012fb3a

Fix FSF address in comment.
author Karl Heuer <kwzh@gnu.org>
date Sun, 23 Feb 1997 09:20:52 +0000
parents d0d7b244b1d0
children d80a8a46437e
comparison
equal deleted inserted replaced
17070:616c024f4e84 17071:70194012fb3a
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details. 16 ;; GNU General Public License for more details.
17 17
18 ;; You should have received a copy of the GNU General Public License 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 19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 ;; Boston, MA 02111-1307, USA.
21 22
22 (defvar encoded-kbd-mode nil 23 (defvar encoded-kbd-mode nil
23 "Non-nil if in Encoded-kbd minor mode.") 24 "Non-nil if in Encoded-kbd minor mode.")
24 (put 'encoded-kbd-mode 'permanent-local t) 25 (put 'encoded-kbd-mode 'permanent-local t)
25 26