]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-lp-system): Fixed typo in `usg-unix-v'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Aug 2002 15:49:30 +0000 (15:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Aug 2002 15:49:30 +0000 (15:49 +0000)
lisp/ChangeLog
lisp/ps-print.el

index 25916288e890bf18ab62154eba5f2c2d4c9aa3c8..0f03975cdee46997c0f62916ba7b204cf587a8f0 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
+
+       * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
+
 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
 
        * menu-bar.el (menu-bar-read-mail): Doc fix.
 
 2002-08-29  Richard M. Stallman  <rms@gnu.org>
 
+       * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): 
+       Decide here whether to print which form we're compiling.
+       If we do that, still print file and line.  Make file name
+       relative to default-directory.  Print fewer newlines.
+       (byte-compile-log-file): Print something even if no file.
+       Print messages for entering and leaving directories,
+       and set default-directory.
+       (displaying-byte-compile-warnings): Only sometimes bind warning-series.
+       (byte-compile-warning-series): New function.
+       (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
+       (byte-compile-display-log-head-p): Function deleted.
+       
+       * warnings.el (warning-series): Now can be a marker, not an integer.
+       (display-warning): Handle new value for warning-series.
+
        * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
        (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
        to don't-warn list.
index f474453d7525f5f34da4ea822c3b6b3944a705e9..c2c54c0569f2e04444b412b8aa91eecf6bc97906 100644 (file)
@@ -1508,7 +1508,7 @@ Please send all bug fixes and enhancements to
   (defconst ps-windows-system
     (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
   (defconst ps-lp-system
-    (memq system-type '(usq-unix-v dgux hpux irix))))
+    (memq system-type '(usg-unix-v dgux hpux irix))))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;