Give `calc-command-flags' an initial value.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc.el (calc-command-flags): Give it an initial value.
|
||||
|
||||
2010-01-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
|
||||
|
||||
@@ -1546,7 +1546,7 @@ See calc-keypad for details."
|
||||
|
||||
(defvar calc-aborted-prefix nil)
|
||||
(defvar calc-start-time nil)
|
||||
(defvar calc-command-flags)
|
||||
(defvar calc-command-flags nil)
|
||||
(defvar calc-final-point-line)
|
||||
(defvar calc-final-point-column)
|
||||
;;; Note that modifications to this function may break calc-pass-errors.
|
||||
|
||||
Reference in New Issue
Block a user