comparison lisp/international/encoded-kb.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents 3f6a34e25c92
children 439723f7a566
comparison
equal deleted inserted replaced
38413:a26d9b55abb6 38414:67b464da13ec
1 ;;; encoded-kb.el --- Handler to input multibyte characters encoded somehow 1 ;;; encoded-kb.el --- handler to input multibyte characters encoded somehow
2 2
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation. 4 ;; Licensed to the Free Software Foundation.
5 5
6 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
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 the 19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
20 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 ;; Boston, MA 02111-1307, USA. 21 ;; Boston, MA 02111-1307, USA.
22
23 ;;; Commentary:
24
25 ;;; Code:
22 26
23 (defvar encoded-kbd-mode nil 27 (defvar encoded-kbd-mode nil
24 "Non-nil if in Encoded-kbd minor mode.") 28 "Non-nil if in Encoded-kbd minor mode.")
25 (put 'encoded-kbd-mode 'permanent-local t) 29 (put 'encoded-kbd-mode 'permanent-local t)
26 30