# HG changeset patch # User Juanma Barranquero # Date 1184280000 0 # Node ID b25b94f97be5f425f4841ae5fca259890f4fdc3f # Parent 793a39ce6d90cf34bea7be3e2778bc89ad067bd1 *** empty log message *** diff -r 793a39ce6d90 -r b25b94f97be5 lisp/ChangeLog --- 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 + + * desktop.el (desktop-buffer-info, desktop-save): + Use `desktop-dirname' instead of `dirname'. + 2007-07-12 Paul Pogonyshev * 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.