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: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el
Date: Tue, 04 Mar 2003 09:43:03 -0500

Index: emacs/lisp/progmodes/vhdl-mode.el
diff -c emacs/lisp/progmodes/vhdl-mode.el:1.18 
emacs/lisp/progmodes/vhdl-mode.el:1.19
*** emacs/lisp/progmodes/vhdl-mode.el:1.18      Tue Feb  4 08:24:35 2003
--- emacs/lisp/progmodes/vhdl-mode.el   Tue Mar  4 09:43:03 2003
***************
*** 7568,7574 ****
      (beginning-of-line)
      (setq beg (point))
      (if (looking-at comment-start)
!       (comment-region beg end -1)
        (comment-region beg end))))
  
  (defun vhdl-comment-uncomment-line (&optional arg)
--- 7568,7574 ----
      (beginning-of-line)
      (setq beg (point))
      (if (looking-at comment-start)
!       (comment-region beg end -2)
        (comment-region beg end))))
  
  (defun vhdl-comment-uncomment-line (&optional arg)




reply via email to

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