]> code.delx.au - gnu-emacs/blobdiff - lisp/fringe.el
CC Mode: correct incorrect invocation of parse-partial-sexp.
[gnu-emacs] / lisp / fringe.el
index 298f03fc68f351084bf9ef92fc74fbad82678399..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
@@ -83,9 +83,9 @@
                  (hollow-small . hollow-square))))
 
 
-(defmacro fringe-bitmap-p (symbol)
+(defun fringe-bitmap-p (symbol)
   "Return non-nil if SYMBOL is a fringe bitmap."
-  `(get ,symbol 'fringe))
+  (get symbol 'fringe))
 
 
 ;; Control presence of fringes