emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding M-x iwconfig to net-utils.el


From: Richard Stallman
Subject: Re: Adding M-x iwconfig to net-utils.el
Date: Fri, 08 Feb 2008 13:48:30 -0500

    (defcustom ipconfig-program
      (if (eq system-type 'windows-nt)
          "ipconfig"
        "ifconfig")

Emacs should follow the practices of the GNU system, not Windows.
So this variable should be called ifconfig-program.

I changed that and related names.




reply via email to

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