diff yatexhie.el @ 353:2a72779d9c50 dev

Rewrite lambda notations to suppress annoying warnings from emacs24
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 21 Dec 2014 14:20:01 +0900
parents 8d3156073892
children d69fd7b1ac4d
line wrap: on
line diff
--- a/yatexhie.el	Sun Dec 21 13:57:27 2014 +0900
+++ b/yatexhie.el	Sun Dec 21 14:20:01 2014 +0900
@@ -1,7 +1,7 @@
 ;;; yatexhie.el --- YaTeX hierarchy browser
 ;;; 
 ;;; (c)1995-2013 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Mon Apr  1 22:43:34 2013 on firestorm
+;;; Last modified Sun Dec 21 14:05:20 2014 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -75,8 +75,9 @@
 			(YaTeX-get-builtin "!")
 			(setq YaTeX-parent-file parent))))
 	      (cons (buffer-file-name (current-buffer))
-		    (mapcar '(lambda (f) 	;return value
-			       (YaTeX-document-hierarchy f basedir))
+		    (mapcar (function 		;return value
+			     (lambda (f)
+			       (YaTeX-document-hierarchy f basedir)))
 			    (YaTeX-all-included-files))))))
     (message "Parsing [%s]...done" (file-name-nondirectory file))))
 

yatex.org