emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 19 Nov 2001 17:47:32 -0500

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.2240 emacs/src/ChangeLog:1.2241
--- emacs/src/ChangeLog:1.2240  Mon Nov 19 15:55:10 2001
+++ emacs/src/ChangeLog Mon Nov 19 17:47:32 2001
@@ -1,5 +1,21 @@
 2001-11-19  Stefan Monnier  <address@hidden>
 
+       * syntax.c (describe_syntax): Add dummy arg.
+       (describe_syntax_1): Update call to describe_vector.
+
+       * category.c (describe_category): Add dummy arg.
+       (describe_category_1): Update call to describe_vector.
+
+       * keymap.c (Fdescribe_vector): Add `describer' parameter.
+       (describe_command, describe_translation): Add dummy second param.
+       (describe_map): Call elt_describer with two arguments.
+       (describe_vector_princ): Add `fun' parameter.
+       Call it instead of the hardcoded `princ'.
+       (describe_vector): Add arg `args'.
+       Pass it as a new second argument to elt_describer.
+
+       * keymap.h (describe_vector): Update prototype.
+
        * frame.c: Don't include keymap.h any more.
        (keys_of_frame): Remove.
 



reply via email to

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