+1999-11-26 Dave Love <fx@gnu.org>
+
+ * comint.el: Fix last change.
+
+ * emacs-lisp/advice.el: Fix last change.
+
1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* cus-edit.el (Custom-reset-standard): Doc fix.
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
(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: