emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ee99707: Doc fix for vhdl-mode re mail-host-address


From: Glenn Morris
Subject: [Emacs-diffs] master ee99707: Doc fix for vhdl-mode re mail-host-address
Date: Sun, 12 Feb 2017 20:37:00 -0500 (EST)

branch: master
commit ee9970734facdff57c79811a7b60973a0b9ec6b2
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Doc fix for vhdl-mode re mail-host-address
    
    * lisp/progmodes/vhdl-mode.el (vhdl-file-header): Doc fix.
    (mail-host-address): Do not add to vhdl-related custom group,
    since vhdl-template-replace-header-keywords doesn't use it.
---
 lisp/progmodes/vhdl-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 6c76d7e..06ffd54 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -1010,7 +1010,7 @@ if the header needs to be version controlled.
 The following keywords for template generation are supported:
   <filename>    : replaced by the name of the buffer
   <author>      : replaced by the user name and email address
-                  (`user-full-name',`mail-host-address', `user-mail-address')
+                  (`user-full-name', `user-mail-address')
   <authorfull>  : replaced by the user full name (`user-full-name')
   <login>       : replaced by user login name (`user-login-name')
   <company>     : replaced by contents of option `vhdl-company-name'
@@ -1967,7 +1967,6 @@ are treated as single words otherwise."
 (unless (featurep 'xemacs)
   (custom-add-to-group 'vhdl-related 'transient-mark-mode 'custom-variable))
 (custom-add-to-group 'vhdl-related 'user-full-name 'custom-variable)
-(custom-add-to-group 'vhdl-related 'mail-host-address 'custom-variable)
 (custom-add-to-group 'vhdl-related 'user-mail-address 'custom-variable)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



reply via email to

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