comparison lisp/ChangeLog @ 52214:0a6efed807f5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Aug 2003 00:27:53 +0000
parents c11b7bac609c
children 4370c0954dca
comparison
equal deleted inserted replaced
52213:d8341603541c 52214:0a6efed807f5
1 2003-08-16 Richard M. Stallman <rms@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
4
5 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6 New subroutine, broken out of eval-last-sexp-1.
7 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8
9 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10
11 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12
13 * simple.el (eval-expression): Use eval-last-sexp-print-value.
14
15 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
16
17 * simple.el (backward-word, forward-to-indentation)
18 (backward-to-indentation): Argument changed to optional.
19 (next-line, previous-line): Use `or' instead of `unless'.
20
1 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> 21 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 22
3 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var 23 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
4 instead of a constant. 24 instead of a constant.
5 25