emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/wdired.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/wdired.el,v
Date: Sat, 09 Dec 2006 16:15:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/12/09 16:15:27

Index: wdired.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/wdired.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- wdired.el   9 Dec 2006 16:06:53 -0000       1.21
+++ wdired.el   9 Dec 2006 16:15:26 -0000       1.22
@@ -518,6 +518,9 @@
                                 (match-string-no-properties 1))
               (put-text-property (match-end 1) (1+ (match-end 1)) 'end-link t)
              (put-text-property (1- (match-beginning 1))
+                                (match-beginning 1)
+                                'rear-nonsticky '(read-only))
+             (put-text-property (match-beginning 1)
                                 (match-end 1) 'read-only nil)))
         (forward-line)
        (beginning-of-line)))))




reply via email to

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