mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-02-04 06:12:25 +00:00
Add lexical binding cookies (#389)
* Add lexical binding cookies * multiple-cursors-core.el: Pacify lexical-binding frenzy in master * multiple-cursors-core.el: when saving mc/list-file, prepend a lexical binding flag to avoid emacs master from screaming. When inserting strings, use `\\n' instead of (newline).
This commit is contained in:
committed by
GitHub
parent
89f1a8df9b
commit
9017f3be6b
@@ -1,4 +1,4 @@
|
||||
;;; mc-edit-lines.el
|
||||
;;; mc-edit-lines.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2012-2016 Magnar Sveen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user