comparison lisp/term/internal.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 7f7b1c4d1e67
children 87e8d03a2dab
comparison
equal deleted inserted replaced
38435:a9102b5472f0 38436:b174db545cfd
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23
24 ;;; Commentary:
23 25
24 ;;; Code: 26 ;;; Code:
25 27
26 ;; --------------------------------------------------------------------------- 28 ;; ---------------------------------------------------------------------------
27 ;; keyboard setup -- that's simple! 29 ;; keyboard setup -- that's simple!
712 ;; verbatim. In both cases, we want the entire range of 8-bit 714 ;; verbatim. In both cases, we want the entire range of 8-bit
713 ;; characters to arrive at our display code verbatim. 715 ;; characters to arrive at our display code verbatim.
714 (standard-display-8bit 127 255) 716 (standard-display-8bit 127 255)
715 717
716 ;;; internal.el ends here 718 ;;; internal.el ends here
717