diff options
Diffstat (limited to 'lisp/progmodes/tcl.el')
| -rw-r--r-- | lisp/progmodes/tcl.el | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index eb254676469..f18ec5abe81 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el @@ -660,7 +660,7 @@ already exist." -(defun tcl-indent-command (&optional arg) +(defun tcl-indent-command (&optional _arg)    "Indent current line as Tcl code, or in some cases insert a tab character.  If `tcl-tab-always-indent' is t (the default), always indent current line.  If `tcl-tab-always-indent' is nil and point is not in the indentation @@ -1506,7 +1506,7 @@ The first line is assumed to look like \"#!.../program ...\"."  ;; loading the XEmacs menu emulation code.  ;; -(defun tcl-popup-menu (e) +(defun tcl-popup-menu (_e)    (interactive "@e")    (popup-menu tcl-mode-menu))  | 
