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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el [lexbind]
Date: Wed, 15 Sep 2004 20:39:09 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.212.2.13 emacs/lisp/isearch.el:1.212.2.14
*** emacs/lisp/isearch.el:1.212.2.13    Thu Sep 16 00:12:21 2004
--- emacs/lisp/isearch.el       Thu Sep 16 00:14:58 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)
  
***************
*** 651,657 ****
    (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
--- 653,659 ----
    (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]