- 26 Nov, 2004 3 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
compiler warnings.
-
Kim F. Storm authored
-
- 25 Nov, 2004 37 commits
-
-
Nick Roberts authored
width to those for special frames. (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters. Use display-buffer. (gdb-frame-stack-buffer, gdb-frame-threads-buffer) (gdb-frame-registers-buffer, gdb-frame-locals-buffer) (gdb-frame-assembler-buffer): Rework like gdb-frame-breakpoints-buffer.
-
Nick Roberts authored
-
Stefan Monnier authored
the user just pressed when this key has no binding.
-
Stefan Monnier authored
(emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Richard M. Stallman authored
(flymake-split-string): Turn into defalias. (flymake-fix-file-name): Renamed from flymake-fix-path-name. (flymake-ensure-ends-with-slash): Rename arg to FILENAME. (flymake-get-common-file-prefix): Renamed from ...path... Doc fix. (flymake-build-relative-filename): Renamed from ...path. Fix error message.
-
Richard M. Stallman authored
Move `provide' to end. Require `compile' only when compiling.
-
Jay Belanger authored
-
Kim F. Storm authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
(calc-num-units, calc-den-units): New variables. (calc-explain-units, calc-explain-units-rec): Replace variables num-units and den-units by declared variables. (math-cu-unit-list): New variable. (math-build-units-table, math-compare-unit-names) (math-convert-units, math-convert-units-rec): Replace variable unit-list by declared variable. (math-fbu-base, math-fbu-entry): New variables. (math-find-base-units, math-find-base-units-rec): Replace variables base and entry by declared variables. (math-which-standard): New variable. (math-to-standard-units, math-to-standard-rec): Replace variable which-standard by declared variable. (math-fcu-u): New variable. (math-find-compatible-unit, math-find-compatible-unit-rec): Replace variable u by declared variable. (math-cu-new-units, math-cu-pure): New variables. (math-convert-units, math-convert-units-rec): Replace variables new-units and pure by declared variables. (math-try-cancel-units): New variable. (math-simplify-units-quotient): Replace variable try-cancel-units by declared variable.
-
Jay Belanger authored
(math-polynomial-p1): Replace variable mpb-top-expr by declared variable. (math-poly-base-total-base): New variable. (math-total-polynomial-base, math-polynomial-p1): Replace variable mpb-total-base by declared variable. (math-factored-vars, math-to-list): Declare it. (math-fact-expr): New variable. (calcFunc-factors, calcFunc-factor, math-factor-expr, math-factor-expr-try, math-factor-expr-part): Replace variable expr by declared variable. (math-fet-x): New variable. (math-factor-expr-try, math-factor-poly-coefs): Replace variable x by declared variable. (math-factor-poly-coefs): Make temp a local variable.
-
Jay Belanger authored
(math-polynomial-base): Replace variable mpb-top-expr by math-poly-base-top-expr.
-
Luc Teirlinck authored
node `Yet to be written'. They broke bootstrapping.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
and default-indicate-buffer-boundaries from here. (Usual Display): To here. (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. (Usual Display): Move tab-width up.
-
Richard M. Stallman authored
(Simple Types, Composite Types, Defining New Types): Minor cleanups.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Don't print progress messages.
-
Richard M. Stallman authored
copy its bindings instead. But the menu bar Compile entry now does inherit from compilation-menu-map.
-
Richard M. Stallman authored
Use with-no-warnings around compiler-macroexpand.
-
Richard M. Stallman authored
(imenu--generic-function): Call comment-normalize-vars if we have a comment syntax. Exit the loop if REGEXP matches the null string. Test comment-start as well as comment-start-skip when deciding whether to check for comments.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(python-quote-syntax): Don't do it here.
-
Richard M. Stallman authored
-
Nick Roberts authored
(gdb-frames-mode-map, gdb-threads-mode-map) (gdb-registers-mode-map, gdb-locals-mode-map) (gdb-assembler-mode-map): Bind "q" to kill-this-buffer. (dedicated-switch-to-buffer): Rename to gdb-set-window-buffer. (dedicated-switch-to-buffer): Rework. (gdb-var-evaluate-expression-handler, gdb-put-string): Remove unused variable bindings. (gdb-setup-windows, gdb-display-buffer): Simplify. Use pop-to-buffer. (gdb-view-source-function): Simplify. (gdb-frame-breakpoints-buffer): Use pop-to-buffer, special-display-regexps.
-
Nick Roberts authored
-