emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 19 Sep 2005 05:20:44 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8204 emacs/lisp/ChangeLog:1.8205
*** emacs/lisp/ChangeLog:1.8204 Sun Sep 18 20:01:57 2005
--- emacs/lisp/ChangeLog        Mon Sep 19 09:20:41 2005
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-09-19  Juanma Barranquero  <address@hidden>
+ 
+       * progmodes/sh-script.el (sh-blink): Fix spurious reference to
+       variable `message'.
+ 
  2005-09-18  Michael Albinus  <address@hidden>
  
        * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
***************
*** 19,30 ****
  2005-09-18  D Goel  <address@hidden>
  
        * apropos.el (apropos-command): Fix `message' call: first arg
!       should be a format spec. In this and all other cases that appear
        below and elsewhere in the source code, I made a change only when
        two conditions were satisfied: [1] I can think of a possibility
!       that the arguments would cause an error, for example, the code is
!       question relies on extarnal variables such as filenames. [2] I was
!       sure that the arg to `message' could not have been nil in the
        code.
  
        * textmodes/tildify.el (tildify-region): Ditto.
--- 24,35 ----
  2005-09-18  D Goel  <address@hidden>
  
        * apropos.el (apropos-command): Fix `message' call: first arg
!       should be a format spec.  In this and all other cases that appear
        below and elsewhere in the source code, I made a change only when
        two conditions were satisfied: [1] I can think of a possibility
!       that the arguments would cause an error, for example, the code in
!       question relies on external variables such as filenames.  [2] I
!       was sure that the arg to `message' could not have been nil in the
        code.
  
        * textmodes/tildify.el (tildify-region): Ditto.
***************
*** 169,176 ****
        * obsolete/fast-lock.el (@top-level): Ditto in the macro
        definition of `with-temp-message'.
  
!       * pcomplete.el (pcomplete--help): Fix `message' format spec. Not
!       having a %s would be weird, though not technically wrong.
  
  2005-09-18  YAMAMOTO Mitsuharu  <address@hidden>
  
--- 174,181 ----
        * obsolete/fast-lock.el (@top-level): Ditto in the macro
        definition of `with-temp-message'.
  
!       * pcomplete.el (pcomplete--help): Fix `message' format spec.
!       Not having a %s would be weird, though not technically wrong.
  
  2005-09-18  YAMAMOTO Mitsuharu  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]