]> code.delx.au - gnu-emacs/blobdiff - lisp/fringe.el
CC Mode: correct incorrect invocation of parse-partial-sexp.
[gnu-emacs] / lisp / fringe.el
index f982b3557e611b74da86f5fe13b4e65992fe9177..8ac3b6d8418095f5bcf8bbdcefa586e4b471b252 100644 (file)
@@ -1,6 +1,6 @@
-;;; fringe.el --- fringe setup and control  -*- coding: utf-8 -*-
+;;; fringe.el --- fringe setup and control
 
-;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <simon@josefsson.org>
 ;; Maintainer: emacs-devel@gnu.org
@@ -122,7 +122,7 @@ See `fringe-mode' for possible values and their effect."
       (and (consp style)
           (or (null (car style)) (integerp (car style)))
           (or (null (cdr style)) (integerp (cdr style))))
-      (error "Invalid fringe style ā€˜%sā€™" style)))
+      (error "Invalid fringe style `%s'" style)))
 
 ;; For initialization of fringe-mode, take account of changes
 ;; made explicitly to default-frame-alist.