aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-14 15:31:10 +0000
committerJuanma Barranquero <[email protected]>2005-06-14 15:31:10 +0000
commit5bb5087f3cfecc123842ee4f26155c621289e6cd (patch)
tree26c73dda865053fba9bd5131b615f7d0f641c6c9
parentff689efdb451432e0abdc3e46f0a84956b1dd386 (diff)
(vhdl-speedbar-place-component): Follow error conventions.
-rw-r--r--lisp/progmodes/vhdl-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index ebccb1bf5b..d30b3a565a 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -12600,7 +12600,7 @@ This does background highlighting of translate-off regions.")
'vhdl-highlight-faces 'font-lock-variable-name-face 'custom-face)
(defface vhdl-font-lock-prompt-face
- '((((min-colors 88) (class color) (background light))
+ '((((min-colors 88) (class color) (background light))
(:foreground "Red1" :bold t))
(((class color) (background light)) (:foreground "Red" :bold t))
(((class color) (background dark)) (:foreground "Pink" :bold t))
@@ -12643,7 +12643,7 @@ This does background highlighting of translate-off regions.")
(defface vhdl-font-lock-reserved-words-face
'((((class color) (background light)) (:foreground "Orange" :bold t))
- (((min-colors 88) (class color) (background dark))
+ (((min-colors 88) (class color) (background dark))
(:foreground "Yellow1" :bold t))
(((class color) (background dark)) (:foreground "Yellow" :bold t))
(t ()))
@@ -14924,7 +14924,7 @@ is already shown in a buffer."
"Place the entity/component under the cursor as component."
(interactive)
(if (not (vhdl-speedbar-check-unit 'entity))
- (error "ERROR: No entity/component under cursor.")
+ (error "ERROR: No entity/component under cursor")
(vhdl-speedbar-port-copy)
(if (fboundp 'speedbar-select-attached-frame)
(speedbar-select-attached-frame)