From b5ab3a52fc0c8fd54b1827b354b13d9093411c89 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 Feb 2017 12:30:25 +0200 Subject: [PATCH] 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 d2f4b504abf..0245dfa9759 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 -- 2.39.5