emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el [emacs-unicode-2]
Date: Wed, 15 Sep 2004 05:23:33 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.221.2.7 emacs/lisp/isearch.el:1.221.2.8
*** emacs/lisp/isearch.el:1.221.2.7     Thu Sep  9 09:36:31 2004
--- emacs/lisp/isearch.el       Wed Sep 15 08:59:56 2004
***************
*** 146,153 ****
    :type 'boolean
    :group 'isearch)
  
! (defcustom isearch-resume-enabled t
!   "*If non-nil, `isearch-resume' commands are added to the command history."
    :type 'boolean
    :group 'isearch)
  
--- 146,155 ----
    :type 'boolean
    :group 'isearch)
  
! (defcustom isearch-resume-in-command-history nil
!   "*If non-nil, `isearch-resume' commands are added to the command history.
! This allows you to resume earlier isearch sessions through the
! command history."
    :type 'boolean
    :group 'isearch)
  
***************
*** 647,653 ****
    (setq disable-point-adjustment t))
  
  (defun isearch-done (&optional nopush edit)
!   (if isearch-resume-enabled
        (let ((command `(isearch-resume ,isearch-string ,isearch-regexp
                                      ,isearch-word ,isearch-forward
                                      ,isearch-message
--- 649,655 ----
    (setq disable-point-adjustment t))
  
  (defun isearch-done (&optional nopush edit)
!   (if isearch-resume-in-command-history
        (let ((command `(isearch-resume ,isearch-string ,isearch-regexp
                                      ,isearch-word ,isearch-forward
                                      ,isearch-message




reply via email to

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