* lisp/ps-bdf.el: Use lexical-binding

This commit is contained in:
Stefan Monnier 2021-04-10 17:03:11 -04:00
parent edf8497ce3
commit 8b92897633

View file

@ -1,4 +1,4 @@
;;; ps-bdf.el --- BDF font file handler for ps-print
;;; ps-bdf.el --- BDF font file handler for ps-print -*- lexical-binding: t; -*-
;; Copyright (C) 1998-1999, 2001-2021 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
@ -138,7 +138,7 @@ See the documentation of the function `bdf-read-font-info' for more detail."
(defun bdf-initialize ()
"Initialize `bdf' library."
(and (bdf-read-cache)
(add-hook 'kill-emacs-hook 'bdf-write-cache)))
(add-hook 'kill-emacs-hook #'bdf-write-cache)))
(defun bdf-compact-code (code code-range)
(if (or (< code (aref code-range 4))