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: Tue, 20 Dec 2005 17:27:35 +0000

Index: emacs/lisp/longlines.el
diff -u emacs/lisp/longlines.el:1.23 emacs/lisp/longlines.el:1.24
--- emacs/lisp/longlines.el:1.23        Mon Dec 19 14:30:56 2005
+++ emacs/lisp/longlines.el     Tue Dec 20 17:27:35 2005
@@ -111,7 +111,7 @@
        (add-hook 'before-revert-hook 'longlines-before-revert-hook nil t)
         (make-local-variable 'buffer-substring-filters)
        (set (make-local-variable 'isearch-search-fun-function)
-            'longlinges-search-function)
+            'longlines-search-function)
         (add-to-list 'buffer-substring-filters 'longlines-encode-string)
         (when longlines-wrap-follows-window-size
           (set (make-local-variable 'fill-column)
@@ -424,7 +424,7 @@
 
 ;; Isearch
 
-(defun longlinges-search-function ()
+(defun longlines-search-function ()
   (cond
    (isearch-word
     (if isearch-forward 'word-search-forward 'word-search-backward))




reply via email to

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