emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/latin-8.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/international/latin-8.el
Date: Sun, 10 Apr 2005 16:49:57 -0400

Index: emacs/lisp/international/latin-8.el
diff -c emacs/lisp/international/latin-8.el:1.5 
emacs/lisp/international/latin-8.el:1.6
*** emacs/lisp/international/latin-8.el:1.5     Mon Sep  1 15:45:28 2003
--- emacs/lisp/international/latin-8.el Sun Apr 10 20:49:53 2005
***************
*** 1,6 ****
  ;;; latin-8.el --- set up case-conversion and syntax tables for ISO Latin-8
  
! ;; Copyright (C) 1988,1997, 1999 Free Software Foundation, Inc.
  
  ;; Author: Dave Love
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; latin-8.el --- set up case-conversion and syntax tables for ISO Latin-8
  
! ;; Copyright (C) 1988, 1997, 1999, 2005 Free Software Foundation, Inc.
  
  ;; Author: Dave Love
  ;; Maintainer: FSF
***************
*** 47,52 ****
--- 47,55 ----
         (if set-case-syntax-set-multibyte
           (- (make-char 'latin-iso8859-14) 128)
         0)))
+   ;; NBSP isn't semantically interchangeable with other whitespace chars,
+   ;; so it's more like punctation.
+   (set-case-syntax 160 "." tbl)         ;no-break space
    (set-case-syntax-pair 161 162 tbl)  ;latin letter b with dot above *
    (set-case-syntax 163 "w" tbl)               ;pound sign
    (set-case-syntax-pair 164 165 tbl)  ;latin letter c with dot above *
***************
*** 104,114 ****
  (or set-case-syntax-set-multibyte
      (provide 'latin-8))
  
! ;;; Don't compile this file: src/Makefile.in instructs make-docfile
! ;;; to look at the .el file!
! ;;; Local Variables:
! ;;; no-byte-compile: t
! ;;; End:
  
! ;;; arch-tag: a916b4b5-4204-485b-8b57-8ab3a43a2e29
  ;;; latin-8.el ends here
--- 107,117 ----
  (or set-case-syntax-set-multibyte
      (provide 'latin-8))
  
! ;; Don't compile this file: src/Makefile.in instructs make-docfile
! ;; to look at the .el file!
! ;; Local Variables:
! ;; no-byte-compile: t
! ;; End:
  
! ;; arch-tag: a916b4b5-4204-485b-8b57-8ab3a43a2e29
  ;;; latin-8.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]