From 8e2e166626c67202f0fd0be7652cc20a8925e171 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 30 Jan 2008 21:47:06 +0000 Subject: Update. --- lisp/ChangeLog | 19 +++++++++++++------ lisp/emacs-lisp/cl-loaddefs.el | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e2af23a41..469ff08d65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,15 @@ +2008-01-30 Juanma Barranquero + + * emacs-lisp/check-declare.el (check-declare-directory): + * emacs-lisp/authors.el (authors): Use `find-program' and + `grep-program' instead of hardcoded program names. + + * emacs-lisp/cl-loaddefs.el: Update. + 2008-01-30 Tassilo Horn - * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New - functions. Implement bookmark support the new make-cell/handler - way. + * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions. + Implement bookmark support the new make-cell/handler way. (Info-mode): Bind bookmark-make-cell-function to Info-bookmark-make-cell buffer locally. @@ -19,9 +26,9 @@ 2008-01-29 Michael Albinus - * net/tramp.el (tramp-methods): Use "-H" option for "sudo". Suggested - by Trent W. Buck . Make ("%h") a single - element in "plinkx". + * net/tramp.el (tramp-methods): Use "-H" option for "sudo". + Suggested by Trent W. Buck . Make ("%h") + a single element in "plinkx". (tramp-handle-shell-command): Reuse "*Async Shell Command*" or "*Shell Command Output*" buffers. Check, whether there is already an asynchronous process running. Display always the buffer of the diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index bfc711478d..5308b700a2 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -283,7 +283,7 @@ Not documented ;;;;;; do* do loop return-from return block etypecase typecase ecase ;;;;;; case load-time-value eval-when destructuring-bind function* ;;;;;; defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs" -;;;;;; "cl-macs.el" "b75c9203d71424764cb7d91607a965eb") +;;;;;; "cl-macs.el" "80422dc6f5f8faffd926deba0c4c0ed7") ;;; Generated autoloads from cl-macs.el (autoload 'cl-compile-time-init "cl-macs" "\ -- cgit v1.2.3