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/iso-acc.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/international/iso-acc.el
Date: Fri, 21 Jun 2002 05:56:25 -0400

Index: emacs/lisp/international/iso-acc.el
diff -c emacs/lisp/international/iso-acc.el:1.55 
emacs/lisp/international/iso-acc.el:1.56
*** emacs/lisp/international/iso-acc.el:1.55    Mon Apr  8 18:52:08 2002
--- emacs/lisp/international/iso-acc.el Fri Jun 21 05:56:25 2002
***************
*** 33,40 ****
  ;; In `iso-accents-mode', pseudo accent characters are used to
  ;; introduce accented keys.  The pseudo-accent characters are:
  ;;
! ;;   '  (minute)    -> grave accent
! ;;   `  (backtick)  -> acute accent
  ;;   "  (second)    -> diaeresis
  ;;   ^  (caret)     -> circumflex
  ;;   ~  (tilde)     -> tilde over the character
--- 33,40 ----
  ;; In `iso-accents-mode', pseudo accent characters are used to
  ;; introduce accented keys.  The pseudo-accent characters are:
  ;;
! ;;   '  (minute)    -> actue accent
! ;;   `  (backtick)  -> grave accent
  ;;   "  (second)    -> diaeresis
  ;;   ^  (caret)     -> circumflex
  ;;   ~  (tilde)     -> tilde over the character
***************
*** 114,120 ****
            (?e . ?\353) (?i . ?\357)
          (?\  . ?\"))
       (?~ (?< . ?\253) (?> . ?\273) (?C . ?\307) (?c . ?\347)
!        (?,  . ?,))
       (?, (?C . ?\307) (?c . ?\347) (?\  . ?\,)))
  
      ("german"
--- 114,120 ----
            (?e . ?\353) (?i . ?\357)
          (?\  . ?\"))
       (?~ (?< . ?\253) (?> . ?\273) (?C . ?\307) (?c . ?\347)
!        (?\  . ?~))
       (?, (?C . ?\307) (?c . ?\347) (?\  . ?\,)))
  
      ("german"



reply via email to

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