diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-19 16:54:38 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-19 16:57:03 +0200 |
commit | 95f7f715604ff2fabf4a71c728672460d023f91e (patch) | |
tree | 93611de0850bed51b71ee1373aff2e7df5c9f9b9 /lisp/vc/ediff-init.el | |
parent | 3eb480c8a425a6c563bb75b45911c3aa7169faee (diff) | |
download | emacs-95f7f715604ff2fabf4a71c728672460d023f91e.tar.gz emacs-95f7f715604ff2fabf4a71c728672460d023f91e.tar.bz2 emacs-95f7f715604ff2fabf4a71c728672460d023f91e.zip |
; Delete a spurious comment
Diffstat (limited to 'lisp/vc/ediff-init.el')
-rw-r--r-- | lisp/vc/ediff-init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index bd494d87be7..069364f5a2c 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el @@ -74,12 +74,6 @@ that Ediff doesn't know about.") (boundp 'ediff-use-toolbar-p) ediff-use-toolbar-p)) ;Does the user want it ? -;; Defines VAR as an advertised local variable. -;; Performs a defvar, then executes `make-variable-buffer-local' on -;; the variable. Also sets the `permanent-local' property, -;; so that `kill-all-local-variables' (called by major-mode setting -;; commands) won't destroy Ediff control variables. -;; ;; Plagiarized from `emerge-defvar-local'. (defmacro ediff-defvar-local (symbol value &optional doc) "Define SYMBOL as an advertised buffer-local variable. |