aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/help-fns.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d4363b03818..22868b19c03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-10-19 Richard Stallman <rms@gnu.org>
2
3 * help-fns.el (describe-function-1): Don't use the advice origname
4 if it has no function definition.
5
12007-10-18 Johan Bockg,Ae(Brd <bojohan@gnu.org> 62007-10-18 Johan Bockg,Ae(Brd <bojohan@gnu.org>
2 7
3 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. 8 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 3443cc634e0..f62fadc22b5 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -259,7 +259,7 @@ face (according to `face-differs-from-default-p')."
259 (cdr (assq 'origname advised)) 259 (cdr (assq 'origname advised))
260 (fboundp (cdr (assq 'origname advised))) 260 (fboundp (cdr (assq 'origname advised)))
261 (cdr (assq 'origname advised))) 261 (cdr (assq 'origname advised)))
262 function)) 262 function))
263 ;; Get the real definition. 263 ;; Get the real definition.
264 (def (if (symbolp real-function) 264 (def (if (symbolp real-function)
265 (symbol-function real-function) 265 (symbol-function real-function)