Mercurial > hg > xemacs-beta
diff lisp/modes/verilog-mode.el @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 28f395d8dc7a |
children |
line wrap: on
line diff
--- a/lisp/modes/verilog-mode.el Mon Aug 13 09:50:16 2007 +0200 +++ b/lisp/modes/verilog-mode.el Mon Aug 13 09:51:16 2007 +0200 @@ -1,6 +1,6 @@ ;;; verilog-mode.el --- major mode for editing verilog source in Emacs ;; -;; $Header: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs/lisp/modes/Attic/verilog-mode.el,v 1.6 1997/06/14 20:31:18 steve Exp $ +;; $Header: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs/lisp/modes/Attic/verilog-mode.el,v 1.7 1997/07/26 22:09:50 steve Exp $ ;; Copyright (C) 1996 Free Software Foundation, Inc. @@ -70,7 +70,7 @@ (provide 'verilog-mode) ;; This variable will always hold the version number of the mode -(defconst verilog-mode-version "$$Revision: 1.6 $$" +(defconst verilog-mode-version "$$Revision: 1.7 $$" "Version of this verilog mode.") ;; @@ -2973,7 +2973,7 @@ (save-excursion (let ((verilog-all nil)) ;; Set buffer to use for searching labels. This should be set - ;; within functins which use verilog-completions + ;; within functions which use verilog-completions (set-buffer verilog-buffer-to-use) ;; Determine what should be completed @@ -3157,7 +3157,7 @@ match) ;; Set buffer to use for searching labels. This should be set - ;; within functins which use verilog-completions + ;; within functions which use verilog-completions (set-buffer verilog-buffer-to-use) (let ((verilog-str verilog-str))