comparison lisp/ChangeLog @ 27203:7811b5b4d905

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 05 Jan 2000 22:39:30 +0000
parents 9f2eee514355
children 5b9c236a581d
comparison
equal deleted inserted replaced
27202:6047ac0aaa7c 27203:7811b5b4d905
1 2000-01-05 Dave Love <fx@gnu.org> 1 2000-01-02 Dave Love <fx@gnu.org>
2
3 * text-mode.el (text-mode): Remove page-delimiter's `^' from
4 paragraph-start.
5 (paragraph-indent-minor-mode): New command.
6
7 * fortran.el (fortran-mode-map): Don't bind M-C-a, M-C-e, M-C-h,
8 C-j, C-xnd, TAB.
9 (fortran-mode): Set beginning-of-defun, end-of-defun.
10 (fortran-column-ruler): Simplify.
11 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12 (fortran-with-subprogram-narrowing): Likewise.
13 (fortran-indent-subprogram): Call mark-defun.
14 (fortran-check-for-matching-do): Change narrowing.
2 15
3 * cl-extra.el (cl-make-hash-table): Use make-hash-table. 16 * cl-extra.el (cl-make-hash-table): Use make-hash-table.
4 (cl-lucid-hash-tag): Delete. 17 (cl-lucid-hash-tag): Delete.
5 (cl-hash-table-p): Correct test for native table. 18 (cl-hash-table-p): Correct test for native table.
6 (cl-hash-table-count): Use hash-table-count. 19 (cl-hash-table-count): Use hash-table-count.