From b2f6a2ab27e8b395c81bb1463825b1152ad496e2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 27 Jan 2003 08:50:00 +0000 Subject: [PATCH] (ebrowse-draw-tree-fn): Fix typo. --- lisp/ChangeLog | 16 +++++++++++++++- lisp/progmodes/ebrowse.el | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35ec7379ed7..753a0b67021 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2003-01-27 Juanma Barranquero + + * filesets.el (filesets-file-open): Fix typo. + + * vcursor.el (vcursor-disable): Likewise. + + * eshell/esh-cmd.el (eshell-separate-commands): Likewise. + + * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise. + + * progmodes/cc-vars.el (c-offsets-alist): Likewise. + + * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise. + 2003-01-26 Martin Stjernholm * progmodes/cc-vars.el, progmodes/cc-mode.el @@ -42,7 +56,7 @@ 2003-01-25 Richard M. Stallman - * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable): + * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable): Compile any lambda-expressions among the args. * view.el (view-mode): Doc fix. diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 9ee70a5d48a..89b8404c354 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1829,7 +1829,7 @@ TREE denotes the class shown." (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start) - "Display a single class and recursively it's subclasses. + "Display a single class and recursively its subclasses. This function may look weird, but this is faster than recursion." (setq stack1 (make-list (length ebrowse--tree) 0) stack2 (copy-sequence ebrowse--tree)) -- 2.39.2