emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b5ab3a5: Improve commentary for a recent change in


From: Eli Zaretskii
Subject: [Emacs-diffs] master b5ab3a5: Improve commentary for a recent change in keyboard.c
Date: Sat, 18 Feb 2017 05:30:38 -0500 (EST)

branch: master
commit b5ab3a52fc0c8fd54b1827b354b13d9093411c89
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve commentary for a recent change in keyboard.c
    
    * src/keyboard.c (Fset__this_command_keys): Add a comment about
    the magic 248 value.  (Bug#25612)
---
 src/keyboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index d2f4b50..0245dfa 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10020,7 +10020,7 @@ Internal use only.  */)
   int key0 = SREF (keys, 0);
 
   /* Kludge alert: this makes M-x be in the form expected by
-     novice.el.  Any better ideas?  */
+     novice.el.  (248 is \370, a.k.a. "Meta-x".)  Any better ideas?  */
   if (key0 == 248)
     add_command_key (make_number ('x' | meta_modifier));
   else



reply via email to

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