/[emacs]/emacs/lisp/international/iso-acc.el
ViewVC logotype

Diff of /emacs/lisp/international/iso-acc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51 by gerd, Thu Nov 18 16:36:39 1999 UTC revision 1.52 by gerd, Mon Oct 29 15:42:44 2001 UTC
# Line 1  Line 1 
1  ;;; iso-acc.el --- minor mode providing electric accent keys  ;;; iso-acc.el --- minor mode providing electric accent keys
2    
3  ;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.  ;; Copyright (C) 1993, 1994, 1996, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: Johan Vromans  ;; Author: Johan Vromans
6  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 319  the language you choose)." Line 319  the language you choose)."
319             entry))             entry))
320        ;; Otherwise, advance and schedule the second key for execution.        ;; Otherwise, advance and schedule the second key for execution.
321        (setq unread-command-events        (setq unread-command-events
322              (cons (list second-char) unread-command-events))              (push second-char unread-command-events))
323        (vector first-char))))        (vector first-char))))
324    
325  ;; It is a matter of taste if you want the minor mode indicated  ;; It is a matter of taste if you want the minor mode indicated

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26