diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-08-17 00:27:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-08-17 00:27:53 +0000 |
commit | 0e7d7aae702638afdd166aad01d527975ed78fcc (patch) | |
tree | a945694ba2b63d2f71550e1fb72504ef7f118a53 /lisp | |
parent | 29e16385d0a531e25b18fbb13cc7111a2650eecc (diff) | |
download | emacs-0e7d7aae702638afdd166aad01d527975ed78fcc.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8837a292fd4..0c6b09e74eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2003-08-16 Richard M. Stallman <rms@gnu.org> + + * net/ange-ftp.el (ange-ftp-error): Add save-excursion. + + * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value): + New subroutine, broken out of eval-last-sexp-1. + (eval-last-sexp-1): Use eval-last-sexp-print-value. + + * custom.el (custom-load-symbol): Load cus-load and cus-start first. + + * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings. + + * simple.el (eval-expression): Use eval-last-sexp-print-value. + +2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) + + * simple.el (backward-word, forward-to-indentation) + (backward-to-indentation): Argument changed to optional. + (next-line, previous-line): Use `or' instead of `unless'. + 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var |