Fix mode name for elisp files.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 20 Mar 2011 23:26:45 +0200
changeset 604 9084d12d924d
parent 603 291a8df0cf97
child 605 c228c0414e0b
Fix mode name for elisp files.
.emacs
.emacs-autogen.sh
.emacs-my
.emacs-post
.emacs-pre
--- a/.emacs	Sun Mar 20 20:43:55 2011 +0200
+++ b/.emacs	Sun Mar 20 23:26:45 2011 +0200
@@ -1,4 +1,4 @@
-;; -*- mode: lisp; coding: utf-8; fill-column: 78 -*-
+;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
 ;;
 ;; Written by Oleksandr Gavenko <gavenkoa@gmail.com>, 2008-2010.
 ;;
--- a/.emacs-autogen.sh	Sun Mar 20 20:43:55 2011 +0200
+++ b/.emacs-autogen.sh	Sun Mar 20 23:26:45 2011 +0200
@@ -95,7 +95,7 @@
 }
 
 # Remove old auto-generated config and fill it by standard header.
-echo ";; -*- mode: lisp; coding: utf-8; fill-column: 78 -*-
+echo ";; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
 ;;
 ;; For load order see README.
 " >$cfg
--- a/.emacs-my	Sun Mar 20 20:43:55 2011 +0200
+++ b/.emacs-my	Sun Mar 20 23:26:45 2011 +0200
@@ -1,4 +1,4 @@
-;; -*- mode: lisp; mode: outline-minor; coding: utf-8; fill-column: 78 -*-
+;; -*- mode: emacs-lisp; mode: outline-minor; coding: utf-8; fill-column: 78 -*-
 ;;
 ;; Written by Oleksandr Gavenko <gavenkoa@gmail.com>, 2008-2010.
 ;;
--- a/.emacs-post	Sun Mar 20 20:43:55 2011 +0200
+++ b/.emacs-post	Sun Mar 20 23:26:45 2011 +0200
@@ -1,4 +1,4 @@
-;; -*- mode: lisp; coding: utf-8; fill-column: 78 -*-
+;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
 ;;
 ;; For load order see README.
 
--- a/.emacs-pre	Sun Mar 20 20:43:55 2011 +0200
+++ b/.emacs-pre	Sun Mar 20 23:26:45 2011 +0200
@@ -1,4 +1,4 @@
-;; -*- mode: lisp; coding: utf-8; fill-column: 78 -*-
+;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
 ;;
 ;; For load order see README.