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-9.el


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

Index: emacs/lisp/international/latin-9.el
diff -c emacs/lisp/international/latin-9.el:1.7 
emacs/lisp/international/latin-9.el:1.8
*** emacs/lisp/international/latin-9.el:1.7     Mon Sep  1 15:45:28 2003
--- emacs/lisp/international/latin-9.el Sun Apr 10 20:49:53 2005
***************
*** 1,6 ****
  ;;; latin-9.el --- set up case-conversion and syntax tables for ISO Latin-9
  
! ;; Copyright (C) 1988,1997,1999 Free Software Foundation, Inc.
  
  ;; Author: Dave Love
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; latin-9.el --- set up case-conversion and syntax tables for ISO Latin-9
  
! ;; Copyright (C) 1988, 1997, 1999, 2005 Free Software Foundation, Inc.
  
  ;; Author: Dave Love
  ;; Maintainer: FSF
***************
*** 50,56 ****
         (if set-case-syntax-set-multibyte
           (- (make-char 'latin-iso8859-15) 128)
         0)))
!   (set-case-syntax 160 " " tbl)               ;no-break space
    (set-case-syntax 161 "." tbl)               ;inverted exclamation mark
    (set-case-syntax 162 "w" tbl)               ;cent sign
    (set-case-syntax 163 "w" tbl)               ;pound sign
--- 50,58 ----
         (if set-case-syntax-set-multibyte
           (- (make-char 'latin-iso8859-15) 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 161 "." tbl)               ;inverted exclamation mark
    (set-case-syntax 162 "w" tbl)               ;cent sign
    (set-case-syntax 163 "w" tbl)               ;pound sign
***************
*** 117,127 ****
  (or set-case-syntax-set-multibyte
      (provide 'latin-9))
  
! ;;; 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: 84d442ad-d595-4016-8b84-ea92704fd235
  ;;; latin-9.el ends here
--- 119,129 ----
  (or set-case-syntax-set-multibyte
      (provide 'latin-9))
  
! ;; 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: 84d442ad-d595-4016-8b84-ea92704fd235
  ;;; latin-9.el ends here




reply via email to

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