]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Jun 2002 16:13:31 +0000 (16:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Jun 2002 16:13:31 +0000 (16:13 +0000)
lisp/ChangeLog
src/ChangeLog

index c26eae9e88815dfd697eab91ae7ac0a3e7f3f3a4..c342eadccf9cff79806bceb7081b1c8cb72457e5 100644 (file)
@@ -1,3 +1,23 @@
+2002-06-27  Juanma Barranquero  <lektu@terra.es>
+
+       * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
+       (meta-flag): Likewise.
+
+       * international/mule-util.el (string-to-sequence): Likewise.
+
+       * subr.el (char-bytes): Likewise.
+       (make-local-hook): Likewise.
+       (baud-rate): Remove redundant info from docstring.
+
+       * faces.el (frame-update-faces): Fix obsolescence declaration.
+       (internal-get-face): Remove redundant info from docstring and
+       fix obsolescence declaration.
+
+       * rect.el (move-to-column-force): Likewise.
+
+       * help-fns.el (describe-function-1): Use semicolon instead of dot.
+       (describe-variable): Likewise.
+
 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
 
        * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
index 4782d406df3346074147abd6b199d9c302cf34a6..c07d2c3e8e84d38a6a04c2b9c627913322c49218 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-27  Juanma Barranquero  <lektu@terra.es>
+
+       * charset.c (Fchar_bytes): Remove obsolescence info from
+       docstring.
+
 2002-06-26  Juanma Barranquero  <lektu@terra.es>
 
        * fileio.c (read_file_name_cleanup): Add missing return.