From: Dave Love Date: Fri, 26 Nov 1999 21:27:25 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-21.0.90~5950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07c8b450a949c7c30d9610102d4e89b60e9c2f94;p=emacs.git Fix last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 294abba1f77..38b4b218f14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +1999-11-26 Dave Love + + * comint.el: Fix last change. + + * emacs-lisp/advice.el: Fix last change. + 1999-11-26 Richard M. Stallman * cus-edit.el (Custom-reset-standard): Doc fix. diff --git a/lisp/comint.el b/lisp/comint.el index 6201fc72850..438043c124a 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1348,10 +1348,9 @@ string. The functions on the list are called sequentially, and each one is given the string returned by the previous one. The string returned by the last function is the text that is actually inserted in the -redirection buffer.") +redirection buffer. - -This variable is buffer-local.") +This variable is permanent-local.") ;; The purpose of using this filter for comint processes ;; is to keep comint-last-input-end from moving forward diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 0a4756559e8..c1571d0824e 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -3665,7 +3665,7 @@ If FUNCTION was not advised this will be a noop." (defun ad-recover (function) "Try to recover FUNCTION's original definition, and unadvise it. This is more low-level than `ad-unadvise' in that it does not do -deactivation, which might run hooks and get into other trouble." +deactivation, which might run hooks and get into other trouble. Use in emergencies." ;; Use more primitive interactive behavior here: Accept any symbol that's ;; currently defined in obarray, not necessarily with a function definition: