Browse Source

lisp/ol-man.el: Add lexical-binding cookie

Bastien 3 years ago
parent
commit
2a4dfa7e51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ol-man.el

+ 1 - 1
lisp/ol-man.el

@@ -1,4 +1,4 @@
-;;; ol-man.el --- Links to man pages
+;;; ol-man.el --- Links to man pages -*- lexical-binding: t; -*-
 ;;
 ;; Author: Carsten Dominik <carsten.dominik@gmail.com>
 ;; Maintainer: Bastien Guerry <bzg@gnu.org>