emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 09 Aug 2004 14:52:41 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.403 emacs/lisp/subr.el:1.404
*** emacs/lisp/subr.el:1.403    Sun Aug  8 16:49:37 2004
--- emacs/lisp/subr.el  Mon Aug  9 18:48:23 2004
***************
*** 566,572 ****
  (defmacro kbd (keys)
    "Convert KEYS to the internal Emacs key representation.
  KEYS should be a string constant in the format used for
! saving keyboard macros (see `insert-kbd-macro')."
    (read-kbd-macro keys))
  
  (put 'keyboard-translate-table 'char-table-extra-slots 0)
--- 566,572 ----
  (defmacro kbd (keys)
    "Convert KEYS to the internal Emacs key representation.
  KEYS should be a string constant in the format used for
! saving keyboard macros (see `edmacro-mode')."
    (read-kbd-macro keys))
  
  (put 'keyboard-translate-table 'char-table-extra-slots 0)




reply via email to

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