emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/language/european.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/language/european.el
Date: Tue, 04 Feb 2003 08:11:51 -0500

Index: emacs/lisp/language/european.el
diff -c emacs/lisp/language/european.el:1.80 
emacs/lisp/language/european.el:1.81
*** emacs/lisp/language/european.el:1.80        Sat Jan  4 19:55:27 2003
--- emacs/lisp/language/european.el     Tue Feb  4 08:11:50 2003
***************
*** 582,588 ****
    (setq translation-table
        (make-translation-table-from-vector encoding-vector))
    (define-translation-table 'mac-roman-decoder translation-table)
!   (define-translation-table 'mac-roman-encoder 
      (char-table-extra-slot translation-table 0)))
  
  (define-ccl-program decode-mac-roman
--- 582,588 ----
    (setq translation-table
        (make-translation-table-from-vector encoding-vector))
    (define-translation-table 'mac-roman-decoder translation-table)
!   (define-translation-table 'mac-roman-encoder
      (char-table-extra-slot translation-table 0)))
  
  (define-ccl-program decode-mac-roman
***************
*** 640,646 ****
        (compose-string string idx (match-end 0))
        (setq idx (match-end 0))))
    string)
!       
  (defun diacritic-compose-buffer ()
    "Compose diacritic characters in the current buffer."
    (interactive)
--- 640,646 ----
        (compose-string string idx (match-end 0))
        (setq idx (match-end 0))))
    string)
! 
  (defun diacritic-compose-buffer ()
    "Compose diacritic characters in the current buffer."
    (interactive)




reply via email to

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