Mercurial > emacs
changeset 81829:b25b94f97be5
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 12 Jul 2007 22:40:00 +0000 |
parents | 793a39ce6d90 |
children | 5480763b0e12 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 12 22:39:35 2007 +0000 +++ b/lisp/ChangeLog Thu Jul 12 22:40:00 2007 +0000 @@ -1,3 +1,8 @@ +2007-07-12 Davis Herring <herring@lanl.gov> + + * desktop.el (desktop-buffer-info, desktop-save): + Use `desktop-dirname' instead of `dirname'. + 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net> * progmodes/which-func.el (which-func-modes): Add `python-mode'. @@ -94,7 +99,6 @@ * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful with EOLs when generating MD5 checksums. - * follow.el: Don't change the global map from the follow-mode-map defvar, but from the toplevel. Use easy-menu to unify the Emacs and XEmacs code.