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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Mon, 13 Sep 2004 08:41:57 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.239 emacs/lisp/isearch.el:1.240
*** emacs/lisp/isearch.el:1.239 Wed Sep  8 20:43:17 2004
--- emacs/lisp/isearch.el       Mon Sep 13 08:18:22 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]