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: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Wed, 06 Feb 2002 02:07:54 -0500

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.7 emacs/lisp/align.el:1.8
*** emacs/lisp/align.el:1.7     Mon Jul 16 08:22:58 2001
--- emacs/lisp/align.el Wed Feb  6 02:07:54 2002
***************
*** 1,6 ****
  ;;; align.el --- align text to a specific column, by regexp
  
! ;; Copyright (C) 1999, 2000 Free Sofware Foundation
  
  ;; Author: John Wiegley <address@hidden>
  ;; Keywords: convenience languages lisp
--- 1,6 ----
  ;;; align.el --- align text to a specific column, by regexp
  
! ;; Copyright (C) 1999, 2000, 2002 Free Sofware Foundation
  
  ;; Author: John Wiegley <address@hidden>
  ;; Keywords: convenience languages lisp
***************
*** 1417,1423 ****
                              (if name
                                  (message
                                   "Aligning `%s' (rule %d of %d) %d%%..."
!                                  rule-index rule-count
                                   (/ (* (- (point) real-beg) 100)
                                      (- end-mark real-beg)))
                                (message
--- 1417,1423 ----
                              (if name
                                  (message
                                   "Aligning `%s' (rule %d of %d) %d%%..."
!                                  name rule-index rule-count
                                   (/ (* (- (point) real-beg) 100)
                                      (- end-mark real-beg)))
                                (message



reply via email to

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