chiark / gitweb /
emacs, dot-emacs: Mark files as being UTF-8.
[profile] / dot-emacs.el
index 55c58571d09119584fceb5782edcb3e329baef96..9fe97411bff557389a1b66811ebe5e4f49a178d1 100644 (file)
@@ -1,4 +1,4 @@
-;;; -*-emacs-lisp-*-
+;;; -*- mode: emacs-lisp; coding: utf-8 -*-
 ;;;
 ;;; $Id$
 ;;;
@@ -1953,7 +1953,7 @@ (defun mdw-sh-mode-setup ()
            'comint-watch-for-password-prompt))
 
 (defun mdw-term-mode-setup ()
-  (setq term-prompt-regexp "^[^]#$%>»}\n]*[]#$%>»}] *")
+  (setq term-prompt-regexp "^[^]#$%>»}\n]*[]#$%>»}] *")
   (make-local-variable 'mouse-yank-at-point)
   (make-local-variable 'transient-mark-mode)
   (setq mouse-yank-at-point t)