]> code.delx.au - gnu-emacs/blobdiff - lisp/simple.el
(describe-function-1): Kluge around cases of functions fset to subrs
[gnu-emacs] / lisp / simple.el
index 9105231ad4fff36884711fd092144a636d47c8c8..228ff1b350b4c531bc81b135b19815fe2734ce12 100644 (file)
@@ -63,8 +63,6 @@ In Auto Fill mode, if no numeric arg, break the preceding line if it's long."
                   (bolp)
                   ;; Make sure no functions want to be told about
                   ;; the range of the changes.
-                  (not after-change-function)
-                  (not before-change-function)
                   (not after-change-functions)
                   (not before-change-functions)
                   ;; Make sure there are no markers here.