]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Jan 2002 21:05:28 +0000 (21:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Jan 2002 21:05:28 +0000 (21:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 4cfe880963b95bc0b1d8ef6d0f3dcc6fd6bfa940..49b23c623a639f582d2142793683c046af15f09a 100644 (file)
@@ -1,5 +1,7 @@
 2002-01-22  Richard M. Stallman  <rms@gnu.org>
 
+       * progmodes/sh-script.el (sh-set-shell): Doc fix.
+
        * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
        slash if DIR is just slash.
 
index 4210329d9d47d48a247e754d23f542898b0eda43..92a7ed4ec09d32b4b9c385fcd834a0c44c148a4e 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-22  Richard M. Stallman  <rms@gnu.org>
+
+       * unexelf.c (unexec): Define n so as to cause compilation error
+       for the code where people have often written n instead of nn.
+
+       * .gdbinit (hookpost-run): Defined.
+
 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
 
        * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.