bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14490: Error in specman-mode.el


From: Ethan Berger
Subject: bug#14490: Error in specman-mode.el
Date: Tue, 28 May 2013 15:56:57 +0000

The following code appears in revision 1.23 of specman-mode.el:

(defvar emacs-kind nil)

;; emacs or xemacs
(if (or (string-match "Lucid" emacs-version)
        (string-match "XEmacs" emacs-version))
    (setq specman-emacs-kind 'xemacs)
  (setq specman-emacs-kind 'emacs))

Elsewhere in the file there are references to emacs-kind, which is always nil, 
rather than to specman-emacs-kind.  Naturally, this causes other problems.






reply via email to

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