emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/register.el
Date: Tue, 04 Feb 2003 07:00:00 -0500

Index: emacs/lisp/register.el
diff -c emacs/lisp/register.el:1.43 emacs/lisp/register.el:1.44
*** emacs/lisp/register.el:1.43 Sat Dec  7 16:29:35 2002
--- emacs/lisp/register.el      Tue Feb  4 07:00:00 2003
***************
*** 233,239 ****
          (progn
            (princ "the text:\n")
            (princ val))
!       (cond 
         ;; Extract first N characters starting with first non-whitespace.
         ((string-match (format "[^ \t\n].\\{,%d\\}"
                                ;; Deduct 6 for the spaces inserted below.
--- 233,239 ----
          (progn
            (princ "the text:\n")
            (princ val))
!       (cond
         ;; Extract first N characters starting with first non-whitespace.
         ((string-match (format "[^ \t\n].\\{,%d\\}"
                                ;; Deduct 6 for the spaces inserted below.




reply via email to

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