emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Mon, 16 May 2005 07:33:47 -0400

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.15 emacs/lisp/align.el:1.16
*** emacs/lisp/align.el:1.15    Tue Mar  8 03:59:35 2005
--- emacs/lisp/align.el Mon May 16 11:33:43 2005
***************
*** 938,947 ****
      (if current-prefix-arg
        (list (read-string "Complex align using regexp: "
                           "\\(\\s-*\\)")
!             (string-to-int
               (read-string
                "Parenthesis group to modify (justify if negative): " "1"))
!             (string-to-int
               (read-string "Amount of spacing (or column if negative): "
                            (number-to-string align-default-spacing)))
              (y-or-n-p "Repeat throughout line? "))
--- 938,947 ----
      (if current-prefix-arg
        (list (read-string "Complex align using regexp: "
                           "\\(\\s-*\\)")
!             (string-to-number
               (read-string
                "Parenthesis group to modify (justify if negative): " "1"))
!             (string-to-number
               (read-string "Amount of spacing (or column if negative): "
                            (number-to-string align-default-spacing)))
              (y-or-n-p "Repeat throughout line? "))




reply via email to

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