emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/custom.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el,v
Date: Sun, 24 Dec 2006 00:25:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/12/24 00:25:03

Index: custom.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/custom.el,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -b -r1.130 -r1.131
--- custom.el   30 Sep 2006 00:45:32 -0000      1.130
+++ custom.el   24 Dec 2006 00:25:03 -0000      1.131
@@ -536,6 +536,7 @@
   (let ((options (get symbol 'custom-options)))
     (unless (member option options)
       (put symbol 'custom-options (cons option options)))))
+(defalias 'custom-add-frequent-value 'custom-add-option)
 
 (defun custom-add-link (symbol widget)
   "To the custom option SYMBOL add the link WIDGET."




reply via email to

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