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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el
Date: Fri, 20 May 2005 09:32:33 -0400

Index: emacs/lisp/progmodes/vhdl-mode.el
diff -c emacs/lisp/progmodes/vhdl-mode.el:1.28 
emacs/lisp/progmodes/vhdl-mode.el:1.29
*** emacs/lisp/progmodes/vhdl-mode.el:1.28      Mon May 16 11:26:54 2005
--- emacs/lisp/progmodes/vhdl-mode.el   Fri May 20 13:32:33 2005
***************
*** 12364,12371 ****
          (save-match-data
            (goto-char (match-end 1))
            ;; move to next item
!           (if (looking-at "\\(\\s-*,\\)")
!               (goto-char (match-end 1))
              (end-of-line) t))))
      (error t)))
  
--- 12364,12371 ----
          (save-match-data
            (goto-char (match-end 1))
            ;; move to next item
!           (if (looking-at "\\s-*,")
!               (goto-char (match-end 0))
              (end-of-line) t))))
      (error t)))
  
***************
*** 12736,12742 ****
         '(font-lock-syntactic-keywords . vhdl-font-lock-syntactic-keywords)))
    (when (fboundp 'font-lock-unset-defaults)
      (font-lock-unset-defaults))               ; not implemented in XEmacs
!   (font-lock-set-defaults)
    (font-lock-mode nil)
    (font-lock-mode t))
  
--- 12736,12742 ----
         '(font-lock-syntactic-keywords . vhdl-font-lock-syntactic-keywords)))
    (when (fboundp 'font-lock-unset-defaults)
      (font-lock-unset-defaults))               ; not implemented in XEmacs
!   (font-lock-set-defaults)              ;What for?  --Stef
    (font-lock-mode nil)
    (font-lock-mode t))
  




reply via email to

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