]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused variable
authorLeo Liu <sdl.web@gmail.com>
Fri, 14 Sep 2018 14:44:09 +0000 (22:44 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 14 Sep 2018 14:44:09 +0000 (22:44 +0800)
* lisp/progmodes/prolog.el (prolog-hungry-delete-key-flag): Remove.

lisp/progmodes/prolog.el

index a895a777968d06cce0ab90a2eb0dadcdce25a507..3bcc9bebcdae5ab7d2a2697b76a7e1926672531b 100644 (file)
@@ -480,12 +480,6 @@ Legal values:
 
 ;; Keyboard
 
-(defcustom prolog-hungry-delete-key-flag nil
-  "Non-nil means delete key consumes all preceding spaces."
-  :version "24.1"
-  :group 'prolog-keyboard
-  :type 'boolean)
-
 (defcustom prolog-electric-dot-flag nil
   "Non-nil means make dot key electric.
 Electric dot appends newline or inserts head of a new clause.