emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el
Date: Thu, 05 May 2005 05:18:22 -0400

Index: emacs/lisp/emacs-lisp/byte-run.el
diff -c emacs/lisp/emacs-lisp/byte-run.el:1.10 
emacs/lisp/emacs-lisp/byte-run.el:1.11
*** emacs/lisp/emacs-lisp/byte-run.el:1.10      Tue Apr 26 09:03:56 2005
--- emacs/lisp/emacs-lisp/byte-run.el   Thu May  5 09:18:22 2005
***************
*** 121,127 ****
  first made obsolete, for example a date or a release number.  The
  optional argument DOCSTRING specifies the documentation string
  for FUNCTION; if DOCSTRING is omitted or nil, FUNCTION uses the
! documentation string of NEW unluess it already has one."
    `(progn
       (defalias ,function ,new ,docstring)
       (make-obsolete ,function ,new ,when)))
--- 121,127 ----
  first made obsolete, for example a date or a release number.  The
  optional argument DOCSTRING specifies the documentation string
  for FUNCTION; if DOCSTRING is omitted or nil, FUNCTION uses the
! documentation string of NEW unless it already has one."
    `(progn
       (defalias ,function ,new ,docstring)
       (make-obsolete ,function ,new ,when)))




reply via email to

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