]> git.eshelyaron.com Git - emacs.git/commitdiff
* apropos.el (apropos-symbol): Don't set button skip by default.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 22:13:46 +0000 (22:13 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 22:13:46 +0000 (22:13 +0000)
(apropos-print): Set button skip iff searching for multiple types.
(apropos-print-doc): Insert blank label button when searching for
a single type.

* button.el (forward-button): Avoid infloop.

lisp/ChangeLog

index 2a4805f620f327ac3a8d4047fe3401567cc72ad4..7704002edff6a99661a56a2e2a80277df688bf95 100644 (file)
@@ -4,8 +4,15 @@
 
 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
 
-       * minibuffer.el (read-file-name-completion-ignore-case):
-       Add cygwin to the list.
+       * apropos.el (apropos-symbol): Don't set button skip by default.
+       (apropos-print): Set button skip iff searching for multiple types.
+       (apropos-print-doc): Insert blank label button when searching for
+       a single type.
+
+       * button.el (forward-button): Avoid infloop.
+
+       * minibuffer.el (read-file-name-completion-ignore-case): Add
+       cygwin to the list.
 
 2008-07-31  Sven Joachim  <svenjoac@gmx.de>