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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el
Date: Fri, 25 Jan 2002 00:06:15 -0500

Index: emacs/lisp/progmodes/vhdl-mode.el
diff -c emacs/lisp/progmodes/vhdl-mode.el:1.14 
emacs/lisp/progmodes/vhdl-mode.el:1.15
*** emacs/lisp/progmodes/vhdl-mode.el:1.14      Mon Dec 31 15:43:36 2001
--- emacs/lisp/progmodes/vhdl-mode.el   Fri Jan 25 00:06:14 2002
***************
*** 8193,8199 ****
           (setq prompt (match-string 1))
           (replace-match "")
           (setq string (vhdl-template-field prompt nil t))
!          ;; replace occurences of same prompt
           (while (re-search-forward (concat "<\\(" prompt "\\)>") end t)
             (replace-match (or string "")))
           (goto-char position)))
--- 8193,8199 ----
           (setq prompt (match-string 1))
           (replace-match "")
           (setq string (vhdl-template-field prompt nil t))
!          ;; replace occurrences of same prompt
           (while (re-search-forward (concat "<\\(" prompt "\\)>") end t)
             (replace-match (or string "")))
           (goto-char position)))



reply via email to

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