emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el,v
Date: Wed, 28 Feb 2007 12:50:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/02/28 12:50:43

Index: help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help.el,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -b -r1.325 -r1.326
--- help.el     21 Jan 2007 03:53:11 -0000      1.325
+++ help.el     28 Feb 2007 12:50:43 -0000      1.326
@@ -491,6 +491,7 @@
                  "Where is command: ")
                obarray 'commandp t))
      (list (if (equal val "") fn (intern val)) current-prefix-arg)))
+  (unless definition (error "No command"))
   (let ((func (indirect-function definition))
         (defs nil)
         (standard-output (if insert (current-buffer) t)))




reply via email to

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