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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Sat, 10 Dec 2005 07:35:05 -0500

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.19 emacs/lisp/align.el:1.20
*** emacs/lisp/align.el:1.19    Tue Aug  9 11:24:48 2005
--- emacs/lisp/align.el Sat Dec 10 12:35:04 2005
***************
*** 931,938 ****
  region, call `align-regexp' and type in that regular expression."
    (interactive
     (append
!     (list (min (point) (mark))
!         (max (point) (mark)))
      (if current-prefix-arg
        (list (read-string "Complex align using regexp: "
                           "\\(\\s-*\\)")
--- 931,937 ----
  region, call `align-regexp' and type in that regular expression."
    (interactive
     (append
!     (list (region-beginning) (region-end))
      (if current-prefix-arg
        (list (read-string "Complex align using regexp: "
                           "\\(\\s-*\\)")
***************
*** 988,995 ****
  default alignment rules that would have been used to identify the text
  to be colored."
    (interactive
!    (list (min (mark) (point))
!        (max (mark) (point))
         (completing-read
          "Title of rule to highlight: "
          (mapcar
--- 987,993 ----
  default alignment rules that would have been used to identify the text
  to be colored."
    (interactive
!    (list (region-beginning) (region-end)
         (completing-read
          "Title of rule to highlight: "
          (mapcar




reply via email to

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