* calendar/todo-mode.el: Fix two bugs.
[bpt/emacs.git] / lisp / sort.el
index 1523450..ed345cb 100644 (file)
@@ -4,7 +4,7 @@
 ;; Foundation, Inc.
 
 ;; Author: Howie Kaye
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: unix
 
 ;; This file is part of GNU Emacs.
@@ -595,7 +595,7 @@ is non-nil, it also prints a message describing the number of deletions."
           (equal current-prefix-arg '(16))
           (equal current-prefix-arg '(64))
           t)))
-  (let ((lines (unless adjacent (make-hash-table :weakness 'key :test 'equal)))
+  (let ((lines (unless adjacent (make-hash-table :test 'equal)))
        line prev-line
        (count 0)
        (beg (copy-marker beg))