]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorDave Love <fx@gnu.org>
Fri, 26 Nov 1999 21:27:25 +0000 (21:27 +0000)
committerDave Love <fx@gnu.org>
Fri, 26 Nov 1999 21:27:25 +0000 (21:27 +0000)
lisp/ChangeLog
lisp/comint.el
lisp/emacs-lisp/advice.el

index 294abba1f7711f708aba3d7b1f32bbbb210a0c0a..38b4b218f14f1567b5069992646179600b19f216 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 6201fc72850606f9d588db295860561d25fbac7c..438043c124a60b802bf39960f61cf1afbbfb09b0 100644 (file)
@@ -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
index 0a4756559e82df4b834eb15044023382b0be804d..c1571d0824ef9ebaba4d49274ec79581781655c2 100644 (file)
@@ -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: