emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el
Date: Thu, 20 Dec 2001 13:18:27 -0500

Index: emacs/lisp/progmodes/vhdl-mode.el
diff -c emacs/lisp/progmodes/vhdl-mode.el:1.11 
emacs/lisp/progmodes/vhdl-mode.el:1.12
*** emacs/lisp/progmodes/vhdl-mode.el:1.11      Tue Nov 16 08:25:42 1999
--- emacs/lisp/progmodes/vhdl-mode.el   Thu Dec 20 13:18:27 2001
***************
*** 564,576 ****
  
  (defcustom vhdl-reset-active-high nil
    "*Non-nil means reset in sequential processes is active high.
! Nil means active low."
    :type 'boolean
    :group 'vhdl-sequential-process)
  
  (defcustom vhdl-clock-rising-edge t
    "*Non-nil means rising edge of clock triggers sequential processes.
! Nil means falling edge."
    :type 'boolean
    :group 'vhdl-sequential-process)
  
--- 564,576 ----
  
  (defcustom vhdl-reset-active-high nil
    "*Non-nil means reset in sequential processes is active high.
! nil means active low."
    :type 'boolean
    :group 'vhdl-sequential-process)
  
  (defcustom vhdl-clock-rising-edge t
    "*Non-nil means rising edge of clock triggers sequential processes.
! nil means falling edge."
    :type 'boolean
    :group 'vhdl-sequential-process)
  



reply via email to

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