emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/apropos.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el,v
Date: Thu, 06 Dec 2007 00:17:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 00:17:57

Index: apropos.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/apropos.el,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -b -r1.121 -r1.122
--- apropos.el  10 Nov 2007 09:55:10 -0000      1.121
+++ apropos.el  6 Dec 2007 00:17:55 -0000       1.122
@@ -449,7 +449,7 @@
                          "command or function" "command"))
                     current-prefix-arg))
   (apropos-parse-pattern pattern)
-  (let ((message
+  (let ((message "%s"
         (let ((standard-output (get-buffer-create "*Apropos*")))
           (print-help-return-message 'identity))))
     (or do-all (setq do-all apropos-do-all))




reply via email to

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