[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/lpr.el,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/lpr.el,v |
Date: |
Sun, 06 Jan 2008 00:57:02 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/01/06 00:56:56
Index: lisp/lpr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/lpr.el,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- lisp/lpr.el 26 Jul 2007 05:26:28 -0000 1.74
+++ lisp/lpr.el 6 Jan 2008 00:56:50 -0000 1.75
@@ -37,7 +37,7 @@
;;;###autoload
(defvar lpr-lp-system
- (memq system-type '(usg-unix-v dgux hpux irix)))
+ (memq system-type '(usg-unix-v hpux irix)))
(defgroup lpr nil
- [Emacs-diffs] Changes to emacs/lisp/lpr.el,v,
Dan Nicolaescu <=