Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2016 11:12:37 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406559 - head/Mk
Message-ID:  <201601181112.u0IBCbn3026349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Jan 18 11:12:36 2016
New Revision: 406559
URL: https://svnweb.freebsd.org/changeset/ports/406559

Log:
  Remove "mode: Fundamental" from the Emacs mode line.
  
  There is no reason to see this file as a plain-text file since Emacs has a
  proper BSDmakefile (makefile-bsdmake-mode) mode.
  
  Approved by:	gnome (kwm)

Modified:
  head/Mk/bsd.gnome.mk

Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk	Mon Jan 18 11:05:50 2016	(r406558)
+++ head/Mk/bsd.gnome.mk	Mon Jan 18 11:12:36 2016	(r406559)
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601181112.u0IBCbn3026349>