comparison lisp/align.el @ 74616:d8af1b789e17

Previous change was a comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Dec 2006 15:18:02 +0000
parents ac990ee1126d
children 92a7d7de57cb
comparison
equal deleted inserted replaced
74615:ac990ee1126d 74616:d8af1b789e17
1 ;;; align.el --- align text to a specific column, by regexp 1 ;;; align.el --- align text to a specific column, by regexp
2 2
3 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006 Free Software Foundation, Inc. 4 ;; 2005, 2006 Free Software Foundation, Inc.
5 5
6 ;; Author: John Wiegley <johnw@gnu.org> 6 ;; Author: John Wiegley <johnw@gnu.org>
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: convenience languages lisp 8 ;; Keywords: convenience languages lisp
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11