# HG changeset patch # User Dave Love # Date 943651479 0 # Node ID 173f907a58122dc3a9b95f00c49b8a10b5820dc2 # Parent ecc4acdd96a9684d0dd00b76e79a110e1ba87c97 Fix last change. diff -r ecc4acdd96a9 -r 173f907a5812 lisp/comint.el --- a/lisp/comint.el Fri Nov 26 19:47:26 1999 +0000 +++ b/lisp/comint.el Fri Nov 26 21:24:39 1999 +0000 @@ -1348,10 +1348,9 @@ 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 -r ecc4acdd96a9 -r 173f907a5812 lisp/emacs-lisp/advice.el --- a/lisp/emacs-lisp/advice.el Fri Nov 26 19:47:26 1999 +0000 +++ b/lisp/emacs-lisp/advice.el Fri Nov 26 21:24:39 1999 +0000 @@ -3665,7 +3665,7 @@ (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: