emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/longlines.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/longlines.el
Date: Sun, 16 Oct 2005 19:46:16 -0400

Index: emacs/lisp/longlines.el
diff -c emacs/lisp/longlines.el:1.11 emacs/lisp/longlines.el:1.12
*** emacs/lisp/longlines.el:1.11        Fri Oct 14 19:56:38 2005
--- emacs/lisp/longlines.el     Sun Oct 16 23:46:15 2005
***************
*** 398,408 ****
        'longlines-search-backward))))
  
  (defun longlines-search-forward (string &optional bound noerror count)
!   (let ((search-spaces-regexp "[ \n]"))
      (re-search-forward (regexp-quote string) bound noerror count)))
  
  (defun longlines-search-backward (string &optional bound noerror count)
!   (let ((search-spaces-regexp "[ \n]"))
      (re-search-backward (regexp-quote string) bound noerror count)))
  
  ;; Loading and saving
--- 398,408 ----
        'longlines-search-backward))))
  
  (defun longlines-search-forward (string &optional bound noerror count)
!   (let ((search-spaces-regexp "[ \n]+"))
      (re-search-forward (regexp-quote string) bound noerror count)))
  
  (defun longlines-search-backward (string &optional bound noerror count)
!   (let ((search-spaces-regexp "[ \n]+"))
      (re-search-backward (regexp-quote string) bound noerror count)))
  
  ;; Loading and saving




reply via email to

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