[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/startup.el
From: |
Reiner Steib |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/startup.el |
Date: |
Mon, 09 May 2005 12:20:34 -0400 |
Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.355 emacs/lisp/startup.el:1.356
*** emacs/lisp/startup.el:1.355 Sat Apr 23 16:39:54 2005
--- emacs/lisp/startup.el Mon May 9 16:20:32 2005
***************
*** 1108,1114 ****
Arguments from ARGS should be either strings, functions called
with no args that return a string, or pairs `:face FACE',
where FACE is a valid face specification, as it can be used with
! `put-text-properties'."
(let ((current-face nil))
(while args
(if (eq (car args) :face)
--- 1108,1114 ----
Arguments from ARGS should be either strings, functions called
with no args that return a string, or pairs `:face FACE',
where FACE is a valid face specification, as it can be used with
! `put-text-property'."
(let ((current-face nil))
(while args
(if (eq (car args) :face)
- [Emacs-diffs] Changes to emacs/lisp/startup.el,
Reiner Steib <=