emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el [emacs-unic


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:53:01 -0400

Index: emacs/lisp/emacs-lisp/re-builder.el
diff -c emacs/lisp/emacs-lisp/re-builder.el:1.13.6.1 
emacs/lisp/emacs-lisp/re-builder.el:1.13.6.2
*** emacs/lisp/emacs-lisp/re-builder.el:1.13.6.1        Fri Apr 16 12:50:13 2004
--- emacs/lisp/emacs-lisp/re-builder.el Mon Jun 28 07:29:46 2004
***************
*** 494,500 ****
  
  (defun reb-auto-update (beg end lenold &optional force)
    "Called from `after-update-functions' to update the display.
! BEG END and LENOLD are passed in from the hook.
  An actual update is only done if the regexp has changed or if the
  optional fourth argument FORCE is non-nil."
    (let ((prev-valid reb-valid-string)
--- 494,500 ----
  
  (defun reb-auto-update (beg end lenold &optional force)
    "Called from `after-update-functions' to update the display.
! BEG, END and LENOLD are passed in from the hook.
  An actual update is only done if the regexp has changed or if the
  optional fourth argument FORCE is non-nil."
    (let ((prev-valid reb-valid-string)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]