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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Tue, 11 Dec 2001 02:34:39 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.276 emacs/lisp/subr.el:1.277
*** emacs/lisp/subr.el:1.276    Tue Nov 27 23:03:53 2001
--- emacs/lisp/subr.el  Tue Dec 11 02:34:39 2001
***************
*** 475,481 ****
  The normal global definition of the character C-x indirects to this keymap.")
  
  (defvar ctl-x-4-map (make-sparse-keymap)
!   "Keymap for subcommands of C-x 4")
  (defalias 'ctl-x-4-prefix ctl-x-4-map)
  (define-key ctl-x-map "4" 'ctl-x-4-prefix)
  
--- 475,481 ----
  The normal global definition of the character C-x indirects to this keymap.")
  
  (defvar ctl-x-4-map (make-sparse-keymap)
!   "Keymap for subcommands of C-x 4.")
  (defalias 'ctl-x-4-prefix ctl-x-4-map)
  (define-key ctl-x-map "4" 'ctl-x-4-prefix)
  



reply via email to

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