(parse_charset_map): Remove an unused variable.
[bpt/emacs.git] / lisp / abbrevlist.el
index 664570e..8ffa7cb 100644 (file)
@@ -1,4 +1,4 @@
-;;; abbrevlist.el --- list one abbrev table alphabetically ordered.
+;;; abbrevlist.el --- list one abbrev table alphabetically ordered
 
 ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc.
 ;; Suggested by a previous version by Gildea.
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
+
+;;; Commentary:
 
 ;;; Code:
 
@@ -30,7 +33,7 @@
     (save-excursion
       (let ((abbrev-list nil) (first-column 0))
        (set-buffer standard-output)
-       (mapatoms 
+       (mapatoms
          (function (lambda (abbrev)
                      (setq abbrev-list (cons abbrev abbrev-list))))
          abbrev-table)