emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el
Date: Fri, 30 Dec 2005 05:56:17 +0000

Index: emacs/lisp/progmodes/delphi.el
diff -u emacs/lisp/progmodes/delphi.el:3.20 emacs/lisp/progmodes/delphi.el:3.21
--- emacs/lisp/progmodes/delphi.el:3.20 Sun Dec 25 19:01:08 2005
+++ emacs/lisp/progmodes/delphi.el      Fri Dec 30 05:56:17 2005
@@ -177,7 +177,7 @@
 
 (defcustom delphi-other-face nil
   "*Face used to color everything else."
-  :type '(choice face (const nil))
+  :type '(choice (const :tag "None" nil) face)
   :group 'delphi)
 
 (defconst delphi-directives




reply via email to

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