diff options
author | Paul Eggert <eggert@twinsun.com> | 1998-08-31 19:59:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 1998-08-31 19:59:02 +0000 |
commit | 56c8bc03c4728043d79e4928274d3fac308158d6 (patch) | |
tree | c57e99c0c5bb925333d62a4fb197c410c7ab5e4b /lisp/language/tibetan.el | |
parent | 0611934b67e63a73f00d7ace3608c882e1822fb0 (diff) | |
download | emacs-56c8bc03c4728043d79e4928274d3fac308158d6.tar.gz |
Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
Diffstat (limited to 'lisp/language/tibetan.el')
-rw-r--r-- | lisp/language/tibetan.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index 4041296ef5c..7f028a0a303 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el @@ -1,4 +1,4 @@ -;;; tibetan.el --- Support for Tibetan language +;;; tibetan.el --- Support for Tibetan language -*- coding: iso-2022-7bit; -*- ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. |