emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Tue, 31 May 2005 07:10:43 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.309 emacs/lisp/faces.el:1.310
*** emacs/lisp/faces.el:1.309   Mon May 23 18:30:20 2005
--- emacs/lisp/faces.el Tue May 31 11:10:43 2005
***************
*** 1163,1169 ****
                    (mapcar (lambda (f)
                              (when (string-match regexp (symbol-name f))
                                f))
!                           faces))))
      (with-output-to-temp-buffer "*Faces*"
        (save-excursion
        (set-buffer standard-output)
--- 1163,1171 ----
                    (mapcar (lambda (f)
                              (when (string-match regexp (symbol-name f))
                                f))
!                           faces)))
!       (unless faces
!         (error "No faces matching \"%s\"" regexp)))
      (with-output-to-temp-buffer "*Faces*"
        (save-excursion
        (set-buffer standard-output)




reply via email to

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