/[emacs]/emacs/lisp/progmodes/vhdl-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/vhdl-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11.14.1 by lektu, Fri Sep 6 09:37:55 2002 UTC revision 1.11.14.2 by lektu, Wed Oct 16 06:28:34 2002 UTC
# Line 8193  but not if inside a comment or quote)." Line 8193  but not if inside a comment or quote)."
8193             (setq prompt (match-string 1))             (setq prompt (match-string 1))
8194             (replace-match "")             (replace-match "")
8195             (setq string (vhdl-template-field prompt nil t))             (setq string (vhdl-template-field prompt nil t))
8196             ;; replace occurences of same prompt             ;; replace occurrences of same prompt
8197             (while (re-search-forward (concat "<\\(" prompt "\\)>") end t)             (while (re-search-forward (concat "<\\(" prompt "\\)>") end t)
8198               (replace-match (or string "")))               (replace-match (or string "")))
8199             (goto-char position)))             (goto-char position)))

Legend:
Removed from v.1.11.14.1  
changed lines
  Added in v.1.11.14.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26