From cd83d522096f71e14fd8836f5bd7378b5eb1cb1c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Jul 2010 18:46:58 +0300 Subject: Add a Hebrew translation of the tutorial. etc/tutorials/TUTORIAL.he: New file. etc/tutorials/TUTORIAL.translators: Add TUTORIAL.he. lisp/files.el (bidi-paragraph-direction): Define safe local values. lisp/language/hebrew.el ("Hebrew"): Add TUTORIAL.he to language-info-alist. Remove outdated FIXME in a comment. --- lisp/files.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/files.el') diff --git a/lisp/files.el b/lisp/files.el index d30531b17e5..8b131e04ebc 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2784,6 +2784,9 @@ asking you for confirmation." (truncate-lines . booleanp) ;; C source code (bidi-display-reordering . booleanp))) ;; C source code +(put 'bidi-paragraph-direction 'safe-local-variable + (lambda (v) (memq v '(nil right-to-left left-to-right)))) + (put 'c-set-style 'safe-local-eval-function t) (defvar file-local-variables-alist nil -- cgit v1.2.3