emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 78f8696: Stop duplicating some custom-types in mess


From: Glenn Morris
Subject: [Emacs-diffs] master 78f8696: Stop duplicating some custom-types in message.el
Date: Fri, 17 Feb 2017 00:43:43 -0500 (EST)

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

    Stop duplicating some custom-types in message.el
    
    * lisp/gnus/message.el (user-mail-address, user-full-name):
    No need to re-specify custom-type.
---
 lisp/gnus/message.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 2819269..079ed52 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -64,9 +64,6 @@
   :group 'mail
   :group 'news)
 
-(put 'user-mail-address 'custom-type 'string)
-(put 'user-full-name 'custom-type 'string)
-
 (defgroup message-various nil
   "Various Message Variables."
   :link '(custom-manual "(message)Various Message Variables")



reply via email to

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