]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete a spurious comment
authorStefan Kangas <stefan@marxist.se>
Sun, 19 Sep 2021 14:54:38 +0000 (16:54 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 19 Sep 2021 14:57:03 +0000 (16:57 +0200)
lisp/vc/ediff-init.el

index bd494d87be773e1f622d378c58a35b138bd3c605..069364f5a2c14d310b2a248e73ec92fab8cb113e 100644 (file)
@@ -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.