]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Oct 2007 01:13:01 +0000 (01:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Oct 2007 01:13:01 +0000 (01:13 +0000)
lisp/ChangeLog
lisp/help-fns.el

index d4363b038186d7ef6e83932feb1bedf2ec030bfc..22868b19c031fa7109df30ba86365458744ef20e 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-19  Richard Stallman  <rms@gnu.org>
+
+       * help-fns.el (describe-function-1): Don't use the advice origname
+       if it has no function definition.
+
 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
 
        * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
index 3443cc634e0943d76d38594c5e8289475f74ef08..f62fadc22b53b571042a04ab228c2fdf2f8a4abb 100644 (file)
@@ -259,7 +259,7 @@ face (according to `face-differs-from-default-p')."
                   (cdr (assq 'origname advised))
                   (fboundp (cdr (assq 'origname advised)))
                   (cdr (assq 'origname advised)))
-           function))
+             function))
         ;; Get the real definition.
         (def (if (symbolp real-function)
                  (symbol-function real-function)